-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
feat(ui): flatten UI when elevation is not necessary (#2317) by @floutchito #2317
Merged
robertsLando
merged 12 commits into
zwave-js:master
from
floutchito:feat/ui-flattened-proposal
Mar 23, 2022
Merged
Changes from 2 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7d3ebca
feat(ui): Optional tabs navigation
floutchito 83ad56e
feat(ui): Flatten style and unnest elevation when necessary
floutchito e100568
Merge branch 'master' into feat/ui-flattened-proposal
robertsLando 2d58cf3
feat(ui): StatisticsCard.vue use computed structure to hold statistics
floutchito eaea6d3
feat(ui): HA mode navigation tabs small fixes
floutchito e85b343
feat(ui): Outline StatisticsCard in Node detailed view
floutchito b0480f8
feat(ui): Reworked Store view, two-panes layout using full available …
floutchito 671791c
feat(ui): Reworked Node views
floutchito 60bb4b1
fix(ui): Prevent auth buttons wrapping in AppBar
floutchito 8b12ae0
feat(ui): Controller statistics toggle is now 'primary'
florent-izypay d645069
feat(ui): Statistics toggle for each node
florent-izypay 4590e4e
feat(ui): Node detailed view Tabs are horizontal on smaller screens
florent-izypay 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
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
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.
In order to make this working with
scoped
you should use>>>
operator