Equalify Hub
Sign Up for Updates
EqualifyEverything
/
equalify
Code
/
Commits
/ c44dcfc
feat(summary): Refactored summary view tables
azdak
committed on Aug 31, 2026, 04:42 PM
Showing
12
changed files
+559 additions
-101 deletions
M
apps/backend/routes/auth/getAuditSummaryFast.ts
+2
-53
A
apps/backend/routes/auth/getMostCommonBlockers.ts
+68
A
apps/backend/routes/auth/getMostCommonUrls.ts
+45
M
apps/backend/routes/auth/index.ts
+2
A
apps/backend/routes/public/getMostCommonBlockers.ts
+6
A
apps/backend/routes/public/getMostCommonUrls.ts
+6
M
apps/backend/routes/public/index.ts
+2
M
apps/frontend/src/components/BlockersTableSummary.module.scss
+22
M
apps/frontend/src/components/BlockersTableSummary.tsx
+218
-48
M
db/hasura-metadata.json
+46
A
db/migrations/add_most_common_pagination.sql
+68
M
db/schema.sql
+74
Browse files at this commit →