Delirium
dbc142c114
UI patches (28.03) ( #3231 )
...
* ui: force getting url for location in tabmanagers
* Assist add turn servers (#3229 )
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* ui: fix chat draggable, fix default params
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
* ui: fix spritemap generation for assist sessions
* ui: fix yarnlock
* fix errors
* updated widget link
* resolved conflicts
* updated widget url
---------
Co-authored-by: Andrey Babushkin <55714097+reyand43@users.noreply.github.com>
Co-authored-by: Андрей Бабушкин <andreybabushkin2000@gmail.com>
2025-03-28 17:32:12 +01:00
Shekar Siri
9f693f220d
refactor(auth): separate SSO support from enterprise edition
...
Add dedicated isSSOSupported property to correctly identify when SSO
authentication is available, properly handling the 'msaas' edition
case separately from enterprise edition checks. This fixes SSO
visibility in the login interface.
2025-03-27 12:28:10 +01:00
Delirium
1d6fb0ae9e
ui: shrink icons when no space, adjust player area for events export … ( #3217 )
...
* ui: shrink icons when no space, adjust player area for events export panel, fix panel size
* ui: rm log
2025-03-26 16:38:48 +01:00
Shekar Siri
1e2bd19d32
fix(dashboard): update filter condition in MetricsList
...
Change the filter type comparison from checking against 'all' to
checking against an empty string. This ensures proper filtering
behavior when filtering metrics in the dashboard component.
2025-03-25 18:10:13 +01:00
Andrey Babushkin
fd12cc7585
fix(GraphQL): remove unused useTranslation hook ( #3200 ) ( #3206 )
...
Co-authored-by: PiRDub <pirddeveloppeur@gmail.com>
2025-03-24 17:38:45 +01:00
nick-delirium
c77b0cc4de
ui: fixes for onboarding ui
2025-03-24 14:30:22 +01:00
nick-delirium
de344e62ef
ui: onboarding fixes
2025-03-24 14:30:22 +01:00
Shekar Siri
0724cf05f0
fix(auth): remove unnecessary captcha token validation ( #3188 )
...
The token validation checks were redundant as the validation is already
handled by the captcha wrapper component. This change simplifies the
password reset flow while maintaining security.
2025-03-21 10:55:39 +01:00
nick-delirium
4c159b2d26
ui: fix table column export
2025-03-20 16:08:58 +01:00
Shekar Siri
8eec6e983b
feat(auth): implement withCaptcha HOC for consistent reCAPTCHA ( #3177 )
...
* 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
* feat(auth): support msaas edition for enterprise features
Add msaas to the isEnterprise check alongside ee edition to properly
display enterprise features. Use userStore.isEnterprise in SSOLogin
component instead of directly checking authDetails.edition for
consistent
enterprise status detection.
2025-03-19 14:36:56 +01:00
Shekar Siri
618e4dc59f
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.
2025-03-15 11:42:14 +01:00
nick-delirium
b94fcb11e5
ui: fix pageselect for insights
2025-03-14 17:35:54 +01:00
nick-delirium
f93ee6fb8f
ui: fix filekey on prefetched sessions
2025-03-14 17:30:00 +01:00
nick-delirium
e92bfe3cfe
ui: fix efs file replay
2025-03-14 17:06:36 +01:00
nick-delirium
5b6c653862
ui: fix rm unused assets
2025-03-14 13:31:09 +01:00
nick-delirium
4169ab87c6
ui: fix comparison reset
2025-03-14 13:19:00 +01:00
nick-delirium
1cca40d4c5
ui: fix calendar self-close
2025-03-13 13:08:44 +01:00
nick-delirium
221bee70f5
ui: add hash to css filenames
2025-03-13 11:45:22 +01:00
Andrey Babushkin
19b350761c
add few locales ( #3151 )
2025-03-13 10:08:08 +01:00
Shekar Siri
038bfee383
change(ui): tabl loader
2025-03-12 14:41:33 +01:00
nick-delirium
136a5b2bfb
ui: wrap title with i18n
2025-03-12 13:21:51 +01:00
Andrey Babushkin
5df934c9ce
fixed sessions layout ( #3138 )
2025-03-12 09:21:16 +01:00
nick-delirium
c7f3c78740
ui: fix heatmap scaling (use true document height)
2025-03-11 17:00:46 +01:00
nick-delirium
0107c9c523
ui: fix in-session clickmap refresh
2025-03-11 16:24:26 +01:00
nick-delirium
05f4054b31
ui: fix sank tooltip spacing
2025-03-11 16:20:15 +01:00
nick-delirium
77208b95e8
ui: fix locale json endings
2025-03-11 11:38:23 +01:00
nick-delirium
cdbbb482ce
ui: translate more lines
2025-03-11 10:35:08 +01:00
nick-delirium
ccd8d76e98
ui: improve metadata display
2025-03-11 10:35:08 +01:00
Andrey Babushkin
17a5089c24
updated locales ( #3129 )
2025-03-10 23:19:54 +01:00
nick-delirium
743625f66b
ui: fixes for metadata list in sessions
2025-03-10 18:00:05 +01:00
Andrey Babushkin
ffd134c204
Fix localisation ( #3128 )
...
* fix localised errors
* fix locales
* fix locales
* fix highlight badges
* fix errors
2025-03-10 17:46:36 +01:00
Andrey Babushkin
75ca0267ae
Fix localisation ( #3126 )
...
* fix localised errors
* fix locales
* fix locales
* fix highlight badges
2025-03-10 16:50:10 +01:00
Andrey Babushkin
6ab3c80985
Fix localisation ( #3125 )
...
* fix localised errors
* fix locales
* fix locales
2025-03-10 16:43:53 +01:00
Andrey Babushkin
eab2d3a2cf
Fix localisation ( #3123 )
...
* fix localised errors
* fix locales
2025-03-10 15:51:21 +01:00
Shekar Siri
c6cbc4eba8
fix(ui): align session date range text properly
...
Add text-start class to the date range container to ensure proper
left alignment of text in the SessionDateRange component.
2025-03-10 15:24:17 +01:00
Shekar Siri
687ab05f22
feat(metrics): implement server-side pagination and sorting
...
Refactors metrics list view to use server-side pagination and sorting
instead of client-side implementation. This improves performance for
large datasets by reducing client workload and network payload size.
Key changes:
- Add pagination API endpoint in MetricService
- Update MetricStore to handle server pagination
- Refactor ListView component to use server-side sorting
- Remove client-side sorting and pagination logic
2025-03-10 14:58:30 +01:00
nick-delirium
9d7c54554e
ui: fix live tag
2025-03-10 09:49:33 +01:00
Sudheer Salavadi
adf302bc34
Improved project tags message. ( #3115 )
2025-03-07 19:09:51 +01:00
Andrey Babushkin
6852d63cdb
fix localised errors ( #3117 )
2025-03-07 17:58:00 +01:00
nick-delirium
90bc6bc83e
ui: restrict meta list to 1
2025-03-07 17:12:45 +01:00
nick-delirium
b0e0321224
ui: fix ui crash
2025-03-07 16:09:51 +01:00
Andrey Babushkin
a693a36a6c
Add lokalisation ( #3107 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
* fix erorrs
* fix errors
* fix errors
* fix error
* add locales
* fix locales
2025-03-07 11:59:37 +01:00
Andrey Babushkin
c8ff481725
Add lokalisation ( #3106 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
* fix erorrs
* fix errors
* fix errors
* fix error
* add locales
2025-03-07 11:48:34 +01:00
Andrey Babushkin
ad9883ceb2
Add lokalisation ( #3105 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
* fix erorrs
* fix errors
* fix errors
* fix error
2025-03-07 11:18:12 +01:00
Andrey Babushkin
5c9a29570c
Add lokalisation ( #3104 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
* fix erorrs
* fix errors
2025-03-07 10:43:08 +01:00
Andrey Babushkin
9f9990d737
Add lokalisation ( #3103 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
* fix erorrs
2025-03-06 18:17:38 +01:00
Andrey Babushkin
fd5c0c9747
Add lokalisation ( #3092 )
...
* applied eslint
* add locales and lint the project
* removed error boundary
* updated locales
* fix min files
* fix locales
2025-03-06 17:43:15 +01:00
nick-delirium
a87f6c658c
ui: drop old deprecated message types
2025-03-06 14:49:45 +01:00
Alexander
6dc3dcfd4e
feat(proto): removed a part of deprecated messages (min supported tracker version is 6.0.0)
2025-03-06 13:49:18 +01:00
nick-delirium
95455f761b
ui: checkbox spacing
2025-03-05 17:10:21 +01:00