Add dashboard home view with favorites, recently viewed, and my runs sections#2011
Merged
Add dashboard home view with favorites, recently viewed, and my runs sections#2011
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 25, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Collaborator
Author
176d2f1 to
e2084b7
Compare
e2084b7 to
ae1aed0
Compare
a7083d5 to
e5dbbd0
Compare
ae1aed0 to
8fc6d98
Compare
e5dbbd0 to
b427379
Compare
8fc6d98 to
7fd0245
Compare
b427379 to
d1c9f97
Compare
camielvs
reviewed
Apr 9, 2026
camielvs
reviewed
Apr 9, 2026
28ca9f9 to
c889894
Compare
28122b4 to
9320e96
Compare
c889894 to
019c1fb
Compare
9320e96 to
bf064bb
Compare
0916fe7 to
bea18e9
Compare
bf064bb to
57bd159
Compare
bea18e9 to
d514ad3
Compare
6cd9c4f to
679b853
Compare
d514ad3 to
36f9bf0
Compare
679b853 to
c46ecec
Compare
36f9bf0 to
666981c
Compare
Collaborator
|
I see a bug related to navigation from the left panel: Screen Recording 2026-04-09 at 9.26.04 PM.mov (uploaded via Graphite) |
Collaborator
Author
|
@maxy-shpfy this is fixed later up the stack. |
a96e466 to
ce9f9ee
Compare
666981c to
98e74b0
Compare
ce9f9ee to
83b73f8
Compare
98e74b0 to
ec30e52
Compare
448253d to
e8ff7c7
Compare
ec30e52 to
92002ac
Compare
morgan-wowk
approved these changes
Apr 10, 2026
Collaborator
Author
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
This pull request introduces a new dashboard home view that provides a centralized overview of user activity. The changes include removing the old favorites section component and replacing it with a comprehensive dashboard that displays favorites, recently viewed items, and user runs in a unified interface.
Key changes:
FavoritesSectioncomponentDashboardHomeViewwith preview sections for favorites, recently viewed items, and user runsRunSectioncomponent withforcedFilterandmaxItemsprops to support filtered and limited displaysRelated Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
/dashboard)Additional Comments
The dashboard includes temporary announcement banner data for the beta release. This should be removed before the final production deployment. The runs section currently fetches 10 records due to API limitations, but this will be optimized once custom page_size support is available (tracked in #2016).