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

Website Home Page #106

Merged
merged 22 commits into from
Aug 4, 2023
Merged

Website Home Page #106

merged 22 commits into from
Aug 4, 2023

Conversation

TroyKomodo
Copy link
Member

Proposed changes

Adds the Home Page and general cleanup for the new website

This PR will not add API changes and will just mock data.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

@TroyKomodo TroyKomodo requested review from 4w3Official, a team and lennartkloock and removed request for a team, lennartkloock and 4w3Official July 21, 2023 19:08
* fix: side bar in firefox

The side bar was buggy in firefox before
because the avatar width wasn't limited

* fix: some spacing issues

Fix some spacing issues in the stream preview

* fix(website): spelling

Fix spelling of "Log in"
Add side-nav animation and cleanup code
lennartkloock and others added 8 commits July 28, 2023 22:46
Convert topnav from grid to flex
Improve search bar by making the icon a button and adding a form
Clean up topnav css by using flexbox features
instead of hardcoded width and height values.
This also makes it more responsive.
Add show more button after stream previews and clean up some more css
Add category cards to home page
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #106 (ea2387a) into feature/website (35068f0) will not change coverage.
The diff coverage is n/a.

❗ Current head ea2387a differs from pull request most recent head a686420. Consider uploading reports for the commit a686420 to get more accurate results

@@               Coverage Diff                @@
##           feature/website     #106   +/-   ##
================================================
  Coverage            73.97%   73.97%           
================================================
  Files                  220      220           
  Lines                17538    17538           
================================================
  Hits                 12973    12973           
  Misses                4565     4565           

Add variables for font-family
Replace hard-coded color values with variables
Rename orange to primary
Replace hard-coded color values with variables
Simplify tag component
Replace hard-coded color values with variables
Sidebar css was a bit scuffed
Nearly every color is variable now
@TroyKomodo TroyKomodo marked this pull request as ready for review August 4, 2023 19:42
@TroyKomodo TroyKomodo requested review from a team as code owners August 4, 2023 19:42
@TroyKomodo TroyKomodo merged commit a686420 into feature/website Aug 4, 2023
6 checks passed
@TroyKomodo TroyKomodo deleted the troy/clean-up branch August 4, 2023 19:43
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