Commit e164086
authored
Pin actions column in entity tables (#24507)
* Calculate width of static columns based on title.
* Implement appraoch based on resize observers instead of font width caluclation.
* Cleanup
* Improve column widths of dashboards overview.
* Improve column widths of event definitions overview.
* Improve column widths of events overview.
* Use header width as min width in width calculation.
* Imporve further static widths.
* Create reusable hook to measure the width of multiple elements.
* Simplify solution by using `useResizeObserver` in `TableHead`, instead of handling all header refs in parent component and using custom resize observer.
* Updating tests
* Cleanup code
* Siplify implementation.
* Cleanup code
* Fixing issue with incalid CSS variable names.
* Create separate hook for `useHeaderMinWidths`.
* Fixing padding in drag overlay.
* Calculate actions col width via resize observers.
* Fix action col background problem.
* Display box shadow for sticky actions column
* Calculate min width based on currently visible rows.
* FIxing issue with action col background on nodes page.
* Cleanup hook usage in `EntityDataTable`.
* Use intersection observer to identify if you can scroll to the right.
* Cleanup
* Improve handling of scroll shadow.
* Cleanup
* Display more actions dropdown in portal, to fix scroll issue.
* Close menu for `OverlaydropdownButton` on click, when open.
* Fixing issue with select all bulk select checkbox not changing status.
* Allow resizing column as small as header.
* Use smaller spinner for throughput cell.
* Adding changelog
* Fixing issue with text selection on resize, in safari.
* Fix z-index issue in modal footer.
* Properly send filters in saved searches overview to backend.
* Fixing linter hints
* Cleanup
* Use z-index from theme.1 parent 232bf70 commit e164086
File tree
54 files changed
+977
-497
lines changed- changelog/unreleased
- graylog2-web-interface/src
- components
- bootstrap
- cluster-configuration
- data-nodes
- graylog-nodes
- common
- EntityDataTable
- contexts
- hooks
- EntityFilters
- PaginatedEntityTable
- events
- events
- indices/IndexSetFieldTypes
- inputs/InputsOveriew
- cells
- lookup-tables
- adapter-list
- cache-list
- lookup-table-list
- streams/StreamsOverview
- BulkActions
- cells
- users/UsersTokenManagement
- hooks
- theme/box-shadows
- views
- components
- actions
- dashboard/DashboardsOverview
- searchbar/saved-search
- SavedSearchesModal
- widgets
- hooks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+977
-497
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments