Fold closed projects into one inspectable history group - #111
Merged
Merged
Conversation
Second UX layer for the coordinated-projects room: open work stays as cards at rest while finished projects fold behind a 'Closed history (n)' summary — the room stays short no matter how many projects accumulate. The explicit Closed filter still shows every card directly, and opening the group keeps each project fully inspectable. One new UI test covers the folding and the filter interplay (19 total).
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.
Second UX layer after #110, from live feedback with the real project list: even with filter chips, six cards still scroll. This folds closed projects behind a native
Closed history (n) — show finished projectssummary — open work stays as cards at rest, so the room is short no matter how many projects accumulate. Opening the group keeps every project fully inspectable, and the explicit Closed filter still lists all closed cards directly (no nesting when you deliberately filter).One new UI test (19 total): at-rest structure (only open cards direct, history group with count), unfolding reveals all closed cards, and the filter interplay. Budgets untouched (
check-repository.shpasses).