Merge pull request #1017 from chaotixkilla/fix-ui-ux-tweaks
Improve UI/UX on multiple screens
This commit is contained in:
commit
412f3ac2b5
25 changed files with 246 additions and 153 deletions
|
|
@ -300,6 +300,7 @@ const Analytics = () => {
|
|||
items={REPRESENTING_OPTIONS}
|
||||
default={REPRESENTING_OPTIONS[0]}
|
||||
selectedItem={representing}
|
||||
defaultAsFilter
|
||||
/>
|
||||
<Select
|
||||
label="Time period"
|
||||
|
|
@ -307,6 +308,7 @@ const Analytics = () => {
|
|||
items={PERIOD_OPTIONS}
|
||||
default={PERIOD_OPTIONS[0]}
|
||||
selectedItem={period}
|
||||
defaultAsFilter
|
||||
/>
|
||||
</div>
|
||||
<div className={classes.overview}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue