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
YJDave
2124f4c8d9
settings: Add style for settings informational icons.
2018-01-04 16:37:09 -05:00
YJDave
ce43daa236
stream settings: Fix all dead code related to #subscriptions-status.
...
Remove all references of #subscriptions-status and add error handling
of stream settings endpoints.
Fixes #4647
2018-01-04 11:35:37 -05:00
Cynthia Lin
9e060b46d5
portico: Raise z-index of exit button in navigation sidebar.
...
Fixes #7971 .
2018-01-03 11:25:22 -05:00
Aastha Gupta
daf86eb664
settings: Add "text" option to emoji_set model.
...
We no longer have a special UI setting and model
field ("emoji_alt_code") for saying users want text-only
emojis. We now instead make "text" be a fifth choice
for "emojiset".
Fixes #7406
2018-01-02 14:55:01 -05:00
Cynthia Lin
c31e148ea8
user docs: Add links back to homepage to the bottom of the sidebars.
2017-12-31 08:08:25 -05:00
Utkarsh Patil
50be484964
onboarding: Fix error-password overlap bug
...
Apply appropriate spacing between password field and error message.
Fixes : #7796 .
2017-12-30 11:05:39 -05:00
Cynthia Lin
5df9011ae5
user docs: Apply highlights to documentation indexes.
2017-12-27 15:15:05 -05:00
Cynthia Lin
fa92a35f17
user docs: Highlight currently selected user docs article.
...
Fixes #7053 .
2017-12-27 15:15:05 -05:00
Cynthia Lin
1dcd311ce8
user docs: Fix miscolored hamburger icon on mobile view.
2017-12-27 15:15:05 -05:00
Abhijeet Kaur
28b0ebd739
Embedded bots: Add UI for adding embedded bots.
...
Adds type "embedded bot" to bot creation menu. Lets
users select a bot to run from a list of bots.
Currently, this list is hard-coded into the backend.
2017-12-26 08:50:00 -05:00
Aastha Gupta
560425929e
compose: Notify when drafts are saved.
...
Fixes #7539
2017-12-22 10:51:55 -05:00
Marco Burstein
e9d7161418
compose: Warn users when posting to the #announce stream.
...
Currently, users are warned when mentioning @all and @everyone, but not
when posting on the #announce stream. Confirm with users that they want
to send their message on #announce if over 60 people are going to be
notified.
Fixes #6928 .
2017-12-20 07:36:50 -05:00
Rishi Gupta
87e164043f
portico: Rename plans at /plans.
2017-12-19 15:36:13 -08:00
Utkarsh Patil
c2441e4455
user settings: Clean settings.css and fix bug
...
Clean up settings.css and fix js bug in attachments_ui.js
2017-12-18 10:12:33 -05:00
Utkarsh Patil
c9596e12be
user settings: fix uploaded files UI
...
Fix UI and date uploaded
2017-12-18 10:12:33 -05:00
Utkarsh Patil
0b710e41c9
user settings: fix 'Uploaded files' UI
...
Align table header and its corresponding table data
2017-12-18 10:12:33 -05:00
Shreyansh Dwivedi
5b49259722
compose box:Add a reply button. Fixes #5578
2017-12-15 14:23:24 -05:00
Brock Whittaker
bfda5bbf2b
streams: Make stream settings inputs responsive to narrow screens.
...
This makes the inputs and buttons responsive to narrow screens by
gracefully resizing and falling in place.
Fixes : #7712 .
2017-12-14 17:47:54 -05:00
Xavier Cooney
bb54aab7c0
Change sidebar headings in API docs to not have pointer cursor.
...
Previosly, a pointer cursor would display when hovering over some of the
headings in the API docs, however nothing would happen when clicked.
Fixes #7702 .
2017-12-14 07:51:48 -05:00
Vishnu Ks
bc37317914
invites: Differentiate users invited as admin by showing bolt icon.
2017-12-13 15:12:21 -06:00
Utkarsh Patil
10149b75cc
stats: Add per-graph loading indicator
...
This commit ensures that size of each graph is the same before and
after the data is loaded. It also adds a loading indicator to each
graph until the data is loaded.
Fixes https://github.com/zulip/zulip/issues/6490
2017-12-13 14:44:28 -06:00
Brock Whittaker
20f3b0f599
popovers: Apply email overflow changes to ".message-info-popover".
...
This applies the same overflow changes to “.message-info-popover” by
imposing a max width on the popover (so it doesn’t increase in width
when it gets larger) and adding the tooltip on hover.
2017-12-13 14:20:18 -06:00
cPhost
97c3d5fce3
user profiles: add tooltip for too long email.
2017-12-13 14:20:18 -06:00
Balaji2198
c54c40eecd
refactor: Remove obsolete .sidebar-nav.
2017-12-13 14:17:41 -06:00
Balaji2198
e9ae14c968
refactor: Remove obsolete .position-relative.
2017-12-13 14:17:41 -06:00
Balaji2198
7b91668ef4
refactor: Remove obsolete .messagebox-bottom-colorblock.
2017-12-13 14:17:41 -06:00
Balaji2198
b9c784bd7f
refactor: Remove obsolete .messagebox-bottom.
...
This is an obsolete css class in zulip.css.
2017-12-13 14:17:41 -06:00
Balaji2198
6f7574ce19
refactor: Remove obsolete .message-right.
...
This is an obsolote css class in zulip.css.
2017-12-13 14:17:41 -06:00
Balaji2198
50517c16d6
refactor: Remove obsolete .message-pane.
...
This is an obsolete css class in zulip.css.
2017-12-13 14:17:41 -06:00
Balaji2198
38d778501c
refactor: Remove obsolete .edit-profile.
...
This is an obsolete css class in zulip.css.
2017-12-13 14:17:41 -06:00
civilnewsnetwork
76511449f1
Added darken to perfect-scrollbar on scroll
2017-12-13 14:14:59 -06:00
Cynthia Lin
240511c2d7
dark-mode: Compact common background-color declarations.
2017-12-12 09:11:34 -06:00
Cynthia Lin
86f87bcb3f
dark-mode: Change hex color codes to HSL.
2017-12-12 09:11:34 -06:00
Cynthia Lin
45d0b2bb47
dark-mode: Fix background colors of modals and sidebars in mobile view.
...
Fixes #7623 .
2017-12-12 09:11:34 -06:00
Shreyansh Dwivedi
47fcb27e39
invitations: Remove custom_body.
...
Fixes #7672
2017-12-11 19:23:54 -08:00
Cynthia Lin
9682ad4ca9
left sidebar: Add margin to bottom of Streams list.
...
The last stream name gets covered by a Chrome link hover tooltip, so an extra 20px gets added to the bottom.
Fixes #7654 .
2017-12-11 17:33:46 -08:00
Greg Price
d15fcc18cc
sidebars: Revert change to more muted colors.
...
This reverts commit aebf63c28
"sidebars: Change to more muted
hover/active colors."
In addition to the effects described in its commit message, this
commit gave the unread counts in the left sidebar a much lighter
background, making them harder to see. I'm not quite sure which part
of this change caused that effect how; reverting for now and we
can sort out a new version of the change.
2017-12-11 15:36:59 -08:00
Cynthia Lin
9bf0c96e9f
modals: Make settings page selectors more specific.
...
The `#settings_page .right.show` selector was breaking the Emoji style inputs in Display settings on mobile responsive view.
Fixes #7624 .
2017-12-08 18:22:30 -08:00
Cynthia Lin
799e4adf42
compose: Align Press Enter to send checkbox with label.
...
Fixes #7604 .
2017-12-08 18:21:32 -08:00
Brock Whittaker
59b0776c53
left-sidebar: Lighten global filter icons.
...
This lightens them to a half-opaque base text color so they stand out
less than they currently do.
2017-12-07 15:10:07 -08:00
Brock Whittaker
aebf63c288
sidebars: Change to more muted hover/active colors.
...
The active streams and users should be more muted grey tones than the
greens and blues that they currently are.
2017-12-07 15:10:07 -08:00
Brock Whittaker
60e018e972
sidebars: Add 1px of vertical margin to all <li>.
...
This makes the list slightly less dense (9%) and ensures that the
borders of hovered items and active items don’t touch each other.
2017-12-07 15:10:07 -08:00
Brock Whittaker
953ee778f3
sidebars: Remove link underlines on hover.
...
This removes the underlines on the stream names and user names when
hovered over for a cleaner look. This is acceptable due to the fact
that hover is signified already by a light grey background.
2017-12-07 15:10:07 -08:00
Cynthia Lin
c90faca875
portico: Modify docs sidebar to a light shade of green.
2017-12-07 14:40:17 -08:00
Cynthia Lin
b7fb86b9ea
user docs: Modify sidebar and index page styling.
2017-12-07 14:40:17 -08:00
Cynthia Lin
eddf3a722a
components: Change cursor to pointer for checkbox labels.
...
Lets users know that they can toggle the checkbox by clicking the corresponding label.
2017-12-07 14:37:23 -08:00
Brock Whittaker
349dad7a84
typeaheads: Change active <li> to have white text again.
...
This was accidentally changed due to an inheritance problem of
`.typeahead.dropdown-menu a` overriding the default bootstrap
selector `.dropdown-menu .active > a` with its color styling
preferences.
2017-12-06 16:48:08 -08:00
Brock Whittaker
2776787dc3
compose-alert: Remove unneeded style.
...
This removes the width attribute that actually makes the notification
about a pixel too long, because removing this with a block element will
automatically make it 100% auto fit.
2017-12-06 16:48:08 -08:00
Brock Whittaker
0ed9da9a11
compose: Make compose alerts dark-mode compatible.
...
This makes all the alerts in the compose box compatible with dark mode
by choosing different colors and fixing borders to be properly
pronounced, along with removing text shadows that make text unreadable.
2017-12-06 16:48:08 -08:00
Brock Whittaker
9a3a9be926
compose: Restyle `#out-of-view-notification` alert.
...
This restyles the notification to be slightly lighter green and have
styles that are more compatible with dark mode, along with removing
dead styles.
2017-12-06 16:48:08 -08:00
Brock Whittaker
83d9844fcd
compose: Center "x" vertically and horizontally on cross-stream warning.
...
On the warning that occurs when you are cross posting to a different
stream, move the “x” to be vertically centered and horizontally aligned
with the”x” on other warnings in the compose box.
2017-12-06 16:48:08 -08:00
Brock Whittaker
0e4eef6ef0
dark-mode: Make bankruptcy modal dark-mode compatible.
...
This makes the bankruptcy modal compatible with dark mode by adding the
`.modal-bg` class to switch it to dark mode, and by setting a darker
background and border color to the modal header.
2017-12-06 16:48:08 -08:00
Brock Whittaker
a5da6265eb
dark-mode: Make all states of navbar <li> dark mode compatible.
...
This fixes and adds to the logic in commit `525e8e3`. That commit
would only have the stream be the correct color if it was active,
but really it should be dark text by default regardless of whether
it is the active tab bar list item.
2017-12-06 16:48:08 -08:00
Rishi Gupta
8b1c3c00e8
plans: Make the feature thead separator narrower.
2017-12-01 07:14:19 -08:00
Rishi Gupta
58a20b3e96
plans: Change the positioning of the commercial hosting price.
2017-12-01 07:14:19 -08:00
Rishi Gupta
eebef9e9de
portico: Update /for/mystery-hunt.
2017-11-30 15:01:33 -08:00
Brock Whittaker
2a7ea5ca53
dark-mode: Change star color to be lighter.
...
This changes the star color to be lighter and visually softer to be
easier to spot in the page.
2017-11-30 14:40:28 -08:00
Brock Whittaker
5735f8251b
dark-mode: Make typeaheads dark mode compatible.
...
This makes the typeaheads dark-mode compatible by changing to the
background to be dark and the text to inherit from the body text
(rather than bootstrap’s default of #333 ).
2017-11-30 14:40:28 -08:00
Brock Whittaker
9d255ac7de
dark-mode: Respect ".no-style" attr on buttons.
...
This respects the ".no-style" declaration on buttons and sets
the background back to transparent in dark mode (from a slightly
darkened background).
2017-11-30 14:40:28 -08:00
Brock Whittaker
6d5835773e
Informational-overlays: Change "Search Operators" red to better red.
...
The color of red it was was pretty terrible, so this changes it to a
better shade that also just happens to look good with dark mode.
2017-11-30 14:40:28 -08:00
Brock Whittaker
525e8e36d7
dark-mode: Fix tab list stream to not inherit color.
...
The streams can be light and if it inherits the white text color they
will not be readable. It should default to dark text with the exception
of when the tab is is `.dark-background`, in which case then it should
revert to inheriting the white color.
2017-11-30 14:40:28 -08:00
Brock Whittaker
03c15fd9dc
dark-mode: Change edit notice medium grey to translucent.
...
This changes the font color from a medium grey to the base font color
plus an opacity of half.
2017-11-30 14:40:28 -08:00
Brock Whittaker
675cb8599d
message-feed: Increase font weight of "(EDITED)".
...
This increases the font weight from 300 to 400 to increase visibility
of the edit notice in messages.
2017-11-30 14:40:27 -08:00
Brock Whittaker
180dee5c5e
message-feed: Remove unnecessary text shadow on date row.
...
This removes an unnecessary text shadow from the message feed date rows
that doesn’t show on white backgrounds and looks unreadable on dark
ones.
2017-11-30 14:40:27 -08:00
Brock Whittaker
f6bbc1f274
dark-mode: Change date row from medium grey to translucent.
...
This changes the color from a medium grey to a translucent that
inherits the base text color.
2017-11-30 14:40:27 -08:00
Brock Whittaker
4f81bdd0a6
message-edit-history: Make dark mode compatible.
...
This makes the edit history overlay dark mode compatible by changing
the background to the dark blue along with changing the highlight
colors to work with white text and dark backgrounds.
2017-11-30 14:40:27 -08:00
Brock Whittaker
625c163ba0
dark-mode: Convert medium grey to translucent base color.
...
This changes the message time from a medium grey to something that is
translucent base color instead.
2017-11-30 14:40:27 -08:00
Brock Whittaker
b2194e860b
message-feed: Reduce animation time for date.
...
This reduces the animation time for the message date to about half.
2017-11-30 14:40:27 -08:00
Brock Whittaker
80b68c3e2b
message-edit-history: Increase font weight of author.
...
This increases the font weight of the author to be a normal font weight
rather than a thin one since it’s already too faint to see on many
monitors.
2017-11-30 14:40:27 -08:00
Brock Whittaker
7883897165
muted-topics: Enable dark mode for mute notifications.
...
This enables dark mode by changing the background to a dark color
in the stream/topic mute notifications.
2017-11-30 14:40:27 -08:00
Brock Whittaker
afce6b18bf
muting: Change muting overlay to use standard buttons.
...
This changes the overlay “Unmute” button to use the default `.button`
style.
2017-11-30 14:40:27 -08:00
Brock Whittaker
bc11b0f1e8
Revert "dark-mode: Remove unnecessary CSS and fix dark mode bugs."
...
This reverts commit 64381b6e38
.
It turns out we actually needed this for inline code blocks to work.
2017-11-30 14:40:19 -08:00