Commit graph

14 commits

Author SHA1 Message Date
Sudheer Salavadi
20c3c8e2ed More improvements 2024-07-09 00:05:53 +05:30
Sudheer Salavadi
7c771dd971 Various improvements 2024-07-08 21:44:24 +05:30
Sudheer Salavadi
fa0276c1b2 Blank state of cards, and colors 2024-07-08 14:54:03 +05:30
Shekar Siri
a35311f4dc
Various UI improvements (#2337)
* Various UI improvements

* Title updates

* No results icon update

* UI Improvements in DevTools

---------

Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
2024-07-03 10:19:13 +02:00
Sudheer Salavadi
b75e008471 various ui improvements 2024-07-02 15:04:05 +05:30
Delirium
3eb9f5cc52
Patch/fix pagination total (#1960)
* fix(ui): fix total pages in pagination

* fix(ui): pages
2024-03-15 12:01:24 +01:00
Shekar Siri
ef95bdeca5 fix(ui): sessions list pagination reset 2023-12-14 10:55:08 +01:00
nick-delirium
db4495c3d8 fix(ui): remove useless requests before jwt 2023-10-30 12:43:44 +01:00
Shekar Siri
58624687c6 fix(ui): check for activeSitre before checking for sessions 2023-07-10 13:41:29 +02:00
Shekar Siri
c568027952 change(ui): updated no content titles 2023-07-03 14:21:25 +02:00
Shekar Siri
402d2aadd3 feat(ui): show status of processing sessions on initial setup 2023-07-03 14:08:28 +02:00
Shekar Siri
9e8ea85060 change(ui): check for sessions and loading state 2023-06-26 11:36:24 +02:00
Shekar Siri
477356c4e3 change(ui): separate bookmarks route 2023-06-23 15:28:53 +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