feat: Initial Projects listing page by bryphe-coder · Pull Request #58 · coder/coder · GitHub
Skip to content

feat: Initial Projects listing page - #58

Merged
bryphe-coder merged 10 commits into
mainfrom
bryphe/feat/initial-projects-page
Jan 25, 2022
Merged

feat: Initial Projects listing page#58
bryphe-coder merged 10 commits into
mainfrom
bryphe/feat/initial-projects-page

Conversation

@bryphe-coder

@bryphe-coder bryphe-coder commented Jan 25, 2022

Copy link
Copy Markdown
Contributor

This implements a simple Project listing page at /projects - just a table for a list of projects:

image

...and an empty state:

image

There isn't too much data to show at the moment. It'll be nice in the future to show the following fields and improve the UI with it:

  • An icon
  • A list of users using the project
  • A description

However, this brings in a lot of scaffolding to make it easier to build pages like this (/organizations, /workspaces, etc).

In particular, I brought over a few things from v1:

  • The Hero / Header component at the top of pages + sub-components
  • A Table component for help rendering table-like UI + sub-components
  • Additional palette settings that the Hero

@codecov

codecov Bot commented Jan 25, 2022

Copy link
Copy Markdown

@bryphe-coder
bryphe-coder marked this pull request as ready for review January 25, 2022 04:11
@bryphe-coder bryphe-coder self-assigned this Jan 25, 2022

@kylecarbs kylecarbs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment thread site/pages/projects/index.tsx
@bryphe-coder

Copy link
Copy Markdown
Contributor Author

@bryphe-coder
bryphe-coder merged commit b964cb0 into main Jan 25, 2022
@bryphe-coder
bryphe-coder deleted the bryphe/feat/initial-projects-page branch January 25, 2022 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants