Ignore:
Timestamp:
06/20/2026 07:47:56 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
1eff06a
Parents:
b200738
Message:

fix(nav): stale page class after htmx nav + Agenda-active white

  • PAGE_CLASSES (htmx body-class sync) was missing on-shows/on-downloads/feature- and feed-classes → old class lingered ("on-shows ... on-home") → Timeline/Grid stayed grey on the feed after visiting calendar/downloads. Now all page classes stripped + set correctly.
  • .vs-agenda.is-active now white pill (var(--ink)/var(--paper)) instead of dark.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/shared-styles.ejs

    rb200738 rda4387b  
    5050}
    5151.vs-agenda:hover { color: var(--ink); }
    52 .vs-agenda.is-active { background: var(--paper); color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,.06); }
     52/* Agenda actief op de agendapagina = wit pilletje (zelfde look als de andere
     53   actieve pill-knoppen: lichte achtergrond, donkere tekst). */
     54.vs-agenda.is-active { background: var(--ink); color: var(--paper); }
    5355
    5456.grid-cols-picker {
Note: See TracChangeset for help on using the changeset viewer.