Commit graph

43 commits

Author SHA1 Message Date
sylenien
9d6e5a3f50 change(ui): rewrite session type 2023-01-03 12:18:18 +01:00
sylenien
d96ae9e259 change(ui): add more tz, change abs/rel timest 2022-12-13 16:29:56 +01:00
sylenien
ea69792159 change(ui): allow changing from relative timest to actual time 2022-12-13 15:36:33 +01:00
Alex Kaminskii
4defd710f7 fix(frontend): timeline dnd layer types + remove redundant 2022-12-12 17:16:05 +01:00
sylenien
02027da02b change(ui): set up msteams for share popup and note creation 2022-12-08 14:46:43 +01:00
sylenien
ef78ba7975 fix(ui): fix assist rewind and init 2022-12-01 11:57:53 +01:00
Alex Kaminskii
1524733f65 Merge branch 'dev' into player-refactoring-phase-1 2022-11-29 15:51:20 +01:00
sylenien
6a82d34d8c change(player): remove unused imports for injectnotes and provider 2022-11-29 15:14:10 +01:00
Shekar Siri
0b9d5fd303 fix(ui) - note overflow auto 2022-11-29 12:46:22 +01:00
sylenien
4af4824059 refactor(ui/player): fix errors after merge 2022-11-25 12:40:32 +01:00
sylenien
b756fee165 Merge branch 'dev' into player-refactoring-phase-1 2022-11-25 11:42:11 +01:00
sylenien
5b97a0c3cf refactor(ui/player): refactor more components 2022-11-25 11:02:34 +01:00
Shekar Siri
f9ccfb9c9d fix(ui) - skip duration button alignments 2022-11-18 18:51:35 +01:00
Shekar Siri
3a9d629f8f fix(ui) - skip duration popup close 2022-11-18 18:25:54 +01:00
Shekar Siri
5effb0d1a6 change(ui) - tooltip replacement 2022-11-14 15:05:16 +01:00
sylenien
397f7defc5 fix(ui): fix circullar diff, fix couple warnings 2022-10-28 15:39:01 +02:00
sylenien
241349af02 fix(ui): fix time skip tooltip 2022-10-27 11:27:11 +02:00
Shekar Siri
1a15fc1089 change(ui) - notes updates and other changes 2022-10-26 18:28:48 +02:00
sylenien
ae5020669a change(ui): change slack sending, change team badge to single div 2022-10-10 14:01:37 +02:00
sylenien
98151b1d03 change(ui): don't trigget player actions while input field is focused 2022-10-10 13:46:06 +02:00
sylenien
2b6642778a change(ui): some notes refinements and reposition 2022-10-10 11:30:48 +02:00
sylenien
1122d1daab change(ui): notes slack sharing 2022-10-07 17:34:15 +02:00
sylenien
37fdd48f2f fix(ui): fix modal 2022-10-07 12:20:01 +02:00
sylenien
61fde0732f fix(ui): fix button disable 2022-10-07 11:59:08 +02:00
sylenien
35202fb6b6 fix(ui): fix notes paddings etc 2022-10-07 11:05:54 +02:00
sylenien
6eb3e82516 fix(ui): minor note fixes 2022-10-06 09:54:30 +02:00
sylenien
cc32eb0d68 fix(ui): change notes sort and insertion 2022-10-04 14:44:41 +02:00
sylenien
9eae28e09e change(ui): notes ui changes, filtering change, link change to session, link note to session with note on click 2022-10-04 13:27:45 +02:00
sylenien
c4bc71dd17 change(ui): add not found modal 2022-10-03 11:08:07 +02:00
sylenien
f3872b83a0 change(ui): fix editing, sorting by backend etc 2022-10-03 11:08:07 +02:00
sylenien
65a4b1ca93 feat(ui): fix adding/removing to the lists, add options popup, inject notes dynamically 2022-10-03 11:08:07 +02:00
sylenien
fdc9b1d305 feat(ui): draft note taking popup 2022-10-03 11:08:07 +02:00
sylenien
cac29f9e87 change(ui): display timeline on the assist by default 2022-09-16 10:09:17 +01:00
Shekar Siri
f7342825a4 change(ui) - plaer controls spacing and alignment 2022-08-26 12:47:08 +02:00
sylenien
6766d360dc feat(ui): redesign alerts page 2022-08-18 13:52:44 +01:00
sylenien
fdb7ef6819 fix(ui): add additional tooltip to the skip range 2022-08-16 16:45:05 +02:00
sylenien
e8a8f37d3e fix(ui): fix tippy blanc theme, fix wording and ui bugs 2022-08-16 16:33:20 +02:00
sylenien
6bd9abcf8a fix(ui): add pointer for skip interval 2022-08-16 16:33:20 +02:00
sylenien
c8f9ac2e6c fix(ui): small fixes for play position tracker, wording etc 2022-08-16 16:00:34 +02:00
Shekar Siri
32450c49de change(ui) - player controls margin 2022-08-16 15:06:51 +02:00
sylenien
1cdc4fc2c4 feat(ui): add more skip options, save skip option to localstorage 2022-08-16 12:23:43 +02:00
sylenien
a0a09f293e fix(ui): fix button focusing and nocontent icon size 2022-08-12 17:53:24 +02:00
Delirium
4ebcff74e1
feat(ui): make ui able to load unprocessed session files (#652)
* feat(ui): make ui able to load unprocessed session files

* feat(ui): some lgos

* feat(ui): connect api, rewrite old code

* feat(ui): create testing ui functions

* feat(ui/player): add ability to jump back in time for assist

* feat(ui/player): rewrite for better readability

* fix(ui/player): small refactor for better readability

* fix(ui/player): fix private prop

* fix(ui/player): add tooltip

* feat(ui/player): create time calculating tooltip

* fix(player): fix message timestamp

* fix(ui/player): cleanup

* fix(ui/player): handle errors for unprocessed files as well

* fix(player): fix logged message

* fix(player): code review fixes

* fix(ui): fix circle color, fix button text

* fix(tracker): code review

* fix(player): small style fixes
2022-08-11 12:07:34 +02:00