-
Notifications
You must be signed in to change notification settings - Fork 400
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
Fixed #1545 Various fixes to look and feel #1704
Conversation
MV88
commented
Apr 7, 2017
- Added tooltips to drawer menu button and tools
- Changed placeholder from "Select" to "Attribute" in the query form
- Changed position of Theme Swithcer and MapType Switcher
web/client/localConfig.json
Outdated
@@ -108,7 +108,7 @@ | |||
} | |||
} | |||
}, "Login", | |||
"OmniBar", "BurgerMenu", "Expander" | |||
"OmniBar", "GridContainer", "BurgerMenu", "Expander" |
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.
Is the GridContainer used in desktop and mobile, or only in the homepage?
web/client/localConfig.json
Outdated
@@ -202,7 +202,7 @@ | |||
} | |||
} | |||
}, | |||
"OmniBar", "Login", "Save", "SaveAs", "BurgerMenu", "Expander", "Undo", "Redo", "FullScreen" | |||
"OmniBar", "GridContainer", "Login", "Save", "SaveAs", "BurgerMenu", "Expander", "Undo", "Redo", "FullScreen" |
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.
Is the GridContainer used in desktop and mobile, or only in the homepage?
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.
maybe...
@@ -64,6 +65,7 @@ const ComboField = React.createClass({ | |||
style: { | |||
width: "100%" | |||
}, | |||
placeholder: <Message msgId="queryform.attributefilter.combo_placeholder"/>, | |||
multivalue: false, |
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.
Probably we can use a different default as placeholder like
"Select..."