diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:21:41 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:21:41 -0800 |
| commit | c74a18ded0777e176733ad07226f7ffd5cd64948 (patch) | |
| tree | ddaee8e1d6b273271e0bf369a98063d94479cc19 /frontend-vanilla | |
| parent | de741fa9c5491787ab1e55dcb8b361a598fc945a (diff) | |
| download | neko-c74a18ded0777e176733ad07226f7ffd5cd64948.tar.gz neko-c74a18ded0777e176733ad07226f7ffd5cd64948.tar.bz2 neko-c74a18ded0777e176733ad07226f7ffd5cd64948.zip | |
Remove Filters header from sidebar
- Close NK-edahin: cut 'FILTERS' text
- Remove the h3 Filters header in frontend-vanilla/src/main.ts
- Verified that tests still pass
Diffstat (limited to 'frontend-vanilla')
| -rw-r--r-- | frontend-vanilla/src/main.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend-vanilla/src/main.ts b/frontend-vanilla/src/main.ts index c22dd26..ba842f9 100644 --- a/frontend-vanilla/src/main.ts +++ b/frontend-vanilla/src/main.ts @@ -35,7 +35,6 @@ export function renderLayout() { </div> <div class="sidebar-scroll"> <section class="sidebar-section"> - <h3>Filters</h3> <ul id="filter-list"> <li class="filter-item" data-filter="unread"><a href="/v3/?filter=unread" data-nav="filter" data-value="unread">Unread</a></li> <li class="filter-item" data-filter="all"><a href="/v3/?filter=all" data-nav="filter" data-value="all">All</a></li> |
