Commit graph

62 commits

Author SHA1 Message Date
Delirium
2cd96b0df0
Highlight UI (#2951)
* ui: start highlight ui

* ui: tag items

* ui: connecting highlights to notes api...

* Highlight feature refinements (#2948)

* ui: move clips player to foss, connect notes api to hl

* ui: tune note/hl editing, prevent zoom slider body from jumping around

* ui: safe check for tag

* ui: fix thumbnail gen

* ui: fix thumbnail gen

* ui: make player modal wider, add shadow

* ui: custom warn barge for clips

* ui: swap icon for note event wrapper

* ui: rm other, fix cancel

* ui: moving around creation modal

* ui: bg tint

* ui: rm disabled for text btn

* ui: fix ownership sorting

* ui: close player on bg click

* ui: fix query, fix min distance for default range

* ui: move hl list header out of list comp

* ui: spot list header segmented size

* Various improvements in highlights (#2955)

* ui: update hl in hlPanel comp

* ui: rm debug

* ui: fix icons file

---------

Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
2025-01-24 09:59:54 +01:00
Delirium
a71381da40
getting rid of redux for good (#2556)
* start moving ui to redux tlk

* remove unused reducer

* changes for gdpr and site types

* ui: migrating duck/roles to mobx

* ui: drop unreferenced types

* ui: drop unreferenced types

* ui: move player slice reducer to mobx family

* ui: move assignments to issueReportingStore.ts

* remove issues store

* some fixes after issues store

* remove errors reducer, drop old components

* finish removing errors reducer

* start moving integrations state to mobx

* change(ui): funnel duck cleanup

* change(ui): custom fields

* change(ui): customMetrics cleanup

* change(ui): customMetrics cleanup

* change(ui): duck/filters minor cleanup

* change(ui): duck/filters cleanup

* change(ui): duck/customMetrics cleanup and upgrades

* fix integrations service, fix babel config to >.25 + not ie

* refactoring integrations reducers etc WIP

* finish removing integrations state

* some fixes for integrated check

* start of projects refactoring

* move api and "few" files to new project store

* new batch for site -> projects

* fix setid context

* move all critical components, drop site duck

* remove all duck/site refs, remove old components

* fixup for SessionTags.tsx, remove duck/sources (?)

* move session store

* init sessionstore outside of context

* fix userfilter

* replace simple actions for session store

* sessions sotre

* Rtm temp (#2597)

* change(ui): duck/search wip

* change(ui): duck/search wip

* change(ui): duck/search wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): duck/searchLive wip

* change(ui): search states

* change(ui): search states

* change(ui): search states

* change(ui): fix savedSearch store

* change(ui): fix savedSearch store

* some fixes for session connector

* change(ui): fix savedSearch store

* change(ui): fix searchLive

* change(ui): fix searchLive

* fixes for session replay

* change(ui): bookmark fetch

* last components for sessions

* add fetchautoplaylist

* finish session reducer, remove deleted reducers

* change(ui): fix the search fetch

* change(ui): fix the search fetch

* fix integrations call ctx

* ensure ctx for sessionstore

* fix(ui): checking for latest sessions path

* start removing user reducer

* removing user reducer pt2...

* finish user store

* remove rand log

* fix crashes

* tinkering workflow file for tracker test

* making sure prefetched sessions work properly

* fix conflict

* fix router redirects during loading

---------

Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
2024-10-03 11:38:36 +02:00
nick-delirium
9c97db75ab
fix ui: add wait cycle for canvas url 2024-06-06 17:45:54 +02:00
nick-delirium
044e23f10a
fix ui: prefetching sessions from widgets fix 2024-05-29 18:24:48 +02:00
nick-delirium
81fdca2d33
feat ui: fixing OR-465 cleanup crash 2024-05-07 16:14:43 +02:00
nick-delirium
49e35cb329
feat(ui): hotfix for chrome crashes 2024-04-24 11:19:22 +02:00
Delirium
ceb714617e
feat ui: prefetch mobfiles on hover, use prefetched if exist (#2098) 2024-04-17 09:03:50 +02:00
Delirium
309a9fd970
feat: tag and watch (UI/Tracker) (#1822)
* feat(ui/tracker): start tag n watch

* fix(tracker): test coverage, fix some watcher api

* fix(tracker): add intersectionobserver, adjust tests

* feat(tracker): relay + apollo plugins

* feat(ui): tags search

* feat(ui): tags name edit

* feat(ui): tags search icon

* feat(ui): icons for tabs in player

* feat(ui): save and find button

* feat(tracker): save tags in session storage (just in case)

* feat(ui): improve loading

* feat(ui): fix icon names gen

* feat(ui): fix typo
2024-01-19 11:11:27 +01:00
nick-delirium
cf9cad7f75 fix(ui): refactor state types, prep to integrate lscache, fix session types 2024-01-16 13:04:17 +01: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
nick-delirium
544131daf4 fix(player): ensure that player is cleaned on unmount 2023-05-09 17:50:59 +02:00
nick-delirium
0bcb98b184 fix(player): fix frustrations ingestion 2023-05-03 10:57:53 +02:00
nick-delirium
5954979e86 fix(ui): skip scaling if no screen manager in state 2023-04-07 09:54:14 +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
3a3e1ee688 fix(ui): fix clickmap crash 2023-03-29 14:24:20 +02:00
nick-delirium
dbfa7f3ded fix(ui): properly clean player inst on unmount 2023-03-29 13:18:06 +02:00
nick-delirium
fcf4d1bc7e Merge branch 'dev' into new-frustrations 2023-03-16 17:27:19 +01:00
nick-delirium
f360ce3d2c change(ui): add visual display for frustrations 2023-03-16 17:11:13 +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
1cd1f72310 change(player): only recompute list on change 2023-03-06 15:26:37 +01:00
nick-delirium
850ee04787 change(player): decode state messages only on render 2023-03-06 15:26:37 +01:00
Alex Kaminskii
ea8cf98beb feat(frontend): use ResourceTiming from file instead of database 2023-02-24 17:59:45 +01:00
nick-delirium
d7ec5a81b2 fix(player): dont load devtools for clickmaps, fix scrolling overflow 2023-02-21 10:33:17 +01:00
Delirium
7dec39300f
feat(ui/tracker): create integrated e2e testing for tracker and player
* fix(ui): fix create note modal

* change(ui): remove tests for a moment

* change(ui): fix job name

* change(ui): fix job action

* change(ui): fix job action

* change(ui): fix job action

* change(ui): fix job action

* change(ui): add testing public dir

* change(ui): return silent server start

* change(ui): fix session url

* change(ui): fix session url

* change(ui): fix session url

* change(ui): fix mockup

* change(ui): fix mockup

* change(ui): fix snapshot images

* change(ui): fix snapshot images

* change(ui): fix testing app

* change(ui): fix testing app

* change(ui): fix testing flow and add loggs

* change(ui): add network and events

* change(ui): fix table view

* change(ui): fix table view

* change(ui): fix acc req intercept

* change(ui): fix mob req intercept

* change(ui): change jump method
2023-02-03 16:58:08 +01:00
nick-delirium
e136497b6f fix(ui): fix priority for smaller click marks, add icon for clarity 2023-01-31 15:56:28 +01:00
Alex Kaminskii
c428c24e59 fix(player): no file request on start when live 2023-01-30 16:25:01 +01:00
Alex Kaminskii
4e0b695079 refactor(player): pass MarkerClick callback on targets ingection 2023-01-30 14:40:18 +01:00
Alex Kaminskii
da264f41f5 fix(player, frontend): use ScaleMode for screen 2023-01-30 13:10:18 +01:00
nick-delirium
d15961ace8 fix(ui): small ui bugs (zindex for select, player scale) 2023-01-30 11:44:13 +01:00
nick-delirium
36eed6220f fix(ui): fix clickmap event listener 2023-01-24 11:44:39 +01:00
nick-delirium
3cd50d9bd3 fix(ui): fix clickmap style issues 2023-01-24 11:03:07 +01:00
nick-delirium
dafce70d41 change(ui): refactor isRed isYellow methods into props, fix bugreport empty messages 2023-01-23 12:13:55 +01:00
nick-delirium
ed5a8fbd69 change(ui): cleanup 2023-01-20 10:40:17 +01:00
nick-delirium
e346541411 change(ui): squash~ add unit tests and visual testing for replayer and session class 2023-01-20 10:40:17 +01:00
nick-delirium
cfa22a5004 change(ui): small cleanup 2023-01-13 17:36:35 +01:00
sylenien
221e605cc4 fix(ui): fix default player data 2023-01-06 13:15:53 +01:00
Shekar Siri
58c3732fa2 remote remove-immutable pull and resolved conflcits 2023-01-03 15:08:32 +01:00
sylenien
df12385e5f change(ui): fix EventsBlock types, fix event and resource type 2023-01-02 13:19:15 +01:00
sylenien
b2b1caf98e change(ui): rewrite session type 2022-12-30 17:59:56 +01:00
sylenien
3a30f0cd1d change(ui): rewrite error, fix api bugs 2022-12-29 17:15:34 +01:00
Alex Kaminskii
3b43691945 refactor(player): separate more live functions to WebLivePlayer 2022-12-26 22:22:31 +01:00
Alex Kaminskii
5cc74df0af refactor(player):initialize assistManager for live only 2022-12-26 21:30:00 +01:00
sylenien
315227b91d change(ui): fix some logs, fix map rendering into png and saving it 2022-12-23 11:24:48 +01:00
sylenien
f188073743 change(ui): jump to specified url instead of fixed ts 2022-12-23 11:24:48 +01:00
sylenien
62f53275be change(ui): url filter for clickmap 2022-12-23 11:24:48 +01:00
sylenien
c8cba2aeaa change(ui): more tests for the clickmaps 2022-12-23 11:24:48 +01:00
sylenien
3a5a4e1472 change(player): use ismobile 2022-12-13 16:55:36 +01:00
sylenien
3ac436bdb9 change(player): dont show cursor icon if session is played on mobvile 2022-12-13 16:55:36 +01:00