This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Commit 3d56cef
feat: LSDV-3023: Annotation Tab Carousel (#1188)
* feat: dev-3879: Control bar
* lint clean up
* visual tweaks
* control bar visual improvements
* cleanup
* visual tweak for view all button
* visual tweak for auto annotation
* feat: DEV-3879: Control bar (#1075)
* applying changes based on feedback
* adding reset button
* feat: LSDV-3023: Annotation Tab Carousel
* prepping button for usage
* tweaking the icons
* more icon tweaks
* no using mobx observer
* now using mobx observer
* adding some icons + clean up
* annotation state icons added and working on carousel
* carousel working 🎉
* we can now update button capability when window is resized
* resolving an error picked up in e2e
* minor tweak for icon when dropdown is open
* have a working test for AnnotationCarousel and AnnotationButton
* making sure bottombar height is correct when FF is off
* check for pk value before ground truth button display
* cannot duplicate drafts
* sort buttons by pk
* viewall vertical alignment
* side-pannels do not pad when hidden in view all
* tab bar recalculates carosel on add/remove entity
* update use effect with entities.length
* space after set and unset
* check history for that action type and entity for can undo states
* create new button added to top bar
* remove avatar icons
* removing unused icon imports
---------
Co-authored-by: yyassi-heartex <yyassi-heartex@users.noreply.github.com>
Co-authored-by: Travis1282 <travisjosephclark@gmail.com>
Co-authored-by: bmartel <brandonmartel@gmail.com>1 parent d847f70 commit 3d56cef
File tree
39 files changed
+7313
-80
lines changed- src
- assets/icons
- annotation
- components
- AnnotationsCarousel
- __tests__
- App
- BottomBar
- CurrentEntity
- SidePanels
- TopBar
- utils
39 files changed
+7313
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
0 commit comments