update favourite and recent cards#2001
Open
Mbeaulne wants to merge 1 commit into03-24-updates_revently_viewedfrom
Open
update favourite and recent cards#2001Mbeaulne wants to merge 1 commit into03-24-updates_revently_viewedfrom
Mbeaulne wants to merge 1 commit into03-24-updates_revently_viewedfrom
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
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 24, 2026
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
ea60d9f to
ae6a6cc
Compare
0ef8ac0 to
b6838bc
Compare
Collaborator
Author
|
Reviewer note: This PR fixes navigation in both |
b6838bc to
1d68541
Compare
ae6a6cc to
07359a9
Compare
1d68541 to
b274d0f
Compare
07359a9 to
775a9e7
Compare
b274d0f to
75ee2c0
Compare
5a757b9 to
fda9a1b
Compare
75ee2c0 to
7b3cda1
Compare
fda9a1b to
c9e84ec
Compare
ba9600e to
6793af6
Compare
54e27d2 to
7246b53
Compare
6793af6 to
0b84fce
Compare
7246b53 to
7a5a472
Compare
0b84fce to
227ddc0
Compare
227ddc0 to
ae28aeb
Compare
7a5a472 to
aa16ae5
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.