Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
equalify-dashboard
Code
/
Commits
/ 0f0d8ba
Merge pull request #62 from EqualifyEverything/staging
Bulk CSV Upload / Added Account Validation
Wilber Suriel
committed on Sep 12, 2024, 01:02 AM
Showing
15
changed files
+14511 additions
-51 deletions
A
package-lock.json
+14194
M
package.json
+1
-1
A
public/template.csv
+3
M
src/components/layout/announcer.tsx
+1
M
src/components/layout/footer.tsx
+5
-7
M
src/main.tsx
+7
M
src/routes/index.ts
+5
-1
A
src/routes/protected/accessibility-statement.tsx
+76
M
src/routes/protected/account.tsx
+12
-6
A
src/routes/protected/properties/bulk-property.tsx
+157
M
src/routes/protected/properties/edit-property.tsx
+2
M
src/routes/protected/properties/properties.tsx
+8
-2
M
src/routes/public/auth/login.tsx
+28
-23
M
src/routes/route-handlers.ts
+9
-9
M
src/services/scans.ts
+3
-2
Browse files at this commit →