mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||