bb-plane-fork/apps/web
Bavisetti Narayan ce6299937f
[WEB-5430] feat: allow users to change email (#8120)
* feat: change user email

* chore: optimised the logic

* feat: add email change functionality and related modals in profile form

* refactor: format checkEmail method for improved readability

* chore: added rate limit exceeded validation

* feat: implement change email modal with localization support

- Added translation support for the change email modal, including titles, descriptions, and error messages.
- Integrated the useTranslation hook for dynamic text rendering.
- Updated form validation messages to utilize localized strings.
- Enhanced user feedback with localized success and error toast messages.
- Updated button labels and placeholders to reflect localization changes.

* chore: added extra validation in cache key

* fix: format files

---------

Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com>
Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-11-24 21:21:52 +05:30
..
app [WEB-5489] fix: prevent AppRail hook usage outside context in disabled workspace components (#8164) 2025-11-24 16:03:36 +05:30
ce [WEB-5478] chore: fix types (#8155) 2025-11-21 20:22:37 +05:30
core [WEB-5430] feat: allow users to change email (#8120) 2025-11-24 21:21:52 +05:30
ee [WEB-5459] feat(codemods): add function declaration transformer with tests (#8137) 2025-11-20 17:39:40 +05:30
helpers [WEB-5134] refactor: update web ESLint configuration and refactor imports to use type imports (#7957) 2025-10-14 16:45:07 +05:30
nginx [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
public [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
styles [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
.dockerignore [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
.env.example [WEB-5413] feat: adding sentry error handling in web, space and admin (#8099) 2025-11-12 19:03:47 +05:30
.eslintignore [WEB-5128] refactor: remove local database dependencies and unused code (#8109) 2025-11-13 18:32:15 +05:30
.eslintrc.cjs [WEB-5416] fix: Use proper import syntax (#8105) 2025-11-13 17:41:06 +05:30
.gitignore chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
.prettierignore [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
.prettierrc chore: use oxc tooling to speed up prettier (#8117) 2025-11-20 17:30:27 +05:30
Dockerfile.dev feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
Dockerfile.web [WEB-5413] feat: adding sentry error handling in web, space and admin (#8099) 2025-11-12 19:03:47 +05:30
google.d.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
manifest.json chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
package.json fix: eslint errors and warnings (#8149) 2025-11-20 19:31:22 +05:30
postcss.config.cjs [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
react-router.config.ts [WEB-5386] refactor: update all apps to use react-router for development and enable SSR for space app. (#8095) 2025-11-11 14:08:42 +05:30
tailwind.config.cjs [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
tsconfig.json [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30
use-font-face-observer.d.ts chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
vite.config.ts [WEB-5404] chore: update next images with html default images (#8101) 2025-11-13 18:33:18 +05:30