Commit 820a74c
committed
Refactor table components and adjust paddings
Code cleanup and small UI/padding tweaks across table-related components.
- Reordered/imports and minor formatting fixes in AudioTransactionsTable and Table files.
- Added left padding to .tableHeader.leftAlign (.table/Table.module.css) to align header content.
- Cleaned up responsiveColumns and Table logic formatting (no behavior changes).
- Large formatting/refactor in TracksTable: reflowed MiniTrackArtwork and several cell renderers, standardized destructuring of trackAccessMapRef.current, and forwarded showArtistInTrackNameColumn to the Table props.
- Adjusted header paddings in ArtistCoinsTable (Coin and Artist columns), TrackNameWithArtwork.module.css, and WithdrawalsTable.module.css.
- Minor import/JSX formatting fixes in PurchasesTable.
These changes are primarily stylistic and layout-related, preserving existing behavior while improving readability and consistent spacing.1 parent 56d77e9 commit 820a74c
9 files changed
Lines changed: 144 additions & 166 deletions
File tree
- packages/web/src
- components
- audio-transactions-table
- table
- tracks-table
- pages
- artist-coins-launchpad-page/components
- pay-and-earn-page/components
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 199 | + | |
203 | 200 | | |
204 | 201 | | |
205 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 89 | + | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
| |||
0 commit comments