Commit 2818376
Refactor ActionList to improve a11y / IE11, enrich and improve (#1474)
* Major refactor of ActionList
* Use <table> for ActionList to improve a11y / IE11
* ActionList code shuffle
* ColumnSelector is now its own component and it displays a popover when clicked
* Allow icon for label
* Improved :focus presentation
* Moved mock data to __mock__ folder
* Apply / Cancel buttons on Popover
* Remove header property (you get what you get)
* Fix `columnsToDisplay` typing in context
* Update packages/components/src/ActionList/ActionList.tsx
Co-authored-by: Lara Harrow <[email protected]>
Co-authored-by: mdodgelooker <[email protected]>1 parent 4b74ac9 commit 2818376
File tree
87 files changed
+1997
-987
lines changed- .vscode
- packages/components
- snapshots
- ActionList
- InputFilters
- src
- ActionList
- Bulk
- Column
- Filters
- Header
- Item
- Manager
- stories
- utils
- __snapshots__
- Form
- Fieldset
- Fields
- Inputs
- InlineInputText
- InputFilters
- Status
- Truncate
- __mocks__
- DataTable
- utils
- storybook/src/ActionList
- www/src/documentation/components
- actions
- content
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+1997
-987
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
| |||
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
| |||
0 commit comments