fix(ui): clean up settings, automate page, fullscreen logo, and README

- README: simplify to match Stirling-PDF style, add dashboard screenshot
- Settings: remove unsupported languages from dropdown, remove unused
  experimental tools toggle
- Automate: remove hardcoded template pipelines from sidebar
- Fullscreen: add GemLogo icon to header
This commit is contained in:
Siddharth Kumar Sah
2026-03-27 13:50:04 +08:00
parent e6dc7b0a18
commit e3a8558134
5 changed files with 36 additions and 240 deletions
+6 -1
View File
@@ -4,6 +4,7 @@ import * as icons from "lucide-react";
import { Eye, EyeOff, FileImage, LayoutGrid, List, Search } from "lucide-react";
import { useEffect, useMemo, useState } from "react";
import { Link, useNavigate } from "react-router-dom";
import { GemLogo } from "@/components/common/gem-logo";
import { apiGet } from "@/lib/api";
import { cn } from "@/lib/utils";
@@ -63,7 +64,11 @@ export function FullscreenGridPage() {
{/* Top bar */}
<header className="sticky top-0 z-30 bg-background/95 backdrop-blur-sm border-b border-border">
<div className="max-w-7xl mx-auto px-4 sm:px-6 py-3 flex items-center gap-4">
<Link to="/" className="text-lg font-bold text-foreground shrink-0">
<Link
to="/"
className="flex items-center gap-2 text-lg font-bold text-foreground shrink-0"
>
<GemLogo className="h-6 w-6 text-primary" />
Stirling <span className="text-primary">Image</span>
</Link>