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

fix: Use /projects as the landing page #72

Merged
merged 2 commits into from
Jan 26, 2022

Conversation

bryphe-coder
Copy link
Contributor

Previously, there was a pseudo-workspaces page that was leftover from prototyping, but doesn't make sense in the revised flow.

Now, we have a /projects page, and after logging in, the user should be taken to that page:
2022-01-25 20 13 58

This implements a client-side redirect to land on our /projects route.

@bryphe-coder bryphe-coder self-assigned this Jan 26, 2022
@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #72 (d5e7025) into main (3047f25) will increase coverage by 3.41%.
The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   68.82%   72.23%   +3.41%     
==========================================
  Files          83       88       +5     
  Lines        3275     3422     +147     
  Branches       55       55              
==========================================
+ Hits         2254     2472     +218     
+ Misses        837      744      -93     
- Partials      184      206      +22     
Flag Coverage Δ
unittest-go-macos-latest 67.92% <ø> (+0.50%) ⬆️
unittest-go-ubuntu-latest 69.91% <ø> (?)
unittest-go-windows-latest 67.08% <ø> (?)
unittest-js 78.30% <43.75%> (+1.83%) ⬆️
Impacted Files Coverage Δ
site/components/index.tsx 0.00% <0.00%> (ø)
site/pages/index.tsx 0.00% <0.00%> (ø)
site/components/Redirect.tsx 100.00% <100.00%> (ø)
provisioner/terraform/serve.go 66.66% <0.00%> (ø)
database/postgres/postgres.go 66.66% <0.00%> (ø)
provisioner/terraform/parse.go 70.73% <0.00%> (ø)
provisioner/terraform/provision.go 63.26% <0.00%> (ø)
peer/channel.go 87.11% <0.00%> (+0.61%) ⬆️
peerbroker/listen.go 82.81% <0.00%> (+2.34%) ⬆️
peer/conn.go 78.44% <0.00%> (+2.99%) ⬆️
... and 3 more

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 3047f25...d5e7025. Read the comment docs.

@bryphe-coder bryphe-coder merged commit 0c46cbf into main Jan 26, 2022
@bryphe-coder bryphe-coder deleted the bryphe/fix/projects-landing-page branch January 26, 2022 17:16
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.

None yet

2 participants