Merged
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 24, 2026
Merged
Merged
Merged
Merged
Collaborator
Author
This was referenced Mar 24, 2026
Merged
Merged
Merged
6dcffa7 to
4dabee9
Compare
091ad6b to
89f86e1
Compare
4dabee9 to
7c59fd6
Compare
89f86e1 to
50aadd0
Compare
7c59fd6 to
6059b23
Compare
2b7baf9 to
878220c
Compare
1a4aed7 to
dfef4db
Compare
7982636 to
ea60d9f
Compare
dfef4db to
0ef8ac0
Compare
61f4a27 to
0e9856e
Compare
de4672f to
007401d
Compare
camielvs
reviewed
Apr 9, 2026
0e9856e to
9e0f474
Compare
82139f0 to
9fadba0
Compare
9e0f474 to
9533a93
Compare
9fadba0 to
ad79e4e
Compare
9533a93 to
19282ca
Compare
ad79e4e to
e4b99d4
Compare
19282ca to
4d44fc9
Compare
e4b99d4 to
d713eaa
Compare
4d44fc9 to
001fa3f
Compare
d713eaa to
089810e
Compare
05819b9 to
3caca22
Compare
3caca22 to
98f838f
Compare
089810e to
9031ebb
Compare
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
camielvs
approved these changes
Apr 10, 2026
98f838f to
bc09f9b
Compare
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.

Description
Replaced programmatic navigation with Link components in dashboard favorite and recently viewed cards. Changed the type indicators from simple icon/text combinations to pill-style badges with rounded backgrounds. Updated card styling to use consistent shadow effects and neutral colors instead of type-specific color schemes.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The Link component provides better accessibility and browser behavior (right-click to open in new tab, etc.) compared to programmatic navigation. The pill-style type indicators provide better visual hierarchy and the unified card styling creates a more consistent interface.