- Fixed the issue where the detail level was not being applied in the log pane.

- Pop-ups are now shown.
- Add coverage for test.
- Pop-ups are now shown in the web app as well.
This commit is contained in:
vorotamoroz
2026-03-18 11:48:31 +01:00
parent 075d260fdd
commit 602fcef949
5 changed files with 91 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<div class="container">
<h1>Self-hosted LiveSync</h1>
<h1>Self-hosted LiveSync on Web</h1>
<p class="subtitle">Browser-based Self-hosted LiveSync using FileSystem API</p>
<div id="status" class="info">Initialising...</div>
@@ -27,8 +27,8 @@
<ul>
<li>Select a vault folder and grant permission</li>
<li>Create <code>.livesync/settings.json</code> in your vault folder</li>
<li>Add your CouchDB connection details</li>
<li>Your files will be synced automatically</li>
<li>Or use Setup-URI to apply settings</li>
<li>Your files will be synced after "replicate now"</li>
</ul>
</div>