Redesign popup agenda UI#20
Open
ppastabtw wants to merge 4 commits into
Open
Conversation
- Move Upcoming/Past toggle above results; drop standalone month banner - Group events by month with per-month section headers - Ruled-line paper now scrolls with the list content - Replace selection checkbox with a hand-drawn red circle - Show end time and bold the time in the event note - Reposition Eventy logo to the left of the wordmark - Remove .ics download button and Add-to-Calendar arrow - Bundle local Hanken Grotesk / Caveat fonts
- Paint a translucent orange marker streak across selected rows (soft faded ends, slight tilt, multiply blend under the text) - Drop the per-title swipe and deepen the note on selected rows - Dark mode uses screen blend with lower alpha - Make cards keyboard-accessible (role/tabindex/aria-pressed, Enter/Space) - Remove the red drawn circle to avoid double-marking
- updateWeekStrip: build date keys from local getters instead of toISOString(), so event dots land on the right column in UTC+ zones - updateWeekStrip: hoist the card query out of the loop and drop an unused variable - Remove fully-dead formatDateHeader (import, wrapper, threaded param) - Remove orphaned .ics-btn CSS (button no longer exists) - verify-extension-ui.mjs: drop removed #scanSection, rename .skeleton-card -> .skeleton-row, update scan title to 'Scan this page', and make result counts date-robust
- Bundle Kalam (latin/latin-ext, 300/400/700) and drop Caveat - Update @font-face in base.css and font-family usages in popup.css - Reduce handwriting element sizes for Kalam's larger metrics - Add an idle empty state (doodle, copy, sticker CTA, paste link) shown until a scan starts or text is pasted; buttons reuse the existing scan/paste entrypoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redesigns the popup agenda view. Stacked on #13 (
fix/frontend-bugs) — please merge #13 first.Changes
.icsdownload button and theAdd to Calendar →arrow.Notes
config.js(MOCK_MODE) intentionally left out — kept as a local dev toggle.