-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dashboard] Standardize PendingChangesDropdown component in workspaces list (replaces Modal) and stopped page (unchanged) #4078
Conversation
6fffb99
to
8295c2c
Compare
…s list (replaces Modal) and stopped page (unchanged)
8295c2c
to
58f2215
Compare
@gtsiolis could you please take a look, and make a final decision? 🙏
|
/werft run 👍 started the job as gitpod-build-jx-workspaces-changes-dropdown.3 |
|
Probably not critical for the release tomorrow (since dark theme is soft-launch, and there will probably be other small things to fix here and there 😇). So: no rush 🌴 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for aligning this @jankeromnes! UX looks good! 🌟
Alright, I think this looks good to merge as is! We could probably add some hover and focus states on this new changes dropdown but this is certainly out of the scope of this PR.
message: string, items: string[] | ||
} | ||
|
||
export function getPendingChanges(wsi?: WorkspaceInstance): PendingChanges[] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: Deleted code is the best code! 💯
Sounds like a good plane for now! 🗺️ Posting this here for future reference: Also, this seems like a good two-way door decision which allows us to come back and reverse this change in the future! 🔮 |
Awesome, many thanks for the review! Then let's go forward with unifying this, but I'm more than happy to re-introduce a Changes Modal later. 🚀 |
Align with spec and side effect fix for dark theme: