Skip to content

Commit

Permalink
Use a sticky epoch header
Browse files Browse the repository at this point in the history
For #415
  • Loading branch information
kimo-k committed Oct 23, 2024
1 parent 6260be8 commit 8eae133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This change

#### Fixed

- The epoch list header now stays visible when scrolling. See #415
- Clicking an expander within an epoch no longer selects the epoch. See #418
- Subscriptions from re-frame.alpha are now listed correctly in the "subs" tab

Expand Down
3 changes: 3 additions & 0 deletions src/day8/re_frame_10x/navigation/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@
:align :center
:height styles/gs-31s
:width "100%"
:style {:position :sticky
:top 0
:left 0}
:gap styles/gs-19s
:children
[(when-not (= @show-event-history? false)
Expand Down

0 comments on commit 8eae133

Please sign in to comment.