feat(collections): remove software value, header gradient, compact achievements#2005
Open
gaspergrom wants to merge 1 commit into
Open
feat(collections): remove software value, header gradient, compact achievements#2005gaspergrom wants to merge 1 commit into
gaspergrom wants to merge 1 commit into
Conversation
…-1194 Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Collections v2 detail pages by removing Software Value, simplifying headers, and compacting achievement badges.
Changes:
- Removes Software Value from desktop and mobile project views.
- Rebalances table columns.
- Uses plain headers and smaller achievement chips.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
collection-details.vue |
Removes the Software Value header and rebalances widths. |
collection-type-config.ts |
Replaces gradient generation with a white background. |
header.vue |
Uses the simplified header background helper. |
collection-project-item.vue |
Removes Software Value cells and mobile metadata. |
badge-details.vue |
Compacts achievement badge styling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }; | ||
| // This only applies to the collection details page header. | ||
| // Collections v2 (IN-1194): headers use a plain, consistent background — no gradient — on every collection type. | ||
| export const headerBackground = () => ({ |
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
Ticket
IN-1194 — part of epic IN-1191 (Collections v2 UI). PR targets the epic release branch
release/IN-1191-collections-v2, notmain.Acceptance criteria
Notes
collection-card.vue(the list-page card gradient) was intentionally left untouched — this ticket scopes only the collection detail page header, not list cards.Test plan
pnpm tsc-check— cleanpnpm lint— 0 errors (9 pre-existing warnings, unrelated files)https://claude.ai/code/session_01EVEwYbhbFwrXPRHt1HiKeE
release/IN-1191-collections-v2-