Merged
Conversation
Member
Author
This was referenced Apr 15, 2026
d71a702 to
dbcd7b5
Compare
a8799f1 to
7d2b842
Compare
dbcd7b5 to
bb1b731
Compare
7d2b842 to
ffb29a9
Compare
bb1b731 to
c7a4d0f
Compare
ffb29a9 to
8e8e0f0
Compare
c7a4d0f to
b17032b
Compare
79d0f91 to
7653454
Compare
ceffa97 to
4023c9b
Compare
03e4f19 to
26b7177
Compare
0218386 to
18e9b42
Compare
18e9b42 to
aaf8735
Compare
26b7177 to
52774b3
Compare
c2bff2a to
313eff8
Compare
a6014a0 to
0a530a9
Compare
313eff8 to
beb1f6a
Compare
beb1f6a to
f0fa5c8
Compare
74f7bf5 to
d186baa
Compare
jonathanlab
approved these changes
Apr 16, 2026
f0fa5c8 to
890c913
Compare
d186baa to
7bd483d
Compare
6abe138 to
5deb535
Compare
7bd483d to
9273b18
Compare
9273b18 to
b7f4a1d
Compare
5deb535 to
5c2e519
Compare
b7f4a1d to
5ca6655
Compare
Member
Author
Merge activity
|
vdekrijger
pushed a commit
that referenced
this pull request
Apr 16, 2026
## Problem Update notifications were easy to miss as ephemeral toasts and the "ready to install" state had no persistent UI. _The little gift icon animates / shakes periodically so they know something good is inside._ _This_ _is_ _the_ _most_ _important_ _part._ <!-- Who is this for and what problem does it solve? --> Closes #1640  ## Changes 1. Replace toast-based UpdatePrompt with persistent UpdateBanner in sidebar 2. Add updateStore (Zustand) to manage update lifecycle state via tRPC subscriptions 3. Animate banner transitions between downloading, ready and installing states 4. Add border separator above ProjectSwitcher for visual consistency <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? Manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
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.

Problem
Update notifications were easy to miss as ephemeral toasts and the "ready to install" state had no persistent UI.
The little gift icon animates / shakes periodically so they know something good is inside. This is the most important part.
Closes #1640
Changes
How did you test this?
Manually