zulip/web
Shubham Padia 2becb41931 settings_users: Reactivated user should not get un-greyed on sort.
On reactivate or deactivate, we add appropriate class through JQuery.
But that class only remains there until sort, on sort any of these added
classes will be removed. We did not face the problem of un-greying for
active users page, because deactivated_users class was added to the HTML
always if `is_active` was false for the user.
In this commit, we rename `reactivated_user` to `active-user` and this
class will be present for all active users, even on the active users
table. For the deactivated users table, we will have scoped css that
will grey out the row with `active-user` class.
2024-07-11 12:16:12 -07:00
..
e2e-tests search pills: Validate pills with shake animation when invalid. 2024-07-09 17:08:45 -07:00
generated
html 5xx: Remove duplicate error_page class applied on page. 2024-07-03 13:35:12 -07:00
images
server
shared send_later_popover: Redesign popover and add accessibility improvements. 2024-07-10 15:05:37 -07:00
src settings_users: Reactivated user should not get un-greyed on sort. 2024-07-11 12:16:12 -07:00
styles settings_users: Reactivated user should not get un-greyed on sort. 2024-07-11 12:16:12 -07:00
templates settings_users: Reactivated user should not get un-greyed on sort. 2024-07-11 12:16:12 -07:00
tests channel: Don't show "You subscribed to" bookend on channel creation. 2024-07-11 09:51:55 -07:00
third typeahead: Move CSS file with other styles. 2024-07-09 09:42:10 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
postcss.config.js
webpack.assets.json
webpack.config.ts blueslip: Untangle from page_params. 2024-06-22 19:18:10 -07:00
webpack.dev-assets.json