Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
equalify-v2-web
Code
/
Commits
/ e69f01e
Scaffolded React Vite SPA w/ basic packages, routes, & branding
Christopher Aitken
committed on May 2, 2025, 04:49 PM
Showing
42
changed files
+6125 additions
-0 deletions
A
.env.production
+6
A
.env.staging
+6
A
.gitignore
+2
A
index.html
+24
A
package.json
+44
A
public/bg-dark.jpg
A
public/bg.jpg
A
public/favicon.png
A
public/icon.png
A
public/logo.svg
+6
A
public/robots.txt
+2
A
public/social.jpg
A
src/App.tsx
+77
A
src/components/Dropdown.tsx
+17
A
src/components/Loader.module.css
+64
A
src/components/Loader.tsx
+16
A
src/components/Modal.tsx
+22
A
src/components/Navigation.tsx
+81
A
src/components/Tooltip.tsx
+22
A
src/components/index.ts
+5
A
src/index.css
+49
A
src/main.tsx
+10
A
src/queries/index.ts
+1
A
src/queries/useUser.ts
+15
A
src/routes/Dashboard.tsx
+9
A
src/routes/Home.tsx
+17
A
src/routes/Login.tsx
+78
A
src/routes/Logout.tsx
+23
A
src/routes/index.ts
+4
A
src/utils/emptyUuid.ts
+1
A
src/utils/formatDate.ts
+1
A
src/utils/formatId.ts
+1
A
src/utils/index.ts
+7
A
src/utils/isStaging.ts
+1
A
src/utils/sleep.ts
+1
A
src/utils/useDebounce.ts
+17
A
src/utils/useGlobalStore.ts
+20
A
src/vite-env.d.ts
+1
A
tsconfig.json
+39
A
tsconfig.node.json
+10
A
vite.config.ts
+33
A
yarn.lock
+5393
Browse files at this commit →