Add About & Privacy and Donate modals (M6, §01)

This commit is contained in:
2026-06-07 20:04:08 +03:00
parent 30ff7ae357
commit 123f1498b4
8 changed files with 400 additions and 2 deletions
+16
View File
@@ -89,6 +89,22 @@ export function App() {
>
Export
</button>
<button
type="button"
className={styles.headerButton}
onClick={() => openModal('about')}
title="About, keyboard shortcuts, and privacy information"
>
About &amp; Privacy
</button>
<button
type="button"
className={styles.headerButton}
onClick={() => openModal('donate')}
title="Support Astrolabe"
>
Donate
</button>
<ThemeToggle />
{/* Hidden picker for Import; restricted to JSON (spec §08). */}
<input