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

[Client] - Standardize Mobile Screen Width #249

Open
Tracked by #256
bracyw opened this issue Nov 27, 2024 · 0 comments
Open
Tracked by #256

[Client] - Standardize Mobile Screen Width #249

bracyw opened this issue Nov 27, 2024 · 0 comments

Comments

@bracyw
Copy link
Contributor

bracyw commented Nov 27, 2024

Description

Currently we have a different screen mobile width (width when we switch to a mobile view) for the charging page, graph screen, and landing page. Use the graph screen mobile width across all pages.

Also part of this ticket is adjusting current UI so that it will work for smaller widths when on a desktop view.

Should use this: https://www.npmjs.com/package/ngx-device-detector

Acceptance Criteria

Mobile widths are standardized... and screen shots of normal looking UI are provided of:

  1. All pages when they are squeezed to a pixel away from the mobile screen width (smallest desktop view)
  2. All pages look normal in a iphone mobile view

Proposed Solution

This will involve creating a service that abstracts the logic we already have and can be used by all pages, here is an article that explains how to do something likes this: https://betterprogramming.pub/creating-angular-webapp-for-multiple-views-and-screen-sizes-50fe8a83c433
Plus adjust components in each page to make the UI looks NICE, squeezed desktop views, and mobile views
If you have any questions just ask in software_argos on Slack.

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

No branches or pull requests

1 participant