Further tweaks

This commit is contained in:
ponzischeme89
2026-04-18 07:51:16 +12:00
parent 5ce13d0ba0
commit 1368810689
8 changed files with 58 additions and 113 deletions
+5 -12
View File
@@ -1,11 +1,8 @@
<script>
import { Button } from "../lib/components/ui/button";
import { Separator } from "../lib/components/ui/separator";
import { Badge } from "../lib/components/ui/badge";
import {
ChevronLeft,
ChevronRight,
Github,
Scan,
Settings,
History,
@@ -116,7 +113,7 @@
>
{#if !collapsed}
<span class="text-[11px] text-text-tertiary"
>&copy; 2026 ponzischeme89</span
>Private deployment</span
>
<div class="flex items-center gap-2">
<Badge
@@ -126,15 +123,11 @@
>
</div>
{:else}
<a
href="https://github.com/ponzischeme89/Sublogue"
target="_blank"
rel="noopener noreferrer"
class="text-text-tertiary hover:text-text-primary transition-colors"
aria-label="GitHub"
<Badge
variant="outline"
class="text-[10px] text-text-tertiary border-border py-0"
>v1.1.4</Badge
>
<Github class="h-3.5 w-3.5" />
</a>
{/if}
</div>
</div>
+1 -16
View File
@@ -58,27 +58,12 @@
<div
class="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4"
>
<!-- Left -->
<div class="flex items-center gap-3 text-[11px]">
<span class="hidden sm:inline opacity-30"></span>
<span class="text-text-secondary"> Open source (AGPL-3.0) </span>
<span class="text-text-secondary"> Private deployment </span>
<span class="hidden sm:inline opacity-30"></span>
<span class="text-text-tertiary"> Made in NZ 🇳🇿 </span>
</div>
<!-- Right -->
<div class="flex items-center gap-6">
<span class="flex items-center gap-2">
<a
href="https://github.com/ponzischeme89/Sublogue"
target="_blank"
rel="noopener noreferrer"
class="text-text-secondary hover:text-text-primary transition-colors underline-offset-4 hover:underline"
>
Github
</a>
</span>
</div>
</div>
</div>
</div>
-24
View File
@@ -3,10 +3,8 @@
import { Button } from "../lib/components/ui/button";
import { Separator } from "../lib/components/ui/separator";
import {
Github,
History,
Menu,
MessageCircle,
Scan,
Settings,
X
@@ -72,28 +70,6 @@
<Separator orientation="vertical" className="mx-2 h-4" />
<a
href="https://discord.gg/your-invite"
target="_blank"
rel="noopener noreferrer"
class="p-1.5 text-text-secondary hover:text-text-primary transition-colors"
aria-label="Discord"
>
<MessageCircle class="w-4 h-4" />
</a>
<a
href="https://github.com/yourusername/sublogue"
target="_blank"
rel="noopener noreferrer"
class="p-1.5 text-text-secondary hover:text-text-primary transition-colors"
aria-label="GitHub"
>
<Github class="w-4 h-4" />
</a>
<Separator orientation="vertical" className="mx-2 h-4" />
<span class="text-[11px] text-text-tertiary px-2">v1.0.1</span>
</nav>
-21
View File
@@ -34,27 +34,6 @@
<div class="flex items-center gap-2">
<ThemeSelector />
<Separator orientation="vertical" className="mx-2 hidden h-4 sm:block" />
<Button
variant="ghost"
size="sm"
className="hidden text-muted-foreground sm:inline-flex"
href="https://github.com/yourusername/sublogue"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</Button>
<Button
variant="ghost"
size="sm"
className="hidden text-muted-foreground sm:inline-flex"
href="https://discord.gg/your-invite"
target="_blank"
rel="noopener noreferrer"
>
Discord
</Button>
</div>
</div>
</header>