openreplay/frontend
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
..
.storybook remote remove-immutable pull and resolved conflcits 2023-01-03 15:08:32 +01:00
.yarn Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
app feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
cypress feat(tracker/ui): support for multi tab sessions (#1236) 2023-06-07 10:40:32 +02:00
scripts change(ui): fix conf 2023-03-16 17:21:01 +01:00
stories change(ui) - added storybook and updated to support webpack 2022-12-23 11:24:35 +01:00
tests change(ui): fix jest config 2023-01-20 10:40:17 +01:00
.babelrc change(ui) - added storybook and updated to support webpack 2022-12-23 11:24:35 +01:00
.dockerignore Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
.env.sample chore(helm): Updating frontend image release (#1243) 2023-05-09 17:58:51 +02:00
.gitignore change(ui): fix env 2023-01-20 10:40:17 +01:00
.prettierrc fix(ui): fix button focusing and nocontent icon size 2022-08-12 17:53:24 +02:00
.yarnrc.yml Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
build.sh chore(build): Bump image version of frontend assets while building (#1149) 2023-05-02 10:55:57 +02:00
cypress.config.ts feat(ui/tracker): create integrated e2e testing for tracker and player 2023-02-03 16:58:08 +01:00
cypress.env.example.json change(ui): squash~ add unit tests and visual testing for replayer and session class 2023-01-20 10:40:17 +01:00
dev-init.sh Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
development.md Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
Dockerfile build(docker): Adding git sha 2022-12-28 14:20:12 +01:00
jest.config.js change(ui): fix jest config 2023-01-20 10:40:17 +01:00
nginx.conf chore(nginx): removing ipv6, as some machines won't have support for 2022-08-01 19:07:33 +02:00
package.json change(ui) - antd dependency 2023-05-16 14:36:21 +02:00
path-alias.js change(ui) - react upgrade, dnd lib and other runtime fixes 2022-09-14 13:17:54 +05:30
postcss.config.js Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
README.md change(ui): add small note to readme 2022-10-20 11:32:35 +02:00
tailwind.config.js fix(ui): some design review fixes 2022-12-19 14:58:06 +01:00
tsconfig.json chore(frontend): typescript strictNullChecks & alwaysStrict 2022-12-20 17:03:24 +01:00
webpack.config.ts change(ui): small cleanup 2023-01-13 17:36:35 +01:00
yarn.lock change(ui) - antd dependency 2023-05-16 14:36:21 +02:00

openreplay-ui

OpenReplay prototype UI

On new icon addition: yarn gen:icons

Documentation

Labels in comments: TEMP = temporary code TODO = things to implement

Contributing notes

Please use dev branch as base and target branch.