feat: single scroll surface for schedule & move user select to header#612
feat: single scroll surface for schedule & move user select to header#612omarkohl wants to merge 1 commit into
Conversation
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
Changes since last jip send
|
26ba42d to
7b3a82f
Compare
Changes since last jip send
|
7b3a82f to
6905236
Compare
Changes since last jip send
|
6905236 to
5165826
Compare
Changes since last jip sendNo code changes (likely just a rebase). View the diff on GitHub (may include unrelated changes due to rebases since GitHub does not currently implement |
5165826 to
27ee2a2
Compare
Changes since last jip sendNo code changes (likely just a rebase). View the diff on GitHub (may include unrelated changes due to rebases since GitHub does not currently implement |
27ee2a2 to
29fa494
Compare
The grid page had three competing scrollbars (window, inner vertical, horizontal) that chained into each other. The grid view now owns the viewport below the nav: a slim pinned toolbar (title, view toggle, name select, event details behind an About toggle) sits above one container that scrolls both axes, so the sticky day/location headers and time gutter keep working. Wide grids can be dragged to pan from anywhere (movement threshold + click suppression, since empty slots are full-cell links). The global footer is replaced by an inline copy at the end of the schedule content. Chosen over window-scroll header syncing and fit-to-width variants after HTML prototyping (throwaway prototype deleted). Surface the acting attendee as an always-visible header chip on every page so it's clear who "you" are and switching is possible on shared devices, replacing the per-page name selectors. On the schedule, move event details and the proposals link into the view-toggle bar (details behind a popup). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Changes since last jip send
|
29fa494 to
cd0bdd6
Compare
The grid page had three competing scrollbars (window, inner vertical,
horizontal) that chained into each other. The grid view now owns the viewport
below the nav: a slim pinned toolbar (title, view toggle, name select, event
details behind an About toggle) sits above one container that scrolls both
axes, so the sticky day/location headers and time gutter keep working. Wide
grids can be dragged to pan from anywhere (movement threshold + click
suppression, since empty slots are full-cell links). The global footer is
replaced by an inline copy at the end of the schedule content.
Chosen over window-scroll header syncing and fit-to-width variants after HTML
prototyping (throwaway prototype deleted).
Surface the acting attendee as an always-visible header chip on every page so
it's clear who "you" are and switching is possible on shared devices, replacing
the per-page name selectors.
On the schedule, move event details and the proposals link into the view-toggle
bar (details behind a popup).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com