-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Dashboard frontend enhancements #21598
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
429049c
Allow userdefined order and start with drag and drop resorting
juliusknorr 28a01a9
Design enhancements to panels, headings, and edit button
jancborchardt 9cde198
More design fixes to dragging and edit panels
jancborchardt 1448f54
Experiment with fade in dashboard panel header
jancborchardt 0135eed
Dashboard: Adjust headings to new spacing for 44px icons
jancborchardt 90f56dd
Replace vue-smoothdnd with vuedraggable
juliusknorr e25bab9
Set Dashboard as default app
jancborchardt 4679926
Redirect to files app after login in acceptance tests
juliusknorr 995144f
Dashboard: Fix small misalignment of widget header icon
jancborchardt da8a29f
Dashboard: Wording change from panels to widgets
jancborchardt 5099a4f
Add binary attributes for dashboard bundles
juliusknorr c983094
WIP: drag and drop in modal
juliusknorr bd3d791
Only show display name if set
juliusknorr ae6be0c
Expose firstRun parameter to frontend
juliusknorr 3be3c34
Status integration
juliusknorr 7e2ded5
Fix default order of widgets
juliusknorr db86bea
Allow default app to be overwritten by user config
juliusknorr 6accf4d
Fix default height
juliusknorr 018be66
Refactor API to match the widget wording
juliusknorr d9dcd59
Load sidebar on dashboard
juliusknorr 97feb89
Make header the drag handler
juliusknorr c97a805
Add first run hint
juliusknorr 7399146
Dashboard: Fix full height of Widgets based on new component
jancborchardt 44310d1
Add dashboard to app info xsd
juliusknorr 61cc356
Fix php cs check
juliusknorr dbbc675
Fix drag behavior in modal
juliusknorr 258cde1
Bump bundles
juliusknorr 5a06e38
Dashboard app is disabled and there is no need to redirect to files app
MorrisJobke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be more compliant to what REST is about I would suggest to restructure this to be a resource, like simply
/dashboard/layoutand POST the data thereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd look into this in a separate pr since my first attempt for that didn't work out as expected.