Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
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
bbf3171 to
b589aa7
Compare
|
Reviewer note: This PR is a minimal scaffold — the only pieces that survive the full stack are
|
cacb13e to
9a0d79d
Compare
camielvs
left a comment
There was a problem hiding this comment.
Approved in principle, but hitting "Request Changes" just to make sure you confirm whether the in-app toggle for the new beta flag is supposed to work at this stage or not :)
|
Oh I see. I have to manually navigate to |
9a0d79d to
7e7c0f0
Compare


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.