feat(ui): polish workspace states - #135
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tagium | b5c1314 | Commit Preview URL Branch Preview URL |
Jul 25 2026, 08:30 AM |
|
React Doctor found no new issues. 🎉 Reviewed by React Doctor for commit |
This was referenced Jul 24, 2026
flamboh
marked this pull request as ready for review
July 25, 2026 08:19
* feat(metadata): reopen cleanup suggestions * fix(ui): align cleanup menu action
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.
Summary
Why
This rebuild preserves the useful product behavior from #120 without carrying forward its obsolete MP3-only assumptions or pre-sharing workspace structure. Empty states become useful import surfaces, and forms provide honest, bounded feedback.
Replacement
Replaces #120. The old PR should remain open until this replacement and the combined advanced-metadata replacement are traceable.
This draft is intentionally based on current
main. The advanced-metadata replacement is planned to merge first; this branch will be rebased afterward because both changes touch the editor shell.Verification
bun run typecheckbun run lint— 0 warnings/errorsbun run test— 90 files, 554 tests passedbun run buildgit diff --checkThe updated Playwright coverage was authored but not executed because no server was already available, and project instructions prohibit starting one for this workflow.