Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
Collaborator
Author
8 tasks
978016a to
e42146d
Compare
3bf8588 to
0bd509b
Compare
e42146d to
ad74e8e
Compare
0bd509b to
1c68d83
Compare
7224691 to
8283bb9
Compare
5b6f912 to
9896cf1
Compare
8283bb9 to
f0633ae
Compare
9896cf1 to
2df40ef
Compare
f0633ae to
2bca6c9
Compare
25e887b to
b4604ce
Compare
29b4338 to
ffb804e
Compare
b4604ce to
657d22e
Compare
657d22e to
c165842
Compare
ffb804e to
d3635e1
Compare
ad4f2f8 to
bbf3171
Compare
This was referenced Mar 23, 2026
This was referenced Mar 24, 2026
Draft
bbf3171 to
b589aa7
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
This pull request introduces a new Dashboard page as a beta feature. The Dashboard is implemented as a redesigned homepage experience that can be enabled through a feature flag. The page includes a simple layout with a title and beta badge indicator.
Related Issue and Pull requests
Closes #1965
Part of #1964
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
dashboard: truein localStorage under thebetaFlagskey/dashboardto view the new Dashboard page/dashboardwithout the feature flag enabled redirects to the home pageAdditional Comments
The Dashboard feature is currently behind a beta flag and will redirect users to the home page if the flag is not enabled. The feature flag can be controlled through localStorage or will use the default value (false) defined in the flags configuration.