Delirium
f9ada41272
ui: recreate period on db visit ( #3478 )
2025-06-03 16:05:52 +02:00
Delirium
133958622e
ui: fix alert create button ( #3459 )
2025-05-30 14:56:21 +02:00
Shekar Siri
c6f7de04cc
Revert "fix(ui): new card data state is not updating"
...
This reverts commit 2921c17cbf .
2025-05-28 22:16:00 +02:00
Shekar Siri
2921c17cbf
fix(ui): new card data state is not updating
2025-05-28 19:49:01 +02:00
nick-delirium
e810958a5d
ui: fix ant imports
2025-05-20 11:26:20 +02:00
nick-delirium
39fa9787d1
ui: prevent network row modal from changing replayer time
2025-05-20 11:21:50 +02:00
nick-delirium
c9c1ad4dde
ui: comments etc
2025-05-20 11:21:50 +02:00
nick-delirium
d9868928be
ui: improve network panel row mapping
2025-05-20 11:21:50 +02:00
nick-delirium
930417aab4
ui: fix session search on url change
2025-05-15 15:12:30 +02:00
Delirium
ccb332c636
ui: change <slot> check ( #3388 )
2025-05-12 16:02:26 +02:00
Delirium
e77f083f10
ui: fixup toggler closing ( #3384 )
2025-05-12 15:40:30 +02:00
Delirium
58da1d3f64
fix litjs support, fix autocomplete modal options reset, fix dashboard chart density ( #3382 )
...
* Litjs fixes2 (#3381 )
* ui: fixes for litjs capture
* ui: introduce vmode for lwc light dom
* ui: fixup the mode toggle and remover
* ui: fix filter options reset, fix dashboard chart density
2025-05-12 15:27:44 +02:00
nick-delirium
9bdf6e4f92
ui: fix heatmaps crash
2025-05-12 10:37:48 +02:00
nick-delirium
f4d5b3c06e
ui: fix max meta length, add horizontal layout for player
2025-05-06 16:23:47 +02:00
Andrey Babushkin
fbe5d78270
Revert update ( #3365 )
...
* Revert "Increment chalice chart version"
This reverts commit 5e0e5730ba .
* revert updates
* changed chalice version
2025-05-06 13:08:08 +02:00
Andrey Babushkin
9ed3cb1b7e
Add searched events ( #3361 )
...
* add filtered events to search
* removed consoles
* changed styles to tailwind
* changed styles to tailwind
* fixed errors
2025-05-05 17:40:10 +02:00
nick-delirium
13dbb60d8b
ui: fix velement applychanges
2025-04-28 10:40:11 +02:00
Андрей Бабушкин
9e20a49128
add slot tag to custom elements
2025-04-28 10:34:43 +02:00
nick-delirium
91f8cc1399
ui: move debouncecall
2025-04-28 10:34:43 +02:00
Andrey Babushkin
f8ba3f6d89
Css batching ( #3326 )
...
* tracker: initial css inlining functionality
* tracker: add tests, adjust sheet id, stagger rule sending
* ui: rereoute custom html component fragments
* removed sorting
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
2025-04-28 10:34:43 +02:00
Delirium
85e30b3692
tracker css batching/inlining ( #3334 )
...
* tracker: initial css inlining functionality
* tracker: add tests, adjust sheet id, stagger rule sending
* removed sorting
* upgrade css inliner
* ui: better logging for ocunter
* tracker: force-fetch mode for cssInliner
* tracker: fix ts warns
* tracker: use debug opts
* tracker: 16.2.0 changelogs, inliner opts
* tracker: remove debug options
---------
Co-authored-by: Андрей Бабушкин <andreybabushkin2000@gmail.com>
2025-04-28 10:34:43 +02:00
nick-delirium
0360e3726e
ui: fixup autoplay on inactive tabs
2025-04-28 10:34:43 +02:00
nick-delirium
77bbb5af36
tracker: update css inject
2025-04-28 10:34:43 +02:00
Andrey Babushkin
ab0d4cfb62
Css inliner tuning ( #3337 )
...
* tracker: don't send double sheets
* tracker: don't send double sheets
* tracker: slot checker
* add slot tag to custom elements
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
2025-04-28 10:34:43 +02:00
Andrey Babushkin
3fd506a812
Css batching ( #3326 )
...
* tracker: initial css inlining functionality
* tracker: add tests, adjust sheet id, stagger rule sending
* ui: rereoute custom html component fragments
* removed sorting
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
2025-04-28 10:34:43 +02:00
Shekar Siri
e8432e2dec
change(ui): force the table cards events order to use and istead the defaul then
2025-04-24 10:09:19 +02:00
nick-delirium
68ea291444
ui: fix timepicker and timezone interactions
2025-04-22 17:42:56 +02:00
nick-delirium
5070ded1f4
ui: fix empty sank sessions fetch
2025-04-22 10:27:16 +02:00
nick-delirium
7c34e4a0f6
ui: virtualizer for filter options list
2025-04-16 17:36:34 +02:00
Shekar Siri
30ce37896c
feat(widget-sessions): improve session filtering logic
...
- Refactored session filtering logic to handle nested filters properly.
- Enhanced `fetchSessions` to ensure null checks and avoid errors.
- Updated `loadData` to handle `USER_PATH` and `HEATMAP` metric types.
- Improved UI consistency by adjusting spacing and formatting.
- Replaced redundant code with cleaner, more maintainable patterns.
This change improves the reliability and readability of the session
filtering and loading logic in the WidgetSessions component.
2025-04-15 18:15:03 +02:00
Andrey Babushkin
80a7817e7d
removed sorting by id ( #3305 )
2025-04-15 13:32:53 +02:00
Shekar Siri
f6ae5aba88
feat(SessionsBy): add specific filter for FETCH metric
...
Added a conditional check to handle the FETCH metric in the SessionsBy
component. When the metric is FETCH, a specific filter with key
FETCH_URL, operator is, and value derived from data.name is applied.
This ensures proper filtering behavior for FETCH-related metrics.
2025-04-14 12:01:51 +02:00
Andrey Babushkin
3fcccb51e8
Patch assist ( #3296 )
...
* add global method support
* fix errors
* remove wrong updates
* remove wrong updates
* add onDrag as option
* fix wrong updates
2025-04-14 11:33:06 +02:00
Shekar Siri
00c57348fd
feat(search): enhance filter value handling
...
- Added `checkFilterValue` function to validate and update filter values
in `SearchStoreLive`.
- Updated `FilterItem` to handle undefined `value` gracefully by providing
a default empty array.
These changes improve robustness in filter value processing.
2025-04-11 14:36:25 +02:00
Shekar Siri
1f9bc5520a
feat(search): add rounding to next minutes for date ranges
...
- Introduced `roundToNextMinutes` utility function to round timestamps
to the next specified minute interval.
- Updated `Search` class to use the rounding function for non-custom
date ranges.
- Modified `getRange` in `period.js` to align LAST_24_HOURS with
15-minute intervals.
- Added `roundToNextMinutes` implementation in `utils/index.ts`.
2025-04-11 12:01:15 +02:00
Shekar Siri
6777d5ce2a
feat(dashboard): set initial drill down period
...
Change default drill down period from LAST_7_DAYS to LAST_24_HOURS
and preserve current period when drilling down on chart click
2025-04-11 10:49:17 +02:00
Andrey Babushkin
894d4c84b3
Patch assist canvas ( #3277 )
...
* resolved conflict
* removed comments
2025-04-07 15:13:36 +02:00
Andrey Babushkin
b0e7054f89
Assist patch canvas ( #3265 )
...
* add agent info to assist and tracker
* removed AGENTS_CONNECTED event
2025-04-03 18:22:08 +02:00
Andrey Babushkin
6b35df7125
pulled updates ( #3254 )
2025-03-31 18:13:51 +02:00
nick-delirium
c0a4734054
ui: fix double fetches for sessions
2025-03-31 17:19:33 +02:00
nick-delirium
d4ff28ddbe
ui: fix modules label
2025-03-31 11:54:13 +02:00
nick-delirium
b2256f72d0
ui: fix modules mapper
2025-03-31 11:48:14 +02:00
nick-delirium
3a0176789e
ui: filter keys
2025-03-31 10:34:02 +02:00
nick-delirium
f2b7271fca
ui: add old devtool filters
2025-03-31 10:31:06 +02:00
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