Rohitt Vashishtha
f993fdd480
markdown: Add _@**Name** syntax for silent mentions.
...
These mentions look like regular mentions except they do not
trigger any notification for the person mentioned. These are
primarily to be used when you make a bot take an action and
the bot mentions you, or when you quote a message that mentions
you.
Fixes #11221 .
2019-01-16 16:01:06 -08:00
Vaibhav
ac4aa16962
markdown preview: Fix `code` style for preview in night mode.
...
When in night mode, `code` style was still the same as in the light mode;
The fix is for the same.
Fixes #11269 .
2019-01-13 23:14:19 -08:00
Steve Howell
0c48dad1da
muting: Use more generic markup for undo-mute popup.
...
This makes everything generic except for the main
message given to the user.
2019-01-04 10:40:05 -08:00
AsociTon
7a80456832
reactions: Make styling for night mode reactions more distinctive.
...
Fixes #10840 .
2018-12-29 10:40:32 -08:00
Cynthia Lin
c9b75a8a65
night mode: Alter compose warning background to fit night mode.
...
Fixes #10916 .
2018-12-13 13:29:14 -08:00
Vishnu Ks
e5b3d39ce9
messages: Show banner when message history is limited.
...
This communicates to users clearly about the situation when the
history_limited flag is set by the backend (because message history
was cutoff).
2018-12-13 09:02:11 -08:00
Cynthia Lin
89d81b37d4
styles: Convert background properties to background-color.
2018-10-16 13:14:19 -07:00
Cynthia Lin
67b705207e
styles: Convert 3-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Cynthia Lin
926365dc89
styles: Convert 6-digit hex values to HSL values.
2018-10-16 13:14:19 -07:00
Akash Nimare
138cef0906
hotspots: Change styling of intro to reply hotspot.
...
Updated the styling so that it looks like other hotspots.
2018-10-02 11:38:26 -07:00
Marco Burstein
fa95ba9812
style: Fix the stream and user list buttons on mobile in night mode.
...
These buttons are displayed with a lighter background than other
buttons. Update their borders and background colors (along with the
border on the search box) so that they match the night theme.
Fix #10301 .
2018-08-21 12:42:06 -07:00
Cynthia Lin
452389df0d
night mode: Fix coloring of message edit info tooltip.
2018-08-13 16:17:15 -07:00
Cynthia Lin
f3fb616d17
night mode: Improve styling of user groups in night mode.
2018-08-13 16:17:15 -07:00
Cynthia Lin
16518aaa34
night-mode: Change coloring of disabled items to fit night mode.
2018-08-08 11:29:49 -07:00
Cynthia Lin
89dbfc2926
night-mode: Fix stream creation loading indicator background color.
2018-08-08 11:29:49 -07:00
Cynthia Lin
a001e8d6ec
night-mode: Fix color of clear search button for filter inputs.
2018-08-08 11:29:45 -07:00
Cynthia Lin
d46ad47bd2
night-mode: Fix broken selector for legacy searchbox styling.
2018-08-08 11:29:36 -07:00
Marco Burstein
5a160c66b7
night-mode: Add styles for disabled buttons.
...
Also create the similar styles for the hovered state.
2018-08-07 10:19:44 -07:00
Cynthia Lin
9efe907ef1
night_mode: Use nested selectors to change night mode element styling.
...
This is a SASS-exclusive feature that simplifies a majority of the night
mode selectors.
2018-07-31 17:41:27 -07:00
Cynthia Lin
0314d63e7a
night_mode: Improve legacy searchbox styling to fit night mode.
2018-07-31 17:41:27 -07:00
Cynthia Lin
ae48010158
night_mode: Improve pill searchbox styling to fit night mode.
2018-07-31 17:41:27 -07:00
Aditya Bansal
5190f4c51a
stylesheets: Fix coding style to comply with stylistic rules.
2018-07-27 00:15:58 -07:00
Shubham Dhama
281611f64c
night mode: Fix loading-ellipsis visiblity on clicking "more topics".
2018-06-19 11:04:14 -07:00
Cynthia Lin
7772b99d24
night-mode: Fix incorrectly-colored user profile in mobile view.
2018-06-12 13:13:19 -04:00
Yashashvi Dave
f725fa591d
custom fields: Fix all fields background color.
...
Fix url and date type of fields background color to
match with other filed's background color.
2018-06-07 08:31:27 -07:00
Eeshan Garg
9c8865ba76
frontend: Add UI to create/edit private streams with public history.
...
This completes the effort of making this a user-facing feature.
2018-05-21 16:03:06 -07:00
Armaan Ahluwalia
5f7b47e20c
css: Transition 'app.css' to SCSS.
...
This commit transitions all styles in app.css in the Django pipeline
to being compiled by webpack in an app-styles bundle, and renames the
various files to now be processed as SCSS.
To implement this transition, we move the old CSS file refernces in
settings.py and replace them with a bundle declared in
`webpack.assets.json` and includedn in the index.html template
Tweaked by tabbott to keep the list of files in `app.css` in
`webpack.assets.json`, and to preserve the ordering from the old
`settings.py`.
2018-05-02 17:13:16 -07:00