fix(ui): show server clock in browser TZ; sync button refetches

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 16:29:44 +03:00
parent 1c22f89d5a
commit 6fbe314f99
3 changed files with 68 additions and 8 deletions

View File

@@ -62,6 +62,12 @@
<span class="muted clock-kind">Браузер</span>
<time id="clock-local" class="clock-time"></time>
</div>
<p class="clock-hint muted">
Сервер показывается в вашем часовом поясе (как браузер). «Сверить» — заново запросить момент с VPS.
</p>
<button type="button" id="clock-sync" class="btn small ghost clock-sync-btn">
Сверить время
</button>
</div>
<button type="button" id="refresh" class="btn primary">Обновить</button>
</section>