-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Improve dashboard editing flow #2219
Merged
arikfr
merged 17 commits into
getredash:master
from
kocsmy:design/new-dashboard-creation
Jan 28, 2018
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d9892f8
add new widget to the bottom of the dashboard
kocsmy 84532f8
Improve dashboard widget creation and publish process with multiple d…
kocsmy d95c956
plenty of dashboard, filter and parameter fixes (still not the best, …
kocsmy 043a1ee
Add missing class for consistency
kocsmy 80e07c6
add ng-if to hide and show sections accordingly
kocsmy 7b62ee8
Add extra header class and fixed styling
kocsmy 9776081
position: sticke for dashboard-header
kocsmy 4b74ab3
Styling improvements + show buttons in the right context
kocsmy cfb4a1c
Simplify markup and add more styling for add new widget box
kocsmy f7512f1
Fix schema hover on sub-items
kocsmy dd39166
Wider add widget section for dashboards
kocsmy b090b6b
Only render parameters div if we have parameters
kocsmy a98eff8
improve widget description
kocsmy c7dbe07
Single dashboard editing mode.
arikfr 5a9b86f
make button texts consistent with queries
kocsmy 4029821
Properly handle dashbaords filters toggle.
arikfr 3aee4e9
remove second add-widget-container
arikfr 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 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
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.
@kocsmy I'm not sure if this is really not needed, but after rebasing with latest master this part was making the background grey & transparent (you could see the footer behind the add-widget section). I merged the edit flow PR, but please review the CSS in the final state to make sure the rebase didn't mess up something...
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.
Thanks for removing that part, it was indeed just a leftover from previous iterations. I'll review the CSS to make sure everything is in place.
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.
Ok, I reviewed it and all seems good now. 👌