Build app layout shell #26
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#27 Build project list page
austin/vektor
#34 Add responsive layout
austin/vektor
#24 Build login page
austin/vektor
Reference
austin/vektor#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The persistent layout that wraps all authenticated pages. This defines the visual structure of the entire app.
What needs to happen
Create a layout component used as a layout route wrapping all authenticated pages:
Left sidebar:
/projects/{key})/login)Main content area:
Keep it visually minimal. System fonts, sensible spacing, no design library. A clean two-column layout is sufficient.
Key files
web/src/components/Layout.tsx— newweb/src/App.tsx— use as layout route