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

Upgrade front end to Vue/Vuetify 3 #206

Merged
merged 50 commits into from
Apr 23, 2024
Merged

Upgrade front end to Vue/Vuetify 3 #206

merged 50 commits into from
Apr 23, 2024

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    9b50c92 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    f9b8c20 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    41435ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix: remove vue-meta

    Not sure we need this.  Will re-work it if we do.
    trev-dev committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    59adfdd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fix: a bunch of broken imports and references

    Moving the project away from weird path abstractions such as `@/` for
    './src'.  It's not that hard to use a relative path.
    trev-dev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1d7d12c View commit details
    Browse the repository at this point in the history
  2. feat: lint vuetify

    trev-dev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b9d38be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0406d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54fd9b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix: remove dotenv

    This is already included with vite internally
    trev-dev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9ed2fbb View commit details
    Browse the repository at this point in the history
  2. feat: upgrade this.$store references

    Use stores directly, as intended.
    trev-dev committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    43b7737 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    31ae13e View commit details
    Browse the repository at this point in the history
  2. fix: more .env vars

    trev-dev committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2e0a632 View commit details
    Browse the repository at this point in the history
  3. fix: add missing directives

    trev-dev committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7c6039f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: recursive loop

    trev-dev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6e41789 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade router redirect logic

    Makes router perform faster by removing the deprecated `next()` function
    trev-dev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5c8ef40 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    426e2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1690df View commit details
    Browse the repository at this point in the history
  3. fix: transformAssetUrls

    trev-dev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7519cbb View commit details
    Browse the repository at this point in the history
  4. fix: debug logs

    trev-dev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e8532aa View commit details
    Browse the repository at this point in the history
  5. fix: some initial views

    Header, Footer, App and HomePage
    trev-dev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    aac771c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03793e1 View commit details
    Browse the repository at this point in the history
  7. chore: whitespace

    trev-dev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    42898ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    788a7f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76063fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae98936 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e77178b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    92a323d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: responsive home screen

    trev-dev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9144f5e View commit details
    Browse the repository at this point in the history
  2. fix: a bunch of request status views

    Created a common library for formatting strings with moment
    
    Normalized request status views by using supported components
    
    Re-structured tabular data with an actual v-table
    
    Simplified overall render
    trev-dev committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    98b6c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    2e0d4de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f914c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix: some store references

    trev-dev committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    040b7cc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: footer overflow

    trev-dev committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f22c6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4d250 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: broken getter

    trev-dev committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2895b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: gmp messaging views

    trev-dev committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    98c9495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3420721 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    1529ff8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix: ignore the vim stuff

    trev-dev committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    295c299 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. fix: the UMP view flow

    Also make things consistent with GMP
    trev-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bbc4fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    d8d42f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe87b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: ignore direnv folder

    trev-dev committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5541f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f627c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dd6d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e99f062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edc0136 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a091a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. remove unused PenDisplay.vue

    trev-dev committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    690b7d6 View commit details
    Browse the repository at this point in the history
  2. fix: distill calls to get configs down to one call

    Also removes the need for/use of queryParams, as per @SoLetsDev
    trev-dev committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e6a9180 View commit details
    Browse the repository at this point in the history