BREAD5940 / scouting-frontend

Apache License 2.0
2 stars 1 forks source link

Finished 'team.tsx' (In need of media queries) #2

Closed KrishKittur closed 3 years ago

TheAnnalyst commented 3 years ago

What media queries do you need help with? I'm assuming you're going to use them to improve support on mobile devices?

What does the website look like so far?

TheAnnalyst commented 3 years ago

The test failure isn't related to your code; don't worry about it.

KrishKittur commented 3 years ago

Yeah, they are just to make the website look good on mobile devices and minimized browser windows. So far, the css will look good on most computers, but not that great on phones.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2 (0f9e592) into main (25b0ca2) will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
- Coverage   62.26%   62.07%   -0.20%     
==========================================
  Files           3        3              
  Lines         326      327       +1     
  Branches       31       31              
==========================================
  Hits          203      203              
- Misses        123      124       +1     
Impacted Files Coverage Δ
src/lib/index.ts 46.28% <0.00%> (-0.39%) :arrow_down:

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 25b0ca2...0f9e592. Read the comment docs.

TheAnnalyst commented 3 years ago

Looks good, thanks!