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

Split dashboard into partials #2948

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Split dashboard into partials #2948

merged 1 commit into from
Jun 27, 2024

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jun 27, 2024

What is this pull request for?

The dashboard has now partials for each part (top, left_column, right_column) and widgets for the content placed into them. It looks the same as before, but can now be changed in the host app or extensions by overwriting on of the partials.

Checklist

The dashboard has now partials for each part (top, left column, right column)
and widgets for the content placed into them. It looks the same as before, but
can now be changed in the host app or extensions by overwriting on of the partials.
@tvdeyen tvdeyen requested a review from a team as a code owner June 27, 2024 19:53
@tvdeyen tvdeyen added this to the 7.3 milestone Jun 27, 2024
@sascha-karnatz
Copy link
Contributor

Looks good! In the long run we can consider ViewComponents for the Widgets.

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.96%. Comparing base (ce2fc9d) to head (e1ee2e9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2948   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files         232      232           
  Lines        6271     6271           
=======================================
  Hits         6018     6018           
  Misses        253      253           

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

@tvdeyen
Copy link
Member Author

tvdeyen commented Jun 27, 2024

Looks good! In the long run we can consider ViewComponents for the Widgets.

Yes, in the partials we could use ViewComponents, but partials are way easier to overwrite than ViewComponents

@tvdeyen tvdeyen merged commit 8114970 into main Jun 27, 2024
36 checks passed
@tvdeyen tvdeyen deleted the split-dashboard branch June 27, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants