Use latest store modules from npm Update README Update docs Update examples Update benchmarks Update dependencies Add Getting Started guide Add new a screenshot Add a new live demo Add persistency tests for snapshot saving/loading and events Add network stress tests (but skip them by default as they're very heavy and lengthy) Add browser benchmarks Add log() alias for eventlog() database Add possibility to create database if it doesn't exist yet Add support for orbitdb addresses Add a test for starting replication when peers connect Add debug build Use IPFS nodeID as default user id Use ipfs-pubsub-room Handle closing of databases properly Handle cache errors Clean up tests, re-organize code files Clean up code style Support for CLI Remove obsolete scripts
42 lines
509 B
CSS
42 lines
509 B
CSS
body {
|
|
font-family: 'Abel', sans-serif;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
#logo {
|
|
border-top: 1px dotted black;
|
|
border-bottom: 1px dotted black;
|
|
}
|
|
|
|
#status {
|
|
border-top: 1px dotted black;
|
|
border-bottom: 1px dotted black;
|
|
padding: 0.5em 0em;
|
|
text-align: center;
|
|
}
|
|
|
|
#results {
|
|
border: 1px dotted black;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#writerText {
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
pre {
|
|
text-align: center;
|
|
}
|
|
|
|
input {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
h2 {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
h3 {
|
|
margin-top: 0.8em;
|
|
margin-bottom: 0.2em;
|
|
}
|