Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Add Footer to every page with nav #1009

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

Merged
merged 3 commits into from
Apr 14, 2022
Merged

feat: Add Footer to every page with nav #1009

merged 3 commits into from
Apr 14, 2022

Conversation

presleyp
Copy link
Contributor

We had some pages with the footer and some without, so I looked at v1 and saw that wherever the nav shows, the footer does too. (Now the only place we still need the footer is the login page, and we have a ticket for that.)

  • add Footer to AuthAndNav
  • rename AuthAndNav to AuthAndFrame - I was thinking the nav and footer "frame" the page but I'm open to naming suggestions
  • remove Footer where it would be doubled

@presleyp presleyp requested a review from a team as a code owner April 14, 2022 16:39
@presleyp presleyp self-assigned this Apr 14, 2022
@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #1009 (27c06fd) into main (300c6d0) will increase coverage by 0.31%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1009      +/-   ##
==========================================
+ Coverage   66.42%   66.74%   +0.31%     
==========================================
  Files         247      250       +3     
  Lines       14635    14817     +182     
  Branches      131      131              
==========================================
+ Hits         9722     9890     +168     
- Misses       3932     3937       +5     
- Partials      981      990       +9     
Flag Coverage Δ
unittest-go-macos-latest 53.72% <ø> (+0.02%) ⬆️
unittest-go-postgres- 66.58% <ø> (+0.23%) ⬆️
unittest-go-ubuntu-latest 56.44% <ø> (+0.03%) ⬆️
unittest-go-windows-2022 53.29% <ø> (?)
unittest-js 61.34% <0.00%> (+0.10%) ⬆️
Impacted Files Coverage Δ
site/src/AppRouter.tsx 0.00% <0.00%> (ø)
site/src/components/AuthAndFrame/AuthAndFrame.tsx 0.00% <0.00%> (ø)
site/src/components/Page/index.tsx 0.00% <ø> (ø)
site/src/components/Preferences/Layout.tsx 0.00% <0.00%> (ø)
...ages/templates/[organization]/[template]/index.tsx 0.00% <ø> (ø)
site/src/pages/templates/index.tsx 0.00% <ø> (ø)
site/src/pages/workspaces/[workspace].tsx 0.00% <ø> (ø)
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
peerbroker/dial.go 77.04% <0.00%> (-6.56%) ⬇️
provisionersdk/transport.go 78.72% <0.00%> (-6.39%) ⬇️
... and 15 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 300c6d0...27c06fd. Read the comment docs.

Copy link
Contributor

@greyscaled greyscaled left a comment

Choose a reason for hiding this comment

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

Awesome stuff!

@greyscaled greyscaled changed the title Feat(site): Add Footer to every page with nav feat: Add Footer to every page with nav Apr 14, 2022
@presleyp presleyp merged commit 76f8ff9 into main Apr 14, 2022
@presleyp presleyp deleted the footer/presleyp/977 branch April 14, 2022 17:58
@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
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.

3 participants