Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ d097502
feat(blockers): Moved Blocker ID to separate column, cleaned up horz scrolling table styling
azdak
committed on Sep 11, 2026, 05:49 AM
Showing
13
changed files
+243 additions
-30 deletions
M
apps/frontend/src/components/AuditPagesInputTable.tsx
+3
-1
M
apps/frontend/src/components/AuditsTable.tsx
+3
-1
M
apps/frontend/src/components/BlockersTable.tsx
+19
-24
M
apps/frontend/src/components/BlockersTableColumnToggle.tsx
+1
M
apps/frontend/src/components/InvitesTable.tsx
+3
-1
M
apps/frontend/src/components/RequestsTable.tsx
+3
-1
M
apps/frontend/src/components/Skeleton.tsx
+1
M
apps/frontend/src/components/UsersTable.tsx
+3
-1
M
apps/frontend/src/global-styles/dark.scss
+18
M
apps/frontend/src/global-styles/tables.scss
+104
M
apps/frontend/src/routes/Logs.tsx
+3
-1
M
apps/frontend/src/utils/useGlobalStore.ts
+1
A
apps/frontend/src/utils/useScrollFade.ts
+81
Browse files at this commit →