Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
equalify
Code
/
Commits
/ dff5222
Wrapping up v1 of summary view
azdak
committed on Feb 3, 2026, 12:47 AM
Showing
15
changed files
+420 additions
-249 deletions
M
apps/frontend/src/components/AuditsTable.module.scss
+3
M
apps/frontend/src/components/BlockersTable.module.scss
+6
M
apps/frontend/src/components/BlockersTable.tsx
+1
-9
M
apps/frontend/src/components/BlockersTableSummary.module.scss
+44
-1
M
apps/frontend/src/components/BlockersTableSummary.tsx
+81
-57
M
apps/frontend/src/components/Card.module.scss
+5
M
apps/frontend/src/components/Card.tsx
+1
-1
M
apps/frontend/src/components/InvitesTable.module.css
+4
A
apps/frontend/src/components/UsersTable.module.scss
+9
M
apps/frontend/src/components/UsersTable.tsx
+4
-2
M
apps/frontend/src/global-styles/fonts.scss
+16
M
apps/frontend/src/global-styles/tables.scss
+8
-6
M
apps/frontend/src/routes/Audit.module.scss
+26
-12
M
apps/frontend/src/routes/Audit.tsx
+207
-161
M
apps/frontend/src/utils/useGlobalStore.ts
+5
Browse files at this commit →