Northeastern-Electric-Racing / Argos

Our full-stack data visualization tool
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Client] - Standardize mobile screen width across all pages #205

Open bracyw opened 2 months ago

bracyw commented 2 months ago

Description

Right now mobile screen width is different across pages, we should standardize it.

Acceptance Criteria

Mobile screen width is the same across pages, and all mobile page UI is still intact and working. (add screenshots of all pages in mobile view).

Proposed Solution

Look over the top level page components, should have -page in the name. Checkout each mobile screen width threshold, that is updated by the @HostListener('window:resize', ['$event']). Reach out to Reid or Wyatt for more info.

Mocks

No response