Commit graph

1661 commits

Author SHA1 Message Date
Shekar Siri
fa94bd2cb3 change(ui): cache saved search data 2023-06-23 15:28:53 +02:00
nick-delirium
67186b2997 fix(ui): remove type column 2023-06-23 12:48:50 +02:00
nick-delirium
dbff25713e fix(ui): fix rollout min value, fix empty conditions text 2023-06-23 12:30:49 +02:00
nick-delirium
13e3bc4788 fix(ui): show warning about flag state on unsaved flags 2023-06-23 12:14:17 +02:00
nick-delirium
2980886b31 fix(ui): some ui fixes for feature flags 2023-06-23 11:57:14 +02:00
nick-delirium
f903649faa fix(ui): move flag description 2023-06-23 11:20:18 +02:00
nick-delirium
2ff6684829 fix(ui): fix feature flags ui 2023-06-23 11:12:40 +02:00
nick-delirium
2e363da443 feat(ui): change flag activity method 2023-06-22 16:13:35 +02:00
Shekar Siri
037366e9e7 change(ui): session list country flag alignment, city trim 2023-06-22 15:36:01 +02:00
Shekar Siri
cad95b452f fix(ui): js errors 2023-06-22 15:16:38 +02:00
Shekar Siri
ed99610ff4 fix(ui): funnels check for data 2023-06-22 15:16:38 +02:00
Delirium
15e2744acb
fix(ui): some ui reviews and fixes for feature flags (#1355)
* fix(ui): some ui reviews and fixes for feature flags

* feat(ui): added some tests

* feat(ui): added some tests
2023-06-22 10:27:11 +02:00
Shekar Siri
c8f391c771 change(ui): xray show only fetch errors 2023-06-21 17:53:45 +02:00
Delirium
e9e3e21a10
feat(ui/tracker): feature flags (#1097)
* fix(player): fix initial visual offset jump check

* change(ui): add empty feature flags page

* change(ui): add empty feature flags page

* fix(ui): some more fixes

* change(ui): add subrouting for sessions tab

* change(ui): more fixes for routing

* change(ui): add flag creation page, flags list table, flag store/type

* change(tracker): flags in tracker

* change(tracker): return all flags

* feat(ui): add API and types connector

* feat(ui): split components to prevent rerendering

* feat(ui): add icon, fix redirect.path crashlooping

* feat(ui): add conditions and stuff, add flags class to tracker to handle stuff

* feat(ui): add condition state and filters

* feat(ui): fix flag creation with api change

* feat(ui): fix flag editing (api changes); simplify new/edit flag component

* feat(ui): add filters, make table pretty :insert_magic_emoji:

* feat(ui): remove rollout percentage from list, remove console logs

* feat(ui): multivar toggler

* feat(tracker): add more methods to tracker

* feat(tracker): more type coverage

* feat(tracker): add tests

* fix(ui): some fixes for multivar

* feat(ui): multivar api support

* fix(ui):start adding tests for fflags

* fix(ui): rm not working file..

* fix(ui): rm unused packages

* fix(ui): remove name field, fix some api and type names

* fix(ui): fix crash

* fix(tracker/ui): keep flags in sessionStorage, support API errors in feature flags storage

* fix(tracker/ui): clear unused things, fix url handling, fix icons rendering etc
2023-06-21 12:35:40 +02:00
Shekar Siri
770d8ee7e4 change(ui): city, state display 2023-06-20 14:57:37 +02:00
nick-delirium
9ba3a7e7f6 fix(player): extract time state observing components from controls 2023-06-20 14:44:54 +02:00
Shekar Siri
cea9ca87e4 fix((ui): date range custom date styles 2023-06-20 09:33:58 +02:00
Shekar Siri
e8ae940627 change(ui): offline-playback text change to recordings 2023-06-19 16:57:42 +02:00
Shekar Siri
771937cf5d change(ui): offline-playback text change to recordings 2023-06-19 16:53:45 +02:00
nick-delirium
d60d6ab487 fix(ui): fix header height 2023-06-16 09:38:23 +02:00
Shekar Siri
d4e51415cd change(ui): session list date range 2023-06-14 16:40:34 +02:00
Shekar Siri
26e32d48db fix(ui): assist menu active status 2023-06-14 16:37:49 +02:00
Shekar Siri
54dc3be771 change(ui): offline playback icon 2023-06-14 16:37:06 +02:00
nick-delirium
837d5ebeb3 feat(ui): fix events reactivity and update order 2023-06-14 11:55:56 +02:00
Shekar Siri
f9a5e6d5d5 change(ui): ui session list city spacing 2023-06-13 17:47:48 +02:00
Shekar Siri
61644f73af change(ui): city state in more details, and list 2023-06-13 16:09:21 +02:00
Shekar Siri
ad1abfb7ff change(ui) - no content text and date range in sessions 2023-06-13 15:45:46 +02:00
Shekar Siri
484fd4aabb change(ui): no content styles for dashbaord and text changes 2023-06-13 15:01:35 +02:00
Shekar Siri
b377469cf9 change(ui): revert menu disable 2023-06-13 14:27:38 +02:00
Shekar Siri
5d766b7e2d change(ui): no content styles globally 2023-06-13 14:25:30 +02:00
Shekar Siri
39d1f1278c change(ui): assist no content message styles and icons 2023-06-13 12:50:32 +02:00
nick-delirium
5cdce7ea22 fix(ui): keep UI form preloaded 2023-06-13 09:47:18 +02:00
Shekar Siri
01d7c3676d fix(ui): account details updates 2023-06-12 16:54:16 +02:00
Shekar Siri
59c6edc7cb fix(ui): user events overlap on first event 2023-06-12 16:33:01 +02:00
nick-delirium
1254e7140a fix(ui): extract some ui components for easier rerenders 2023-06-12 16:31:52 +02:00
nick-delirium
9aaa6a29fc fix(ui): extract url from tab state (preventing subheader rerenders) 2023-06-12 16:08:30 +02:00
nick-delirium
e8b4cf257d fix(ui): fix events, double notes call etc 2023-06-12 15:58:41 +02:00
Delirium
4f2f2d6b2c
fix(tracker/ui): fix string dictionary handling, reset tab state on tab change (#1334)
* fix(tracker/ui): fix string dictionary handling, reset tab state on tab change

* fix(tracker/ui): fix activity update

* fix(tracker/ui): rm console log

* fix(tracker/ui): fix events timeline
2023-06-12 13:31:40 +02:00
Shekar Siri
cbda6366fb fix(ui): show loader on reset password 2023-06-09 18:06:38 +02:00
Shekar Siri
2f9b425b11 fix(ui): performance tab crashing when payload is empty 2023-06-09 16:58:17 +02:00
Shekar Siri
fa8e7e434a fix(ui): user events styles feedback 2023-06-09 16:57:48 +02:00
nick-delirium
9e3f1521cb fix(ui): controls bar height 2023-06-09 12:35:54 +02:00
nick-delirium
b21b69e09f fix(ui): fix ontabclick 2023-06-08 16:44:47 +02:00
nick-delirium
e2201affe0 fix(ui): fix tab change styling and borders, add url 2023-06-08 16:41:12 +02:00
nick-delirium
e6377d03df fix(ui): fix for active tab instances counting, few style fixes 2023-06-08 15:17:26 +02:00
Shekar Siri
ec11f617c2 change(ui): insight text changes 2023-06-08 12:26:56 +02:00
Shekar Siri
00d14c20bb feat(ui): remove city from the list and show only in player 2023-06-08 10:56:07 +02:00
Shekar Siri
1addb43cb6 change(ui): insight item text wrap 2023-06-08 09:32:25 +02:00
Shekar Siri
c4fc8981aa change(ui): improve insights 2023-06-07 14:25:47 +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