Commit graph

161 commits

Author SHA1 Message Date
nick-delirium
9e3f1521cb fix(ui): controls bar height 2023-06-09 12:35:54 +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
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
Shekar Siri
93491eadfc change(ui) - playback timemode alignment 2023-05-04 13:29:26 +02:00
Shekar Siri
f6eff27ab8 fix(ui) - not popup conflict with timeline tooltip 2023-04-28 17:57:33 +02:00
Shekar Siri
fe50bc1c5a change(ui) - textarea styles 2023-04-28 14:19:23 +02:00
nick-delirium
0c3c252165 change(player): change styles for buttons 2023-04-26 15:10:43 +02:00
nick-delirium
e6bf281adb change(player): change time str 2023-04-26 12:44:34 +02:00
Shekar Siri
bbb50e890a change(ui) - player control icons and other changes 2023-04-24 10:47:56 +02:00
nick-delirium
6bf7481c23 feat(ui): display real session time 2023-04-20 13:28:17 +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
d4fc1c76f5 fix(player): fix potential error 2023-03-31 14:25:41 +02:00
nick-delirium
fd5b4cf974 fix(ui): fix multiview scroll and search filters 2023-03-29 10:17:51 +02:00
Shekar Siri
b6c654f919 fix(ui) - play time null 2023-03-28 16:02:12 +02: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
30404db90b change(ui): hide red issue strip 2023-02-21 16:22:07 +01:00
nick-delirium
08c51a0b4a fix(ui): fix offset check 2023-02-08 14:39:27 +01:00
nick-delirium
3dc5798a35 fix(ui): fix notes asking for channels too much 2023-02-07 13:02:54 +01:00
nick-delirium
aee0778f62 fix(ui): fix sharing loaders, fix skip intervals 2023-02-06 12:54:33 +01:00
nick-delirium
6e537f2809 change(ui): fix mob req intercept 2023-02-03 15:46:32 +01:00
nick-delirium
78cc370284 fix(ui): fix create note modal 2023-02-01 16:22:08 +01:00
Shekar Siri
601df902b3 change(ui) - notes removed an extra call to members 2023-01-30 15:56:46 +01:00
Shekar Siri
1793cd16bf change(ui) - notes removed an extra call to members 2023-01-30 15:03:30 +01:00
nick-delirium
0e3f61e984 fix(ui): change spelling for sharing 2023-01-30 12:27:15 +01:00
nick-delirium
f0f1bd085d fix(ui): fix wrong player instance used (map renderer), fix clickmap height 2023-01-24 15:57:53 +01:00
nick-delirium
ca5381850a change(tracker): change multiview tab color 2023-01-16 17:24:11 +01:00
Shekar Siri
66a167eab5
Merge pull request #928 from openreplay/ui-modal-width
change(ui) - fix modal width
2023-01-16 14:49:16 +01:00
Shekar Siri
902ca06611 change(ui) - fix modal width 2023-01-16 13:49:55 +01:00
nick-delirium
c812f2faed change(ui): add loader bar on timeline, fix metadata on session load, add exceptions archive for logger 2023-01-16 11:51:43 +01:00
nick-delirium
5c4247885f change(ui): move components to new fold 2023-01-13 17:36:35 +01:00
nick-delirium
579586b56b change(ui): extract some player components 2023-01-13 17:36:35 +01:00
nick-delirium
cfa22a5004 change(ui): small cleanup 2023-01-13 17:36:35 +01:00
nick-delirium
5f5efe18e6 change(ui): remove live player refs inside replay player, extract some components 2023-01-13 17:36:35 +01:00
nick-delirium
6334f10888 change(ui): extract Live Player and its components 2023-01-13 17:36:35 +01:00
sylenien
b2b1caf98e change(ui): rewrite session type 2022-12-30 17:59:56 +01:00
sylenien
2a714c0145 change(ui): rewrite issue and resource types 2022-12-29 16:01:21 +01:00
sylenien
7866ba24b3 fix(ui): some design review fixes 2022-12-19 14:58:06 +01:00
sylenien
d96ae9e259 change(ui): add more tz, change abs/rel timest 2022-12-13 16:29:56 +01:00
sylenien
ea69792159 change(ui): allow changing from relative timest to actual time 2022-12-13 15:36:33 +01:00
Alex Kaminskii
4defd710f7 fix(frontend): timeline dnd layer types + remove redundant 2022-12-12 17:16:05 +01:00
sylenien
6a930a433a change(ui): some review fixes 2022-12-09 11:37:19 +01:00
sylenien
111d013bab change(ui): fix meta list display, fix events display count 2022-12-09 11:37:19 +01:00
sylenien
c8ef071774 change(ui): change url with added multi sessions to allow sharing, add refresh button and memo to sub comps 2022-12-09 11:37:19 +01:00
sylenien
80811f4c49 change(ui): fix socket connection, player attach and autoplay for live session, and store 2022-12-09 11:37:19 +01:00
sylenien
291e92410f change(ui): change replace and delete, change active session detection, change components and hover states 2022-12-09 11:37:19 +01:00
sylenien
92a897b9c0 change(ui): add state handlers 2022-12-09 11:37:19 +01:00
sylenien
3d760b4ed0 change(ui): make components| 2022-12-09 11:37:19 +01:00
sylenien
02027da02b change(ui): set up msteams for share popup and note creation 2022-12-08 14:46:43 +01:00
sylenien
ef78ba7975 fix(ui): fix assist rewind and init 2022-12-01 11:57:53 +01:00