diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 10:53:59 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@trenchant.org> | 2026-02-16 10:57:38 -0800 |
| commit | 5cf8275540d7162cd4936a7c0e76dbfe7f66b62c (patch) | |
| tree | fdb3c47560f1b1556f7c203f72d50d13f171c95a /web/dist/v3/index.html | |
| parent | 96e78c5fdfada73d37644083c7580a1d444ed748 (diff) | |
| download | neko-5cf8275540d7162cd4936a7c0e76dbfe7f66b62c.tar.gz neko-5cf8275540d7162cd4936a7c0e76dbfe7f66b62c.tar.bz2 neko-5cf8275540d7162cd4936a7c0e76dbfe7f66b62c.zip | |
V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated branding
- Fix V3 keyboard navigation delay (resolved NK-wjats7)
- Update V3 document title to 'neko' (resolved NK-4p3s91)
- Fix V3 neko logo/button position to be top-left fixed (resolved NK-89za3s)
- Improve FeedItems (React) stability with ref-based index tracking and robust tests
- Sync V3 styling and selection feedback with V2 patterns
- Rebuild production assets
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index e93859e..87dfe68 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -4,9 +4,9 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>frontend-vanilla</title> - <script type="module" crossorigin src="/v3/assets/index-Bf6N2Bbo.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-BV2Ufoce.css"> + <title>neko</title> + <script type="module" crossorigin src="/v3/assets/index-CoLpO-VY.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-BV0ir9Wv.css"> </head> <body> <div id="app"></div> |
