-
Notifications
You must be signed in to change notification settings - Fork 2.8k
DashboardApps: Added sorting, defaults to all dashboard apps #19734
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
DashboardApps: Added sorting, defaults to all dashboard apps #19734
Conversation
Hi there @enkelmedia, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
… multiple instances
Pushed some more changes to the PR, I've basically:
Here is how it currently looks: Still a POC so there is probably a lot of stuff that we might want to refactor. |
This is cool 🙌. Will you be able to update this PR with the latest changes from the POC PR? The addition of the |
@madsrasmussen thanks for looking in to this! I’ll make sure to merge in the latest updates and ping you :) |
# Conflicts: # src/Umbraco.Web.UI.Client/src/packages/core/dashboard/default/dashboard.element.ts
@madsrasmussen Branch has been updated with the latest from |
@madsrasmussen don't forget to merge before you're working on your branch 😀 |
d1bc033
into
umbraco:v16/poc/dashboard-apps
Description
WIP work for the dashboard app-feature discussed here: #19575
Targeting this branch: https://github.com/umbraco/Umbraco-CMS/tree/v16/poc/dashboard-apps
What changed?
dashboard apps
unless something has been configured@madsrasmussen Not sure if I can do like this? :)
Demo