Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement simple Project Summary page #71

Merged
merged 5 commits into from
Jan 26, 2022

Conversation

bryphe-coder
Copy link
Contributor

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

This implements a very simple Project Summary page (which lists workspaces):

image

...which also has an empty state:

image

Fixes #66

@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #71 (3f556ee) into main (c7fb16e) will increase coverage by 0.97%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   70.82%   71.79%   +0.97%     
==========================================
  Files          87       87              
  Lines        3455     3425      -30     
  Branches       56       55       -1     
==========================================
+ Hits         2447     2459      +12     
+ Misses        798      759      -39     
+ Partials      210      207       -3     
Flag Coverage Δ
unittest-go-macos-latest 67.66% <ø> (+0.50%) ⬆️
unittest-go-ubuntu-latest 69.87% <ø> (+0.17%) ⬆️
unittest-go-windows-latest 67.34% <ø> (ø)
unittest-js 76.47% <83.33%> (+5.17%) ⬆️
Impacted Files Coverage Δ
site/pages/projects/create.tsx 0.00% <0.00%> (ø)
site/test_helpers/mocks.ts 100.00% <100.00%> (ø)
site/util/array.ts 100.00% <100.00%> (ø)
site/pages/projects/index.tsx
peer/conn.go 76.64% <0.00%> (+1.19%) ⬆️
peerbroker/listen.go 82.81% <0.00%> (+2.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7fb16e...3f556ee. Read the comment docs.

@bryphe-coder bryphe-coder self-assigned this Jan 26, 2022
@bryphe-coder bryphe-coder marked this pull request as ready for review January 26, 2022 01:31
@bryphe-coder bryphe-coder changed the title feat: Implement simple Projects page feat: Implement simple Project Summary page Jan 26, 2022
@bryphe-coder
Copy link
Contributor Author

Thanks for the review @kylecarbs ! 🙏

@bryphe-coder bryphe-coder merged commit 3047f25 into main Jan 26, 2022
@bryphe-coder bryphe-coder deleted the bryphe/feat/66/project-workspaces-page branch January 26, 2022 03:50
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.

Front-end: Add /workspaces page
2 participants