openreplay/frontend/app/components/Session_
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
..
BottomBlock refactor(ui/player): remove unused, deprecated etc 2022-11-28 11:29:31 +01:00
BugReport feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
components change(ui) - player improvements (#1164) 2023-04-13 17:53:36 +02:00
Console/ConsoleRow change(ui): refactor isRed isYellow methods into props, fix bugreport empty messages 2023-01-23 12:13:55 +01:00
EventsBlock feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
Exceptions feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
Fetch change(ui): small cleanup 2023-01-13 17:36:35 +01:00
GraphQL feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
Inspector refactor(ui/player): remove more connectplayer, swap some player instance calls with context 2022-11-23 16:14:44 +01:00
Issues change(ui) - text chante on create issue and share popups 2023-05-04 13:51:55 +02:00
Multiview change(ui) - fix modal width 2023-01-16 13:49:55 +01:00
Network feat(frontend): use ResourceTiming from file instead of database 2023-02-24 17:59:45 +01:00
OverviewPanel feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
PageInsightsPanel change(ui) - clickmaps call check for the inputs 2023-01-30 16:25:10 +01:00
Performance feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
Player feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
Profiler refactor(ui/player): remove deprecated devtools files, refactor graphql tab 2022-11-28 11:02:05 +01:00
QueueControls fix(ui) - auto play safari issue 2023-02-06 15:25:32 +01:00
ScreenRecorder fix(ui): fix screen rec stopping 2023-04-28 16:38:14 +02:00
SessionInfoItem change(ui) - tooltip replacement 2022-11-14 15:05:16 +01:00
StackEvents change(ui): refactor isRed isYellow methods into props, fix bugreport empty messages 2023-01-23 12:13:55 +01:00
Storage feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
TimeTable change(ui): refactor isRed isYellow methods into props, fix bugreport empty messages 2023-01-23 12:13:55 +01:00
autoscroll.module.css feat(ui): add consistent timestamps to (almost) all items in the player ui 2022-08-23 09:34:55 +09:00
Autoscroll.tsx change(ui): small cleanup 2023-01-13 17:36:35 +01:00
headerInfo.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
playerBlock.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
playerBlockHeader.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
session.module.css Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
Subheader.js feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00