wtg / shuttletracker

🚐 Shuttle tracking for RPI.
https://shuttles.rpi.edu
GNU Affero General Public License v3.0
46 stars 53 forks source link

Change viewport to flexbox, hide navbar unless defined to show #232

Closed jlyon1 closed 4 years ago

jlyon1 commented 5 years ago

Change the main view-wrapper component to flexbox grow. When tabbar is not visible it will expand to fill the window. The tab bar explicitly defines on what pages it should appear.

codecov[bot] commented 5 years ago

Codecov Report

Merging #232 into master will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   37.24%   37.37%   +0.12%     
==========================================
  Files          17       17              
  Lines        1549     1549              
==========================================
+ Hits          577      579       +2     
+ Misses        907      906       -1     
+ Partials       65       64       -1
Impacted Files Coverage Δ
postgres/location.go 65.33% <0%> (+1.33%) :arrow_up:

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 71a50c6...244e8ec. Read the comment docs.