Dinesh
48d2783559
read_receipts: Add support for displaying read receipts.
...
Adds an API endpoint for accessing read receipts for other users, as
well as a modal UI for displaying that information.
Enables the previously merged privacy settings UI for managing whether
a user makes read receipts data available to other users.
Documentation is pending, and we'll likely want to link to the
documentation with help_settings_link once it is complete.
Fixes #3618 .
Co-authored-by: Tim Abbott <tabbott@zulip.com>
2022-08-12 13:16:35 -07:00
Julia Bichler
0a278c39d2
settings: Send email after deactivating user.
...
This adds a feature where an admin can choose to send an email
with custom content to an user after they deactivated them.
Fixes #18943 .
2022-08-06 21:41:53 -07:00
Ganesh Pawar
e59512764d
modal: Use font-weight 600 for modal title.
2022-07-27 14:37:32 -07:00
Anders Kaseorg
35778fa100
overlays: Remove unused support for Bootstrap modals.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-07-26 17:48:31 -07:00
yogesh sirsat
078d966c64
modals: Refactor help_link_widget for confirmation modal.
...
Added class "help_link_widget" and applied existing css,
to `a` tag of help_link_widget.
Follow-up of #21508 .
2022-03-25 10:43:37 -07:00
yogesh sirsat
417766a3e3
modals: Fix margin for help_link_widget in confirmation modals.
...
The 5px margin is picked to match what we use in settings.
2022-03-24 12:11:47 -07:00
Aman Agrawal
8123ebbfc0
modal: Fix button colors in dark theme.
...
Use the dark purple color we use for `send` buttom on the
`confirm` button.
Fix color of `cancel` and `disabled` buttons in dark mode.
2021-12-06 10:37:21 -08:00
Ganesh Pawar
3b5b98c8f9
modal: Set margin-bottom to 10px.
...
Bootstrap sets the margin-bottom to 20px for alert classes, which
is too much for our needs.
2021-11-23 15:41:54 -08:00
Ganesh Pawar
6262c88e00
modal: Grey out the submit button when disabled.
2021-11-15 10:38:57 -08:00
Ganesh Pawar
ca4d9b0fd6
modal: Mark submit button CSS `color` property as important.
...
This is necessary to override the global `color` property defined
for disabled buttons in night mode.
2021-11-15 10:38:57 -08:00
Ganesh Pawar
d14312b18e
modal: Remove focus ring from submit button.
2021-10-29 14:43:07 -07:00
Ganesh Pawar
1e8bfa710e
dialog_widget: Migrate modal to Micromodal.
...
Also removed the `danger_submit_button` config option
from the dialog_widget since it isn't needed in the new modals.
2021-10-26 18:20:17 -07:00
m-e-l-u-h-a-n
a57aa07a6d
css: Extract modal related css rules.
...
Co-authored-by: Pragati Agrawal <pragati22066@gmail.com>
2021-06-23 17:50:55 -07:00