Segments phase 2: /segments/ browse page, /segments/new/ creation flow, activity detail shortcut

This commit is contained in:
Davide Scaini
2026-05-13 00:36:44 +02:00
parent 79cad29ff1
commit dd9f7a82dc
6 changed files with 632 additions and 0 deletions
+4
View File
@@ -220,6 +220,7 @@ try {
{mobileApp && (
<a href={`${baseUrl}convert/`} class="text-sm text-zinc-400 hover:text-white transition-colors shrink-0">Convert</a>
)}
<a href={`${baseUrl}segments/`} class="text-sm text-zinc-400 hover:text-white transition-colors shrink-0">Segments</a>
<a id="nav-about" href={`${baseUrl}about/`} class="text-sm text-zinc-400 hover:text-white transition-colors shrink-0">About</a>
{wikiUrl && (
<a id="nav-wiki" href={wikiUrl} style="display:none"
@@ -290,6 +291,9 @@ try {
<div id="nav-menu" class="hidden border-t sm:hidden"
style="border-color: var(--border); background: var(--bg-card)">
<div class="max-w-7xl mx-auto px-4 py-2 flex flex-col">
<a href={`${baseUrl}segments/`}
class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors"
style="color: var(--text-4)">Segments</a>
<a href={`${baseUrl}settings/`}
class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors"
style="color: var(--text-4)">Settings</a>