mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This commit updates code which handles user settings tab to refactor and rename functions and variables in such a way that they can be used for bot settings tabs as well in further commits. Changes done are: - Renamed handle_invalid_users_section_url to handle_invalid_section_url and also updated it such that it can be used for sections other than "users" as well. - Renamed get_user_settings_tab to get_settings_tab and also updated its variable names similarly. - Updated name for tab variables in activate_section_or_default and admin.launch functions similarly. Fixes part of #31156. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||