e075b986
web: projects index route with real /projects data
Eugene Blikh <bigbes@gmail.com> — 2026-04-26 05:34:01 UTC
Commit e075b986729b67f2afc74b4c069d1793e1f63cea —
view raw patch
Parent(s):
321125b2
| File | Status | + | − |
|---|---|---|---|
internal/server/web/dist/index.html
|
M | +2 | -2 |
web/src/api/adapters.test.ts
|
M | +53 | -2 |
web/src/api/adapters.ts
|
M | +40 | |
web/src/features/projects/ProjectsTable.tsx
|
A | +105 | |
web/src/features/projects/useProjects.ts
|
A | +45 | |
web/src/features/projects/useProjectsCursor.ts
|
A | +37 | |
web/src/routes/projects.tsx
|
M | +141 | -9 |
web/src/styles/projects.css
|
A | +77 |