Commit graph

349 commits

Author SHA1 Message Date
Shekar Siri
3ccb1c7aa6 change(ui): update authDetails to expire after a hour 2024-11-14 14:26:44 +01:00
Shekar Siri
c1ef27fc9b change(ui): check for mobile project and hide live sessions and skip button 2024-11-14 12:14:25 +01:00
Shekar Siri
7c2326c7d2 fix(ui): login error handling and loader 2024-11-13 11:36:55 +01:00
Shekar Siri
8c5ef24bcc change(ui): improve the url params to search 2024-11-12 17:48:12 +01:00
Shekar Siri
c222a72a8b change(ui): funnel counts 2024-11-07 17:16:44 +01:00
Shekar Siri
06667df5cd fix(ui): reset password handle error and display 2024-11-06 16:30:29 +01:00
nick-delirium
09c3a217cb
ui: session specific clickmap, return method 2024-10-31 18:33:13 +01:00
nick-delirium
b2068ee9d9
ui: change project edit 2024-10-31 17:19:52 +01:00
nick-delirium
2c7fc9b88e
ui: rm random log 2024-10-31 17:00:41 +01:00
nick-delirium
e809d087cb
ui: fix project editing 2024-10-31 14:34:55 +01:00
Shekar Siri
bf818d2683 fix(ui): sessions search tabs 2024-10-31 11:58:25 +01:00
Shekar Siri
a7c884cd45 fix(ui): check platform related filters mobile/web 2024-10-30 17:05:54 +01:00
nick-delirium
9f8bf12768
ui: fix default tz 2024-10-30 14:24:42 +01:00
nick-delirium
5312d27693
ui: fix bookmark refresh, fix userState used param for update 2024-10-30 13:16:34 +01:00
Shekar Siri
63d1b8ab49 fix(ui): checking for tenants state 2024-10-30 13:06:58 +01:00
nick-delirium
6479292158
ui: remove web_vitals, performance_monitoring cards 2024-10-30 13:03:24 +01:00
nick-delirium
5cbb89d949
ui: remove log 2024-10-30 10:08:34 +01:00
nick-delirium
c0077b7fa7
ui: fix metadata in filters 2024-10-30 10:08:18 +01:00
Delirium
c144add4bd
Backend logs UI (#2635)
* backend integrations ui start

* some more ui things

* moving around some integration code

* add dynatrace

* add datadog, useform hook and other things to update backend logging integration forms

* change api queries

* backend logging modals

* tracker: fix some types

* remove deprecated integrations, update types

* some ui fixes and improvements

* update notifications on success/error

* ui: debugging log output, autoclose fix

* ui: some stuff for logs base64str

* ui: improve log formatting,  change datadog data format

* some improvs for logging irm

* ui: fixup for sentry
2024-10-29 15:15:28 +01:00
nick-delirium
ffc63f0eb0
ui: wrap event fetching with try catch 2024-10-25 11:42:07 +02:00
nick-delirium
c53604e216
ui fix file preload, fix create metadata method 2024-10-23 18:03:45 +02:00
nick-delirium
8024083c64
ui fix outdated libraries, remove storybook (unused), fix player re-renders on mount 2024-10-14 12:48:08 +02:00
Shekar Siri
6b84ba2500 fix(ui): show last played session 2024-10-11 16:42:16 +02:00
Shekar Siri
beb3eeac0c fix(ui): sessions list sidemenu fix, reload properly, sessions tags filter issue 2024-10-11 16:06:21 +02:00
Shekar Siri
15da91385d fix(ui): graph period 2024-10-11 10:35:51 +02:00
Shekar Siri
b10fdfc9c9 change(ui): paginate the data in table of cards show more modal 2024-10-08 18:24:02 +02:00
Shekar Siri
4cfc5d2517 change(ui): paginate the data in table of cards show more modal 2024-10-08 17:19:08 +02:00
Shekar Siri
dc8e64bcb1 fix(ui): filter format while checking for latest sessions 2024-10-08 11:35:59 +02:00
Shekar Siri
6689b89d0c fix(ui): propery update the events, and add new filters 2024-10-07 17:08:11 +02:00
Delirium
a71381da40
getting rid of redux for good (#2556)
* start moving ui to redux tlk

* remove unused reducer

* changes for gdpr and site types

* ui: migrating duck/roles to mobx

* ui: drop unreferenced types

* ui: drop unreferenced types

* ui: move player slice reducer to mobx family

* ui: move assignments to issueReportingStore.ts

* remove issues store

* some fixes after issues store

* remove errors reducer, drop old components

* finish removing errors reducer

* start moving integrations state to mobx

* change(ui): funnel duck cleanup

* change(ui): custom fields

* change(ui): customMetrics cleanup

* change(ui): customMetrics cleanup

* change(ui): duck/filters minor cleanup

* change(ui): duck/filters cleanup

* change(ui): duck/customMetrics cleanup and upgrades

* fix integrations service, fix babel config to >.25 + not ie

* refactoring integrations reducers etc WIP

* finish removing integrations state

* some fixes for integrated check

* start of projects refactoring

* move api and "few" files to new project store

* new batch for site -> projects

* fix setid context

* move all critical components, drop site duck

* remove all duck/site refs, remove old components

* fixup for SessionTags.tsx, remove duck/sources (?)

* move session store

* init sessionstore outside of context

* fix userfilter

* replace simple actions for session store

* sessions sotre

* Rtm temp (#2597)

* change(ui): duck/search wip

* change(ui): duck/search wip

* change(ui): duck/search wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): search states

* change(ui): search states

* change(ui): search states

* change(ui): fix savedSearch store

* change(ui): fix savedSearch store

* some fixes for session connector

* change(ui): fix savedSearch store

* change(ui): fix searchLive

* change(ui): fix searchLive

* fixes for session replay

* change(ui): bookmark fetch

* last components for sessions

* add fetchautoplaylist

* finish session reducer, remove deleted reducers

* change(ui): fix the search fetch

* change(ui): fix the search fetch

* fix integrations call ctx

* ensure ctx for sessionstore

* fix(ui): checking for latest sessions path

* start removing user reducer

* removing user reducer pt2...

* finish user store

* remove rand log

* fix crashes

* tinkering workflow file for tracker test

* making sure prefetched sessions work properly

* fix conflict

* fix router redirects during loading

---------

Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
2024-10-03 11:38:36 +02:00
nick-delirium
69b3f7cdf4
ui: fix spot list header behavior, change spot login flow? 2024-09-13 18:11:06 +02:00
Delirium
e196643c8f
UI patch 4 (#2572)
* ui: spot related fixes

* ui: remove random logs

* ui: fix insights mapping

* ui: hide doc link for spot stuff

* ui: force worker for hls
2024-09-13 14:37:20 +02:00
nick-delirium
420071c436
ui: spot improvs 2024-09-11 10:49:12 +02:00
Shekar Siri
a89eeca148 change(ui): casing for fetch, url and referrer cards 2024-09-10 18:18:13 +05:30
Shekar Siri
3f6c1dad6f change(ui): icon changes for table of caeds (url, fetch, referrer) 2024-09-10 15:51:04 +05:30
nick-delirium
4a019e9821
ui: migrate luxon from 1.28.0 -> 3.5.0 2024-09-10 11:25:16 +02:00
nick-delirium
74b8f1d731
ui: fix default timezone conversion via luxon global settings 2024-09-10 11:12:12 +02:00
Shekar Siri
8b19c8f831 fix(ui): top values format 2024-09-05 19:39:43 +05:30
nick-delirium
7634db34db
fix scope ui to enum, fix pubkey check 2024-09-03 11:32:37 +02:00
nick-delirium
ff2b449c58
fix heatmap operators 2024-08-29 15:48:49 +02:00
nick-delirium
addd8f23a3
fix heatmap filter selection, fix sso button? 2024-08-29 15:42:36 +02:00
Delirium
1326bb2eae
feat spot: init commit for extension (#2452)
* feat spot: init commit for extension

* nvmrc

* fix login flow

* Spots Gridview Updates (#2422)

* feat ui: login flow for spot extension

* spot list, store and service created

* some fixing for header

* start work on single spot

* spot player start

* header for player, comments, icons, etc

* split stuff into compoennts, create player state manager

* player controls, activity panel etc etc

* comments, empty page, rename and stuff

* interval buttons etc

* access modal

* pubkey support

* fix tooltip

* limit 10 -> 9

* hls lib instead of videojs

* some warnings

* fix date display for exp

* change public links

* display more client data

* fix cleaning, init comment

* map network to replay player network ev

* stream support, console panel, close panels on X

* fixing streaming, destroy on leave

* fix autoplay

* show notification on spot login

* fix spot login

* backup player added, fix audio issue

* show thumbnail when no video, add spot roles

* add poster thumbnail

* some fixes to video check

* fix events jump

* fix play btn

* try catch over pubkey

* feat ui: login flow for spot extension

* spot list, store and service created

* some fixing for header

* start work on single spot

* spot player start

* header for player, comments, icons, etc

* split stuff into compoennts, create player state manager

* player controls, activity panel etc etc

* comments, empty page, rename and stuff

* interval buttons etc

* access modal

* pubkey support

* fix tooltip

* limit 10 -> 9

* hls lib instead of videojs

* some warnings

* fix date display for exp

* change public links

* display more client data

* fix cleaning, init comment

* map network to replay player network ev

* stream support, console panel, close panels on X

* fixing streaming, destroy on leave

* fix autoplay

* show notification on spot login

* fix spot login

* backup player added, fix audio issue

* show thumbnail when no video, add spot roles

* add poster thumbnail

* some fixes to video check

* fix events jump

* fix play btn

* try catch over pubkey

* icons

* Various updates

* Update SVG.tsx

* Update SideMenu.tsx

* SpotList & Menu updates

* feat ui: login flow for spot extension

* spot list, store and service created

* some fixing for header

* start work on single spot

* spot player start

* header for player, comments, icons, etc

* split stuff into compoennts, create player state manager

* player controls, activity panel etc etc

* comments, empty page, rename and stuff

* interval buttons etc

* access modal

* pubkey support

* fix tooltip

* limit 10 -> 9

* hls lib instead of videojs

* some warnings

* fix date display for exp

* change public links

* display more client data

* fix cleaning, init comment

* map network to replay player network ev

* stream support, console panel, close panels on X

* fixing streaming, destroy on leave

* fix autoplay

* show notification on spot login

* fix spot login

* backup player added, fix audio issue

* show thumbnail when no video, add spot roles

* add poster thumbnail

* some fixes to video check

* fix events jump

* fix play btn

* try catch over pubkey

* icons

* spot login pinging

* Spot List & Player Updates

* move spot login flow to login comp, use separate spot login path for unique jwt

* invalidate spot jwt on logout

* add visual data on page load event

* typo fix

* Spot Listing improvements post review.

* Update SpotListItem.tsx

* Improved Spot List and Item Details

* Minor improvements

* More improvements

* Public player header improvements

* Moved formatExpirationTime to utils

* fixes after merge

---------

Co-authored-by: nick-delirium <nikita@openreplay.com>

* set sso link to <a>?

* some small perf fixes

* login duck reformat...

* Update frontend.yaml

* add observer to spot list header

* split list header

* update spotjwt param in router

* fix toast in router

* fix async fetch, move ctx

* capture space btn ev

* fix header link

* public sharing error msg

* fix err msg for unsuccessful rec start

* fix list alignment

* Caching assets. Finally!!!

* fix typing in comment field

* add pubkey to comments, fix console jump btn

* no content comp

* change refresh token logic

* move thumbnail ts

* move thumbnail ts

* fix tab change

* switch up toggler

* early exit if no jwt present

* regenerate icons

* fix location str

* fix ctx

* change thumnail res, return autoplay for video player

* parse links in console rows, fix injected method parse?

* remove ts from js

* fix console parsing order?

* fixes for autoplay

* xray for spot player

* move to spot list after login;
esc to cancel;
fix signup link;
move ux commit

* kb sc for skipping; xray for spot ext

* track aborted requests

* tooltip for readability

* fixing empty state

* New blank state + various minor improvements (#2471)

* New blank state + various minor improvements

* apres merge

---------

Co-authored-by: nick-delirium <nikita@openreplay.com>

* rm temp v

* init or card

* empty state debug

* empty state debug

* empty state debug

* fix initor img

* spotonly scope support

* Improved Spot dead-end pages (#2475)

* Improved Spot dead-end pages

* Initiate OpenReplay Setup and some more

* get scope changes

* fix crash

* scope upgrade/downgrade

* scope setup flow

* ping for backend

* upgrade wxt deps

* cancel ping int on expiration

* check rec status

* fix ping

* check video processing state

* check video processing state

* fix xray close, network highlight, fcp rounding

* update wxt, move open spot stuff to settings

* fix some history issues

* fix spot login flow

* fix spot login again

* fix spot login again

* don't send two requests

* limit messages for logged users

* limit messages for logged users

* fix public ignore

* microphone stuff

* microphone stuff

* Various improvements (#2509)

* Various improvements

- Updated icons in mic settings
- Included prefix in Spot title
- Save recording notification has been updated
- Other minor UI improvements

* Inline declaration of spot name field, and settings UI

* str f

---------

Co-authored-by: nick-delirium <nikita@openreplay.com>

* UI changes in player header, spot list (#2510)

* Added UI elements in player page

- Badge with counts for comments
- Download and Delete dropdown in player
- Spot selection -- UI improvement

* Minor copy updates

* completing changes

---------

Co-authored-by: nick-delirium <nikita@openreplay.com>

* rm cmt

* fix cellmeasurer

* thumbnail dur

* fix download

* Minor fixes (#2512)

- Spot delete confirmation
- Spot comments UI update
- Minor copy updates

* limit number of notif messages

* add spot title to doc title, add cache groups for webpack

* drop mic controls from recording popup view

* fix for webpack compress

* fix for auto mic pickup

* change status banners

* move svgs around, remove undefined check

* refactor svgs

* fix timetable scaling

* fix error popup

* self contain css

* pre-select spot on spot onboarding

---------

Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
Co-authored-by: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com>
2024-08-29 13:35:58 +02:00
Delirium
203791f0f6
Remove unused code, refactor frontend and revisit libraries (#2458)
* start frontend thinning

* continue thinning

* removing moment and moment-range

* remove highlightjs

* remove semantic-ui

* ghaida commits to openreplay finally

* unused icons

* unused icons

* unused icons

* fix missing icons

---------

Co-authored-by: Ghaida Bouchaala <ghaida.bouchaala@gmail.com>
2024-08-27 16:15:14 +02:00
Shekar Siri
6cfecb53a3 feat(ui): card by fetch requets 2024-08-13 14:02:46 +05:30
Shekar Siri
bcb7881100
feat(ui) - table of referrer card (#2484)
* feat(ui): table of referrer

* change(ui): click filter with selector options

* change(ui): total property
2024-08-13 09:31:25 +05:30
Shekar Siri
8bf640d753 fix(ui): top values 2024-08-06 14:15:40 +02:00
Shekar Siri
aaabf92afb change(ui): table of errors limit to 5 2024-08-05 16:06:43 +02:00
Shekar Siri
343dc44189 feat(ui): som of multiseries 2024-08-05 15:40:00 +02:00
Shekar Siri
6d5052a0ff
UI sum multiseries (#2467)
* change(ui): click filter with selector options

* feat(ui): som of multiseries
2024-08-05 14:31:18 +02:00
Shekar Siri
1dcb8e112c
feat(ui): show filters top values (#2466)
* change(ui): click filter with selector options

* feat(ui): show top filter values
2024-08-05 13:08:51 +02:00