Commit a276038
authored
feat: develop scrollBar to replace scrollable component (#826)
* feat: develop scrollBar to replace scrollable component
* feat: replace scrollable component by scrollbar
* feat: add scrollBar style
* feat: remove scrollable component
* fix: remove scrollable style
* docs: add stories
* test: update tests
* fix: prevent global activityBar hidden
* fix: undefined variable in scss
* test: update tests1 parent cfd7c7c commit a276038
File tree
33 files changed
+2337
-947
lines changed- src
- components
- collapse
- scrollBar
- __tests__
- __snapshots__
- scrollable
- __tests__
- __snapshots__
- tabs
- __tests__
- tree/__tests__
- provider/__tests__/__snapshots__
- style
- workbench
- __tests__
- __snapshots__
- activityBar
- __tests__/__snapshots__
- editor
- __tests__
- panel
- problems/paneView
- sidebar/explore
- stories
- components
- extensions/test
- test
33 files changed
+2337
-947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments