translations and pickers

This commit is contained in:
Mateusz Gruszczyński
2026-09-05 08:56:45 +02:00
parent e68ad69bc5
commit bf34a7cab1
18 changed files with 606 additions and 63 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
<header class="public-header">
<a class="brand home-brand" href="/">RustPad</a>
<div class="public-header__actions">
<div class="header-preferences" data-header-preferences></div>
<label class="line-toggle"><input id="public-line-numbers-toggle" type="checkbox"> Line numbers</label>
<label class="line-toggle"><input id="public-line-links-toggle" type="checkbox"> Line links</label>
<label class="line-toggle"><input id="public-full-width-toggle" type="checkbox"> Full width</label>
@@ -23,7 +24,7 @@
</div>
</header>
<main class="public-document">
<h1 id="public-title">Loading…</h1>
<h1 id="public-title" data-i18n="common.loading">Loading…</h1>
<p id="public-meta" class="public-meta"></p>
<article id="public-content" class="markdown-body public-content"></article>
</main>