Improve desktop calendar sync and navigation UX#4743
Merged
ComputelessComputer merged 11 commits intomainfrom Mar 25, 2026
Merged
Improve desktop calendar sync and navigation UX#4743ComputelessComputer merged 11 commits intomainfrom
ComputelessComputer merged 11 commits intomainfrom
Conversation
✅ Deploy Preview for hyprnote canceled.
|
✅ Deploy Preview for char-cli-web canceled.
|
5503c98 to
74ddc95
Compare
- hide calendar provider and group chevrons until hover or keyboard focus - preserve chevron layout space so rows do not shift when icons appear
- order calendar events by all-day status and start time ascending - add stable title and id tie-breakers for deterministic rendering - sort day sessions by created time ascending for consistency
- replace the solid blue session marker with a neutral outlined bar - keep note-only calendar chips visually separate from provider event colors
update the google calendar provider badge from Internal Use Only to Beta
- switch the calendar provider sidebar to a multi-open accordion - preserve Apple Calendar as the default expanded section
- lift calendar sync state so the header and sidebar share one sync source - show refresh and sync spinner next to the current month label - remove duplicate sync controls from Apple and OAuth calendar accordions
- lift calendar sync state so the header and sidebar share one sync source - show the sync spinner in place of the refresh button while syncing - remove duplicate sync controls from Apple and OAuth calendar accordions
Add temporary visual feedback when users manually refresh the calendar sync. Implement a 1.5 second timeout to show “Syncing" status after manual refresh button clicks, improving user experience by providing immediate feedback for manual sync actions.
- remove the provider-level auto-sync side effect and trigger initial sync only in calendar surfaces that need it - clear the pending debounce ref when manual refresh cancels a scheduled sync to avoid duplicate runs on unmount - add a small mount-only hook and remove the unused calendar sync status component
74ddc95 to
9ee6b94
Compare
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.
Polish the desktop calendar by moving sync controls into the month header, improving provider/sidebar behavior, sorting day items consistently, and adding visible feedback for manual refresh.