Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Apr 8, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Collaborator
Author
70f43cb to
86602ac
Compare
e60bdef to
2bd5ec1
Compare
984c812 to
1d1446c
Compare
0f426c7 to
0e979c2
Compare
6a8f9bf to
89642bd
Compare
63e7a97 to
e6883c9
Compare
75b78e3 to
f02909a
Compare
d16a8bd to
fe9c775
Compare
c4f3cc7 to
2332889
Compare
fe9c775 to
e0e8eae
Compare
2332889 to
e650043
Compare
e0e8eae to
d7a2e9d
Compare
|
Hmmm. I feel we should keep feature flags around for at least 1 week after the feature is made public. |
e650043 to
c965cc7
Compare
d7a2e9d to
963cc67
Compare
|
What's your release plan / schedule for this? |
963cc67 to
ab8cda6
Compare
c965cc7 to
b71f997
Compare
ab8cda6 to
d684839
Compare
b71f997 to
6e41b96
Compare
0bdf1e1 to
d437176
Compare
d684839 to
636cd19
Compare
636cd19 to
9d07657
Compare
d437176 to
355ff33
Compare
9d07657 to
b6093f0
Compare
Collaborator
|
The frontend team discussed today and the decision was made to release under beta for minimum 1 week. |
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
Removed the legacy Home page component and dashboard feature flag system. The dashboard feature is now the default experience, eliminating the need for the flag-based conditional rendering. This includes removing the old Home route, its associated components (PipelineSection and RunSection exports), and the
isFlagEnabledutility function that was used for non-React flag checks.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
/and verify the dashboard home view loads correctlyAdditional Comments
This change consolidates the user experience by removing the dual-path routing system that was previously controlled by the dashboard feature flag. All users will now use the dashboard interface by default.