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

mobile first UI improvements #655

Merged
merged 13 commits into from
Dec 5, 2023
Merged

Commits on Dec 4, 2023

  1. Use React lazy and suspense to display a spinner while lazy loading c…

    …omponents/features. While lazy loading components we use HtSpinner to signal to user
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3cb57fc View commit details
    Browse the repository at this point in the history
  2. UI modifications including flexible styling for section headers

    component-alize About section parts, use open sans for font, and jost for headers, and sans-serif as backup
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    331589e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c36cb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    726041e View commit details
    Browse the repository at this point in the history
  5. placeholder Manifest usage bar chart, manifest status pie chart, and …

    …placeholder area chart on quantity of hazardous waste generated through current month
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bbd6fca View commit details
    Browse the repository at this point in the history
  6. New SiteListGroup and SiteListItem components that functionally repla…

    …ce the SiteTable but display the information well on mobile viewports. The new SiteList feature can also be filtered by EPA ID number and site name. Functionally, the SiteList feature stores state and the URL
    
    remove old SiteTable component
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b5cdc88 View commit details
    Browse the repository at this point in the history
  7. add getUserHaztrakSite and getUserHaztrakSite (singular) for retrievi…

    …ng a single site's information from the server to our haztrakApi API RTK query slice
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c98da06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef009b8 View commit details
    Browse the repository at this point in the history
  9. SiteFilterForm, a form/field used to filter a user's sites from the l…

    …ist of available by either EPA ID or site name. It stores state in the URL as query parameters. It shows a winking robot if no sites are returned.
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b565c83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    980d122 View commit details
    Browse the repository at this point in the history
  11. add auto animate hook to SiteListGroup so when filters are applied, t…

    …he list of sites transitions
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    898693c View commit details
    Browse the repository at this point in the history
  12. capitolize feature directory to follow React guidelines (shows they e…

    …xport a React Component of the same name)
    dpgraham4401 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    30d4337 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e9217e View commit details
    Browse the repository at this point in the history