YJDave
7e8da54209
settings: Move full name setting UI into modal.
...
This makes this UI widget more consistent with its neighbors.
tabbott: This introduces a bug with how the `full_name_field` HTML is
managed; it should be done via the `server_events.js` handler.
2018-02-01 16:08:07 -08:00
YJDave
8582e757cd
settings: Improve email change modal in user setting.
...
- On error, do not close the modal and show the error in the modal.
- Change the order of the `Cancel` and `Change` buttons.
2018-02-01 16:08:07 -08:00
Shubham Dhama
70079e0a12
settings: Makes selector look better in firefox.
...
This adds a custom selector icon to make our dropdowns look
well-designed in Firefox.
Fixes : #6707 .
2018-01-28 12:40:42 -08:00
YJDave
65592375ce
dark-mode: Fix background color of dropdown menus.
2018-01-28 12:40:42 -08:00
Brock Whittaker
2c3b30bf2c
landing-page: Change dropdown height to "auto" on mobile.
...
The height was too large (at 85px), so this makes it auto again.
2018-01-27 16:22:14 -08:00
Brock Whittaker
70b80a2cfb
landing-page: Darken body when mobile sidebar is open.
...
This signals that you should not access the body before trying to close the sidebar.
2018-01-27 16:22:14 -08:00
Brock Whittaker
931261f017
dark-mode: Make all ".modal-bg .modal-header" styles the same.
...
This is a master selector that selects all the cases that were removed
along with one more (password modal).
2018-01-27 16:19:59 -08:00
Brock Whittaker
ca548e8fa9
dark-mode: Add support for password inputs.
...
This allows for password inputs to be the darker blue in the dark theme now.
2018-01-27 16:18:09 -08:00
Brock Whittaker
c129bba1af
informational-overlays: Move CSS => informational-overlays.css.
...
This moves the CSS to a specialized stylesheet and adds a custom class ".hotkeys_full_table".
2018-01-27 15:20:12 -08:00
VishalCR7
b863782cf8
portico: Add realm name, link, and icon to top of /accounts/register.
...
Fixes #6329 .
2018-01-24 18:44:38 -08:00
Harshit Bansal
e0ffab8e05
emoji picker: Fix categories overflow in Firefox at 90% zoom.
...
Explanatory comments added by tabbott.
Fixes : #7511 .
2018-01-24 16:20:10 -08:00
Vishwesh Jainkuniya
b1e16d55ac
dark-mode: Fix text color of emoji_alt_code.
2018-01-24 15:48:26 -08:00
Brock Whittaker
d06fd9c357
dark-mode: Make settings page code blocks compatible.
...
This makes the code blocks compatible by changing the background to be darker and the text color to be base (white).
2018-01-24 14:17:33 -08:00
Brock Whittaker
189832deed
dark-mode: Make "error" alerts compatible.
...
This makes them compatible by making the backgrounds darker and the text base color.
2018-01-24 14:17:33 -08:00
Brock Whittaker
ca6ea11a98
dark-mode: Make "success" alerts compatible with dark mode.
2018-01-24 14:17:33 -08:00
Brock Whittaker
2d18bade15
dark-mode: Make settings "tip" boxes more compatible.
...
This makes them compatible by making the background dark and the text base color.
2018-01-24 14:17:33 -08:00
Brock Whittaker
0bf02e531c
compose: Change "reply" button to be normal coloring.
...
This changes the button color to look normal, rather than being a blue/purple.
2018-01-24 14:17:33 -08:00
Brock Whittaker
f18307a812
informational-overlays: Fix <hr> to be dark mode responsive.
...
This changes the <hr> to be translucent rather than light grey so it responds nicely to the dark mode theme.
2018-01-24 14:17:33 -08:00
YJDave
2ca0fb4128
user setting: Move password change flow in UI into modal.
...
Thanks to @brokwhittaker for his significant chagnes in
password modal design.
2018-01-23 14:40:47 -05:00
YJDave
e7cae000cf
styles: Remove all dead code of m-10 style class from settings.
...
Remove dead style class m-10 and add m-t-10 class in settings templates.
2018-01-23 14:26:40 -05:00
YJDave
74f3189fa5
settings: Add styles for dropdown titles.
2018-01-23 14:26:40 -05:00
YJDave
676d543d86
org settings: Change create stream permission to be dropdown.
...
Organization permission setting allow-user-to-create-stream is
change to dropdown, from checkbox.
2018-01-23 14:26:40 -05:00
YJDave
01510c1e8f
all streams: Show lock-icon for subscriber count, if user can't access.
...
Previoulsy, we display "0 subscribers" if user can't access stream's
subscribers. Replace subscriber count with lock icon in case of
unsubscribed private stream, in "All stream" list.
2018-01-22 18:26:36 -05:00
YJDave
81599cf906
stream settings: Display warning if user can not access subscribers.
...
Display warning, saying "You can not access private stream subscribers,
in which you aren't subscribed", if user can not access subscribers;
instead of showing zero subscriber to stream.
2018-01-22 18:26:36 -05:00
ihsavru
a5be1fb109
lightbox: Fix responsiveness issues with image description.
...
Fixes #7789
2018-01-19 17:12:38 -08:00
Aditya Bansal
7d8d7f7f9b
reminders: Add alert message for set reminder success or failure.
2018-01-19 11:33:11 -05:00
Aditya Bansal
0f71a7ecca
reminders: Add UI for setting up reminders for messages in the feed.
2018-01-19 11:33:11 -05:00
Cynthia Lin
9fe284b442
dark-mode: Fix background color of table headers.
2018-01-17 03:29:07 -05:00
Cynthia Lin
be21f831a0
settings: Normalize white boxes in settings.
2018-01-17 03:29:07 -05:00
Cynthia Lin
e1764446c1
user settings: Change alert words styling to match other settings forms.
...
Fixes #8065 .
2018-01-17 03:29:07 -05:00
Cynthia Lin
a028097266
dark-mode: Change Stream list chevrons colors to have more contrast.
...
Fixes #7794 .
2018-01-16 17:18:50 -05:00
Cynthia Lin
56f341ffb5
dark-mode: Combine similar CSS selectors together.
2018-01-16 17:18:50 -05:00
Rohitt Vashishtha
cc8942e0dc
/team: Fetch zulip-js repository data.
2018-01-16 12:23:19 -05:00
Angelika Serwa
374025e10b
settings UI: Fix settings sidebar.
...
Fixes broken settings page on continuous use of tab key.
Sets settings sidebar visibility to hidden when not visible.
Fixes : #7982 .
2018-01-12 07:31:53 -05:00
Xavier Cooney
6dbc7c5656
org-settings: Fix pointers near disabled checkboxes.
...
Fixes #7768
2018-01-12 07:26:38 -05:00
Brock Whittaker
842afd1821
dark-mode: Make alert words compatible.
...
The alert word highlighting is too light to work with the font
when it is white, so this changes it to have a translucent background
so that the color adjusts to be more visible on a darker background.
This is originally taken from #7844 and is a modification of the
solution in #7847 .
The reason this approach is better for the codebase is now there is
only one color to change for alert words which reduces the likelihood
that someone in the future will change the color of one theme's
alert words and not the other.
Fixes : #7844 .
2018-01-11 17:24:41 -08:00
Andy Perez
c209069fcd
bugdown: Improve image inlining logic.
...
Fix #7537
2018-01-09 16:43:22 -05:00
rht
763a96228f
left sidebar: Remove plus icon from the stream bar.
2018-01-09 09:05:23 -05:00
YJDave
28ca52b493
user setting: Enhance email change modal.
...
* Disable spellcheck in email field.
* Decrease width of email change modal.
* Autofocus email field in email change modal.
2018-01-08 14:35:03 -05:00
Cynthia Lin
da06832837
right-sidebar: Make Search people input collapsible with search icon.
...
Fixes #4816
2018-01-07 15:05:03 -05:00
Cynthia Lin
7c1a803927
left-sidebar: Fix styling of Streams header to not use links.
2018-01-07 15:05:03 -05:00
Balaji2198
d6ae9341d3
refactor: Remove obsolete .user_offline.
...
This is an obsolete css class in right-sidebar.css.
2018-01-07 10:04:35 -05:00
Balaji2198
9e814e1b2d
refactor: Remove obsolete .ps-scrollbar-y.
...
This is an obsolete css class in left-sidebar.css.
2018-01-07 10:04:35 -05:00
Balaji2198
f520a28bc7
refactor: Remove obsolete .ps-scrollbar-y-rail.
...
This is an obsolete css class in left-sidebar.css.
2018-01-07 10:04:35 -05:00
Balaji2198
bebbdce5dc
refactor: Remove obsolete .hidden-filter.
...
This is an obsolete css class in left-sidebar.css.
2018-01-07 10:04:35 -05:00
Cynthia Lin
c82e73e0c9
org settings: Improve design of User groups page.
2018-01-06 11:50:52 -05:00
Cynthia Lin
48f7e8c0d0
org settings: Add functionality for saving state of edited user groups.
2018-01-06 11:50:52 -05:00
Cynthia Lin
d6a937aa2a
org settings: Add functionality for adding/removing users from groups.
2018-01-06 11:50:52 -05:00
Cynthia Lin
a8c20876b9
org settings: Add user group save functionality for editing groups.
2018-01-06 11:50:52 -05:00
Cynthia Lin
83706e1bcd
org settings: Add User groups content and design.
2018-01-06 11:50:52 -05:00