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

Fully Implement Nuxt UI to Replace Jinja Templates #120

Merged
merged 48 commits into from
Jun 18, 2024

Commits on Jun 16, 2024

  1. add initial design for login page, add auth middleware for redirects,…

    … use index and delete app.vue
    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    69c8c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c4a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24cd29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3d514 View commit details
    Browse the repository at this point in the history
  5. use custom button instead of daisy

    Daisy UI does not allow easily modifying the background color of buttons with colors defined outside of the daisy theme since it would require overriding the hover effects as well. It is much easier to create our own.
    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    32de26b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f69cd37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5969ca8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6171712 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f57c48 View commit details
    Browse the repository at this point in the history
  10. tweak navlink button sizes

    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    184e3ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b72ae84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    daa03bc View commit details
    Browse the repository at this point in the history
  13. add developer application detail page list callback URIs, tweak dev a…

    …pp pages to not use nuxtlink, create component for copying to clipboard
    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2746906 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4637d61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4d77552 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    47bbb0a View commit details
    Browse the repository at this point in the history
  17. add create callback URI ui

    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1e680a4 View commit details
    Browse the repository at this point in the history
  18. add delete application UI

    fisher60 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6bb51d0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d28764f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b225b29 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1c25435 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5ef09cb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fff4de3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dc7b798 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6dbfbf4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fea4bf8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f15c90c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e694b50 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7211ae4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    dd88af2 View commit details
    Browse the repository at this point in the history
  2. refactor entire project to mono-repo format

    This version is not working since useFetch does not work in the built project. The build pipelines also need to be updated for this feature to work.
    fisher60 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    212de0d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    af37f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2dc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f906ed8 View commit details
    Browse the repository at this point in the history
  4. remove all UI logic from fastapi backend

    The new Nuxt UI replaces all frontend functionality
    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    71ad9e4 View commit details
    Browse the repository at this point in the history
  5. add whitespace to Dockerfile

    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b8f7502 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce710be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e35e0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    356eb6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b56670 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4728421 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9345990 View commit details
    Browse the repository at this point in the history
  12. Bump node version in Dockerfile to fix github workflow build error

    We are receiving the error: error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.12.0 || ^20.9.0 || >=22.0". Got "21.6.1"
    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aecc094 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec20b38 View commit details
    Browse the repository at this point in the history
  14. remove .idea from repo

    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5771ac5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5adcb1c View commit details
    Browse the repository at this point in the history
  16. add dockerignore for .env in website

    This .env should only be used with `yarn dev` and can cause confusing issues if the website is being built with docker compose and env vars are not set correctly.
    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    63ead35 View commit details
    Browse the repository at this point in the history
  17. remove redundant environment key, use key/value syntax instead of l…

    …ist for website build args
    fisher60 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    760008f View commit details
    Browse the repository at this point in the history