Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ dabc76a
feat(audit): Added Recommendations view which replaces duplicate filters
Christopher Aitken
committed on Sep 14, 2026, 04:49 PM
Showing
15
changed files
+1188 additions
-211 deletions
A
apps/backend/routes/auth/getAuditRecommendations.ts
+191
M
apps/backend/routes/auth/index.ts
+2
-1
A
apps/backend/routes/public/getAuditRecommendations.ts
+6
M
apps/backend/routes/public/index.ts
+2
-1
A
apps/frontend/src/components/BlockersRecommendations.module.scss
+261
A
apps/frontend/src/components/BlockersRecommendations.tsx
+515
M
apps/frontend/src/components/BlockersTable.tsx
+7
-157
M
apps/frontend/src/components/BlockersTableSummary.module.scss
+4
-4
M
apps/frontend/src/components/BlockersTableSummary.tsx
+23
-43
M
apps/frontend/src/components/StyledButton.module.scss
+19
-2
M
apps/frontend/src/components/StyledButton.tsx
+4
M
apps/frontend/src/hooks/index.ts
+1
A
apps/frontend/src/hooks/useToggleIgnore.ts
+112
M
apps/frontend/src/routes/Audit.module.scss
+24
M
apps/frontend/src/routes/Audit.tsx
+17
-3
Browse files at this commit →