Skip to content

Cleanup page structure #741

Description

@just-be-dev

Our pages directory could use some cleanup. I'd experimented with adding remix style structure in #726, but I'm honestly not sure that structure is a good fit.

I'm roughly thinking about this structure:

layouts/
├─ root.tsx
├─ orgs.tsx
└─ projects.tsx
pages/
├─ login.tsx
├─ orgs/
│  ├─ projects/
│  │  ├─ access.tsx
│  │  ├─ disks.tsx
│  │  ├─ disks.[name].tsx
│  │  ├─ instances.tsx
│  │  └─ instances.[name].tsx
│  └─ projects.[name].tsx
└─ orgs.[name].tsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions