New Dashboard#3894
Merged
Merged
Conversation
ade0ed8 to
e1ace15
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3894 +/- ##
==========================================
+ Coverage 98.09% 98.14% +0.05%
==========================================
Files 325 341 +16
Lines 8650 8857 +207
==========================================
+ Hits 8485 8693 +208
+ Misses 165 164 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
234c9b1 to
c44455c
Compare
Easier to overwrite or re-arrange that way
Useful for fallback icons, when we do not have the element definition.
Lists pages and elements by type and usage percentage. Useful to understand the content structure of your site.
Some useful information about your data
Dashboard widgets can load a lot of data. Using a lazy loaded turbo-frame now to load the widget body, so we can defer the data crunching to the async loading of individual widgets.
Very useful information. It also extracts the usage widget into a base class for easier re-use.
Configure to the admin users table path
- top - stats - widgets
We want to display the Alchemy info panel right on the dashboard. Moving the legal info into the footer, for visual space Co-authored-by: Sascha Karnatz <sascha@blish.cloud>
Need to set the app path to dummy app in order to work
Rendering the dashboard/info route is deprecated
c44455c to
c1b8b01
Compare
Member
Author
|
@AlchemyCMS/coreteam this is now ready for review. Happy to walk you through if you have questions |
sascha-karnatz
approved these changes
May 18, 2026
Contributor
sascha-karnatz
left a comment
There was a problem hiding this comment.
I think it is pretty useful!
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.
What is this pull request for?
Introduces a new Dashboard with remotely loaded widgets.
Besides a new dashboard style, we also introduce several new widgets:
Notable changes
Removed the
dashboard/left_columnanddashboard/right_columnpartials.Screenshots
Checklist