Commit graph

169 commits

Author SHA1 Message Date
nick-delirium
e6377d03df fix(ui): fix for active tab instances counting, few style fixes 2023-06-08 15:17:26 +02:00
Shekar Siri
00d14c20bb feat(ui): remove city from the list and show only in player 2023-06-08 10:56:07 +02:00
Delirium
2ed4bba33e
feat(tracker/ui): support for multi tab sessions (#1236)
* feat(tracker): add support for multi tab sessions

* feat(backend): added support of multitabs

* fix(backend): added support of deprecated batch meta message to pre-decoder

* fix(backend): fixed nil meta issue for TabData messages in sink

* feat(player): add tabmanager

* feat(player): basic tabchange event support

* feat(player): pick tabstate for console panel and timeline

* fix(player): only display tabs that are created

* feat(player): connect performance, xray and events to tab state

* feat(player): merge all tabs data for overview

* feat(backend/tracker): extract tabdata into separate message from batchmeta

* fix(tracker): fix new session check

* fix(backend): remove batchmetadeprecated

* fix(backend): fix switch case

* fix(player): fix for tab message size

* feat(tracker): check for active tabs with broadcast channel

* feat(tracker): prevent multiple messages

* fix(tracker): ignore beacons from same tab, only ask if token isnt present yet, add small delay before start to wait for answer

* feat(player): support new msg struct in assist player

* fix(player): fix some livepl components for multi tab states

* feat(tracker): add option to disable multitab

* feat(tracker): add multitab to assist plugin

* feat(player): back compat for tab id

* fix(ui): fix missing list in controls

* fix(ui): optional list update

* feat(ui): fix visuals for multitab; use window focus event for tabs

* fix(tracker): fix for dying tests (added tabid to writer, refactored other tests)

* feat(ui): update LivePlayerSubHeader.tsx to support tabs

* feat(backend): added tabs support to devtools mob files

* feat(ui): connect state to current tab properly

* feat(backend): added multitab support to assits

* feat(backend): removed data check in agent message

* feat(backend): debug on

* fix(backend): fixed typo in message broadcast

* feat(backend): fixed issue in connect method

* fix(assist): fixed typo

* feat(assist): added more debug logs

* feat(assist): removed one log

* feat(assist): more logs

* feat(assist): use query.peerId

* feat(assist): more logs

* feat(assist): fixed session update

* fix(assist): fixed getSessions

* fix(assist): fixed request_control broadcast

* fix(assist): fixed typo

* fix(assist): added missed line

* fix(assist): fix typo

* feat(tracker): multitab support for assist sessions

* fix(tracker): fix dead tests (tabid prop)

* fix(tracker): fix yaml

* fix(tracker): timers issue

* fix(ui): fix ui E2E tests with magic?

* feat(assist): multitabs support for ee version

* fix(assist): added missed method import

* fix(tracker): fix fix events in assist

* feat(assist): added back compatibility for sessions without tabId

* fix(assist): apply message's top layer structure before broadcast call

* fix(assist): added random tabID for prev version

* fix(assist): added random tabID for prev version (ee)

* feat(assist): added debug logs

* fix(assist): fix typo in sessions_agents_count method

* fix(assist): fixed more typos in copy-pastes

* fix(tracker): fix restart timings

* feat(backend): added tabIDs for some events

* feat(ui): add tab change event to the user steps bar

* Revert "feat(backend): added tabIDs for some events"

This reverts commit 1467ad7f9f.

* feat(ui): revert timeline and xray to grab events from all tabs

* fix(ui): fix typo

---------

Co-authored-by: Alexander Zavorotynskiy <zavorotynskiy@pm.me>
2023-06-07 10:40:32 +02:00
Shekar Siri
eb13801daa feat(ui): added user city filter and display in session list 2023-05-30 15:23:23 +02:00
Delirium
a24d99f75c
feat(player): player file loader refactoring (#1203)
* change(ui): refactor mob loading

* refactor(player): split message loader into separate file, remove toast dependency out of player lib, fix types, fix inspector and screen context

* refactor(player): simplify file loading, add safe error throws

* refactor(player): move loading status changers to the end of the flow
2023-05-12 15:38:43 +02:00
nick-delirium
544131daf4 fix(player): ensure that player is cleaned on unmount 2023-05-09 17:50:59 +02:00
nick-delirium
1311ad3d43 fix(player): fix fullview prop passing to children (live pl) 2023-05-03 15:46:10 +02:00
Shekar Siri
c6ba536115 change(ui) - user events text change 2023-05-02 17:57:50 +02:00
nick-delirium
ce711f40c2 fix(player): fix autopause on tabs 2023-05-02 17:05:01 +02:00
nick-delirium
f71f104fee fix(player): fix virtualization 2023-04-27 14:22:19 +02:00
nick-delirium
d890a584e5 fix(ui): fix player automatic jump and start issues 2023-04-19 17:03:26 +02:00
nick-delirium
f8f03e5db8 fix(player): proper unmount 2023-04-17 12:35:51 +02:00
Shekar Siri
643825dc31 fix(ui) - user sessions modal - navigation 2023-04-14 12:04:52 +02:00
Shekar Siri
d0bcae82f2
change(ui) - player improvements (#1164)
* change(ui) - player - back button spacing

* change(ui) - onboarding - changes

* change(ui) - onboarding - changes

* change(ui) - integrations gap-4

* change(ui) - install script copy button styles

* change(ui) - copy button in account settings

* fix(ui) - error details modal loader position

* change(ui) - share popup styles

* change(ui) - player improvements

* change(ui) - player improvements - playback speed with menu

* change(ui) - player improvements - current timezone

* change(ui) - player improvements - autoplay options
2023-04-13 17:53:36 +02:00
nick-delirium
72be865c5f change(player): fix typos; priority for 1st dom file 2023-04-12 17:17:44 +02:00
nick-delirium
578cb1af06 fix(ui): fix player destruction on id change 2023-04-11 11:04:22 +02:00
nick-delirium
da6d5ae011 fix(ui): fix live assist console logs 2023-04-07 10:35:42 +02:00
nick-delirium
337a4dc45f change(player): clear redux state on unmount 2023-04-06 12:28:20 +02:00
nick-delirium
ea0a067c0e change(player): improve multiview assist mount/unmount process 2023-04-06 10:18:49 +02:00
Delirium
68fe2c722c
change(player): fix player unmount (#1112) 2023-04-05 18:31:42 +02:00
Delirium
8d34afebc4
fix assist cleanup (#1111)
* change(player): cleanup assist sockets on unmount

* change(player): remove memo

* change(player): fix unmount?
2023-04-05 18:10:34 +02:00
Delirium
83112fc768
change(player): cleanup assist sockets on unmount (#1110)
* change(player): cleanup assist sockets on unmount

* change(player): remove memo
2023-04-05 17:14:07 +02:00
nick-delirium
624d3e3ea0 fix(player): fix initial visual offset jump check 2023-03-31 17:35:02 +02:00
nick-delirium
d4fc1c76f5 fix(player): fix potential error 2023-03-31 14:25:41 +02:00
nick-delirium
b5600605a7 fix(ui): fix jump to first visual element 2023-03-31 12:26:16 +02:00
nick-delirium
848520790b fix(ui): jump to first event in session automatically 2023-03-31 11:24:14 +02:00
nick-delirium
cf728eb310 fix(ui): fix session loader 2023-03-31 10:40:26 +02:00
nick-delirium
c6b97151c9 fix(ui): fix duplicate assist creation on /credentials call 2023-03-30 14:12:15 +02:00
nick-delirium
fdbc3e646f fix(ui): loader for player, remove thrashing tag from session list header 2023-03-30 12:58:39 +02:00
Shekar Siri
a79f7a4531 fix(ui) - flag height 2023-03-29 15:43:32 +02:00
nick-delirium
e7e2655dae fix(ui): fix current session clearing 2023-03-29 13:18:06 +02:00
nick-delirium
dbfa7f3ded fix(ui): properly clean player inst on unmount 2023-03-29 13:18:06 +02:00
nick-delirium
d65e789b5b change(ui): regen messages; wait for player initialization; insert event lists instead of creating new ones 2023-03-22 10:00:06 +01:00
nick-delirium
a128060248 change(ui): tracker beta v, improvements for assets loading after click on timeline (player.jump) 2023-03-21 15:59:06 +01:00
nick-delirium
d6818e0d88 change(ui): remove random log 2023-03-14 15:18:26 +01:00
nick-delirium
d7dc9b684f change(ui): split session info into separate calls for faster replay time 2023-03-14 15:18:26 +01:00
nick-delirium
64cea03ce0 fix(player): fix abs time tooltip tracking 2023-03-09 10:50:22 +01:00
nick-delirium
7a1979dfd2 fix(player): fix clickmap session size? 2023-03-08 12:49:32 +01:00
nick-delirium
65a66b9c59 change(player): small bug fixes 2023-03-06 15:26:37 +01:00
nick-delirium
a44c91f86c change(ui): disable active session tabs when in call 2023-02-21 19:09:14 +01:00
nick-delirium
b18a96c163 change(ui): fix player resize 2023-02-21 16:45:59 +01:00
nick-delirium
c6bed2fc0a fix(player): fix live player on player ready 2023-02-21 16:11:29 +01:00
nick-delirium
c78b37e2d6 fix(ui): fix notes/clickmap autoplay 2023-02-10 10:52:35 +01:00
nick-delirium
8a3e23a061 fix(ui): fix ui crash and random warning 2023-02-09 10:31:21 +01:00
nick-delirium
61210506d4 change(ui): prevent autoplay for in session click map 2023-02-08 16:53:20 +01:00
nick-delirium
add27b30f6 fix(ui): restrict changing playtime in live without file, remove unnec /channel calls and add loader 2023-02-07 13:44:20 +01:00
nick-delirium
5af952a931 change(ui): fix notes appearing 2023-02-03 17:56:22 +01:00
nick-delirium
a82c1ee7d0 fix(ui): do not load empty id on replayer 2023-01-30 16:32:49 +01:00
Alex Kaminskii
368159aed3 Merge branch 'dev' into clickmap-fix 2023-01-30 15:18:30 +01:00
Shekar Siri
1793cd16bf change(ui) - notes removed an extra call to members 2023-01-30 15:03:30 +01:00