Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console refresh #843

Merged
merged 10 commits into from
Feb 26, 2024
Merged

Console refresh #843

merged 10 commits into from
Feb 26, 2024

Conversation

jsonporter
Copy link
Contributor

This PR represents a number of significant updates to flyteconsole. These changes include performance updates, new UX and many bug fixes.

Complete description

Performance:

  • Refactored fetch patterns
  • Code-splitting / reduced vendor.js size
  • Virtualized rows
  • Timeline view refactored to support long-running executions

UX Updates

  • New navigation takes up less screen space
  • Upgraded to MUI5
  • New look and feel/color palette

Other changes

  • Registry has been removed
  • The navigation is now static (support for custom/horizontal navigation was removed)

Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.30%. Comparing base (a162fb0) to head (d60733b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #843      +/-   ##
==========================================
- Coverage   63.17%   55.30%   -7.88%     
==========================================
  Files         528      564      +36     
  Lines       13449    14620    +1171     
  Branches     2567     2668     +101     
==========================================
- Hits         8497     8085     -412     
- Misses       4952     6535    +1583     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
Signed-off-by: Jason Porter <[email protected]>
@jsonporter jsonporter marked this pull request as ready for review February 23, 2024 18:45
README.md Outdated
Comment on lines 40 to 42
- removed FLYTE_NAVIGATION
- removed registry
- removed Google Analytics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a brief explanation of what those used to do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated 👍

Copy link
Contributor

@eapolinario eapolinario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jsonporter jsonporter changed the title WIP: Console refresh Console refresh Feb 26, 2024
@jsonporter jsonporter merged commit f363505 into master Feb 26, 2024
11 of 12 checks passed
@jsonporter jsonporter deleted the console-refresh branch February 26, 2024 17:19
@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 1.11.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants