openreplay/frontend/app/mstore
Shekar Siri 605fa96a34
feat(auth): implement withCaptcha HOC for consistent reCAPTCHA (#3175)
* refactor(searchStore): reformat filterMap function parameters (#3166)

- Reformat the parameters of the filterMap function for better readability.
- Comment out the fetchSessions call in clearSearch method to avoid unnecessary session fetch.

* Increment frontend chart version (#3167)

Co-authored-by: GitHub Action <action@github.com>

* refactor(chalice): cleaned code
fix(chalice): fixed session-search-pg sortKey issue
fix(chalice): fixed CH-query-formatter to handle special chars
fix(chalice): fixed /ids response

* feat(auth): implement withCaptcha HOC for consistent reCAPTCHA

This commit refactors the reCAPTCHA implementation across the application
by introducing a Higher Order Component (withCaptcha) that encapsulates
captcha verification logic. The changes:

- Create a reusable withCaptcha HOC in withRecaptcha.tsx
- Refactor Login, ResetPasswordRequest, and CreatePassword components
- Extract SSOLogin into a separate component
- Improve error handling and user feedback
- Standardize loading and verification states across forms
- Make captcha implementation more maintainable and consistent

---------

Co-authored-by: Mehdi Osman <estradino@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Taha Yassine Kraiem <tahayk2@gmail.com>
2025-03-19 11:37:50 +01:00
..
types Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
aiFiltersStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
aiSummaryStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
alertsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
assistMultiviewStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
auditStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
customFieldStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
dashboardStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
errorStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
featureFlagsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
filterStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
funnelStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
index.tsx Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
integrationsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
issueReportingStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
loginStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
metricStore.ts ui: add hash to css filenames 2025-03-13 11:45:22 +01:00
notesStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
notificationStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
projectsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
recordingsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
roleStore.ts Add lokalisation (#3106) 2025-03-07 11:48:34 +01:00
searchStore.ts refactor(searchStore): reformat filterMap function parameters 2025-03-14 19:47:42 +01:00
searchStoreLive.ts ui: add loading state for LiveSessionReloadButton.tsx 2025-03-18 15:30:24 +01:00
sessionStore.ts ui: fix filekey on prefetched sessions 2025-03-14 17:30:00 +01:00
settingsStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
spotStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
tagWatchStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
uiPlayerStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
userStore.ts feat(auth): implement withCaptcha HOC for consistent reCAPTCHA (#3175) 2025-03-19 11:37:50 +01:00
uxtestingStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00
weeklyReportConfigStore.ts Add lokalisation (#3092) 2025-03-06 17:43:15 +01:00