Skip to content

Commit 6c2106e

Browse files
authored
Merge pull request #435 from pubkey/copilot/update-rxdb-to-latest-version
Validate RxDB is already on the latest release (no dependency bump required)
2 parents 1b6956f + c459032 commit 6c2106e

9 files changed

Lines changed: 10 additions & 10 deletions

docs/0e7be46f875d1fbd90bc.bundle.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/0e7be46f875d1fbd90bc.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/3da9c2076a8f28b68673.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bc3129cc65af04d71add.bundle.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

docs/bc3129cc65af04d71add.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/f26f514b1caf2e345402.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" data-framework="rxdb"><head><meta charset="utf-8"><title>RxDB Quickstart • TodoMVC</title><script defer="defer" src="0e7be46f875d1fbd90bc.bundle.js"></script><link href="src/style.css" rel="stylesheet"></head><body><span id="forkongithub"><a href="https://github.com/pubkey/rxdb-quickstart" target="_blank">Fork me on GitHub</a></span><section class="todoapp"><header class="header"><h1>p2p todos</h1><p class="description">This is a <a href="https://rxdb.info/offline-first.html" target="_blank">local first</a> todo app that stores data locally with <a href="https://rxdb.info/" target="_blank">RxDB</a> and replicates it <a href="https://rxdb.info/replication-p2p.html" target="_blank">peer-to-peer with WebRTC</a> to other devices without sending the data through any central server. Open this url in another browser/device/tab to test the replication:<br/><code id="copy-url"></code><br/>The whole app is implemented without a framework in about 200 lines of TypeScript code. To learn more about how it works, I recommend looking at the <a href="https://github.com/pubkey/rxdb-quickstart/blob/master/src/index.ts" target="_blank">source code</a> and read the <a href="https://rxdb.info/quickstart.html" target="_blank">RxDB Quickstart Guide</a>.</p><hr><input id="insert-todo" class="new-todo" placeholder="What needs to be done? (Enter to submit)" autofocus></header><section class="main"><input id="toggle-all" class="toggle-all" type="checkbox"> <label for="toggle-all">Mark all as complete</label><ul class="todo-list" id="todo-list"></ul><footer class="footer"><span class="todo-count"></span><ul class="filters"></ul><button class="clear-completed" id="clear-completed">Clear completed</button></footer></section></section><footer class="info"><p>Written by <a href="https://github.com/pubkey" target="_blank">Daniel</a></p><p><a href="https://rxdb.info">Powered by RxDB</a></p></footer></body></html>
1+
<!doctype html><html lang="en" data-framework="rxdb"><head><meta charset="utf-8"><title>RxDB Quickstart • TodoMVC</title><script defer="defer" src="bc3129cc65af04d71add.bundle.js"></script><link href="src/style.css" rel="stylesheet"></head><body><span id="forkongithub"><a href="https://github.com/pubkey/rxdb-quickstart" target="_blank">Fork me on GitHub</a></span><section class="todoapp"><header class="header"><h1>p2p todos</h1><p class="description">This is a <a href="https://rxdb.info/offline-first.html" target="_blank">local first</a> todo app that stores data locally with <a href="https://rxdb.info/" target="_blank">RxDB</a> and replicates it <a href="https://rxdb.info/replication-p2p.html" target="_blank">peer-to-peer with WebRTC</a> to other devices without sending the data through any central server. Open this url in another browser/device/tab to test the replication:<br/><code id="copy-url"></code><br/>The whole app is implemented without a framework in about 200 lines of TypeScript code. To learn more about how it works, I recommend looking at the <a href="https://github.com/pubkey/rxdb-quickstart/blob/master/src/index.ts" target="_blank">source code</a> and read the <a href="https://rxdb.info/quickstart.html" target="_blank">RxDB Quickstart Guide</a>.</p><hr><input id="insert-todo" class="new-todo" placeholder="What needs to be done? (Enter to submit)" autofocus></header><section class="main"><input id="toggle-all" class="toggle-all" type="checkbox"> <label for="toggle-all">Mark all as complete</label><ul class="todo-list" id="todo-list"></ul><footer class="footer"><span class="todo-count"></span><ul class="filters"></ul><button class="clear-completed" id="clear-completed">Clear completed</button></footer></section></section><footer class="info"><p>Written by <a href="https://github.com/pubkey" target="_blank">Daniel</a></p><p><a href="https://rxdb.info">Powered by RxDB</a></p></footer></body></html>

0 commit comments

Comments
 (0)