openreplay/frontend/app
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
..
assets = Do not expose OpenReplay to indexing 2023-03-01 17:03:03 +01:00
components feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
constants change(ui) - password validations 2023-04-24 10:47:57 +02:00
dev change(ui): clear exc log on each session 2023-01-16 12:23:23 +01:00
duck fix(ui) - project delete - reset the active site, and integrations project check (#1290) 2023-05-30 13:53:15 +02:00
hooks fix(player): fix virtualization 2023-04-27 14:22:19 +02:00
init Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
logger fix(tracker): iframe network tracking 2023-03-24 11:54:35 +01:00
mstore feat(ui): added user city filter and display in session list 2023-05-30 15:23:23 +02:00
player feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
player-ui change(ui) - player control icons and other changes 2023-04-24 10:47:56 +02:00
services change(ui) - assist recordings pagination api 2023-04-28 17:29:52 +02:00
styles change(ui) - textarea styles 2023-04-28 14:19:23 +02:00
svg change(ui) - no content graphic for projects, and svg component changes 2023-04-27 17:45:15 +02:00
theme feat(ui): health status widget 2023-03-24 10:15:12 +01:00
types feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
utils fix(ui): fix screen rec error handling 2023-04-28 16:18:14 +02:00
api_client.js fix(ui) - errors reading 2023-01-30 12:58:22 +01:00
api_middleware.js fix(ui) - check for error status and force logout (#1179) 2023-04-18 13:09:21 +02:00
date.ts feat(ui): display real session time 2023-04-20 13:28:17 +02:00
dateRange.js fix(tracker): fix time sorting 2022-08-30 17:10:36 +02:00
declaration.d.ts feat(ui): add consistent timestamps to (almost) all items in the player ui 2022-08-23 09:34:55 +09:00
iconNames.js openreplay frontend 2021-05-01 15:12:01 +05:30
initialize.js change(ui): add last commit hash number grabber 2022-12-20 18:09:39 +01:00
local_storage.js openreplay frontend 2021-05-01 15:12:01 +05:30
Router.js feat(ui) - enforce pwd during signup (#1271) 2023-05-22 12:41:51 +02:00
routes.js 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
store.js fix(ui): fix method context 2023-01-06 17:48:39 +01:00
validate.js change(ui) - password validations 2023-04-24 10:47:57 +02:00