Commit f34912e
Upgrade to React Table v7 (#2594)
* Port Sent page to use React Table v7
* Port Inbox page to React Table v7
* Port TaskAnalysisTable to React Table v7
* Port TaskReviewTable to React Table v7
* Port super-admin MetricsTable to React Table v7
* Delete unused components and CSS after upgrading to React Table v7
* Fix bug causing Review widget to fail after page refresh
* Fix unit tests
* Add row dividers and left-align col headers in TaskReviewTable
* Fix positioning of bundle icon in review and analysis tables
* Fix pagination for Inbox view
* fix sent page table format for v7
* add full width to taskreviewtable
* format
* Re-add configurable columns to TaskReviewTable
* Fix feature id column not displaying in TaskAnalysisTable
* Port Sent page to use React Table v7
* Port Inbox page to React Table v7
* Port TaskAnalysisTable to React Table v7
* Port TaskReviewTable to React Table v7
* Port super-admin MetricsTable to React Table v7
* Delete unused components and CSS after upgrading to React Table v7
* Fix bug causing Review widget to fail after page refresh
* Fix unit tests
* Add row dividers and left-align col headers in TaskReviewTable
* Fix positioning of bundle icon in review and analysis tables
* Fix pagination for Inbox view
* fix sent page table format for v7
* add full width to taskreviewtable
* format
* Re-add configurable columns to TaskReviewTable
* Fix feature id column not displaying in TaskAnalysisTable
* fix sorting and clearing filters
* disable some column sorts and add filter search
* Fix filters for TaskAnalysisTable on initial load
* yarn run format
* disable sort remove (3rd click); just alternate between asc and desc
* fix tests
* Fix row expand in task analysis table
* Fix filter initial state not being respected in tasks review table
* fix width of table and filters
* fix column resizing
* finish enhancements to taskanalysis table
* refactor dependencies in TaskAnalysisTable to improve memoization and performance
* enhance TaskAnalysisTable styling and improve cell height for better layout consistency
* formatting
* fix filtering again
* fix sent comments table
* fix inbox styles
* save
* consolidate code
* upgrade react-datepicker to version 8.3.0 and refactor table components to use EnhancedTable for improved styling and functionality
* refactor table components to utilize TableWrapper and shared styles for improved consistency and maintainability across various tables
* reorder import statements in EnhancedTable for improved readability and consistency
* fix checks
* refactor filter components to include clear button for resetting filters and improve styling consistency across various tables
* fix tests by reverting date picker dependency upgrade
* fix table updates when task bundle changes
* fix some styles
* add debounce functionality
* fix task selection on create and manage page
---------
Co-authored-by: Jimmy <jschwarz2030@gmail.com>
Co-authored-by: CollinBeczak <ctbeczak08@gmail.com>1 parent d31deea commit f34912e
37 files changed
Lines changed: 3139 additions & 2922 deletions
File tree
- lang
- src
- components
- HOCs
- WithFilterCriteria
- WithReviewTasks
- IntlDatePicker
- IntlTable
- KeywordAutosuggestInput
- PaginationControl
- Sprites
- SuperAdmin
- TaskAnalysisTable
- ViewTask
- pages
- Inbox
- Review
- TasksReview
- Sent
- styles
- vendor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
910 | | - | |
| 909 | + | |
| 910 | + | |
911 | 911 | | |
912 | | - | |
913 | 912 | | |
914 | 913 | | |
915 | 914 | | |
916 | | - | |
917 | | - | |
918 | | - | |
| 915 | + | |
919 | 916 | | |
920 | 917 | | |
921 | 918 | | |
| |||
1240 | 1237 | | |
1241 | 1238 | | |
1242 | 1239 | | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
1243 | 1243 | | |
| 1244 | + | |
1244 | 1245 | | |
1245 | 1246 | | |
1246 | 1247 | | |
| |||
1471 | 1472 | | |
1472 | 1473 | | |
1473 | 1474 | | |
| 1475 | + | |
1474 | 1476 | | |
1475 | 1477 | | |
1476 | 1478 | | |
| |||
1489 | 1491 | | |
1490 | 1492 | | |
1491 | 1493 | | |
1492 | | - | |
| 1494 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
| 368 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 38 | | |
50 | 39 | | |
51 | 40 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments