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

Port frontend to Svelte 5 and SvelteKit #524

Merged
merged 41 commits into from
Sep 4, 2024
Merged

Port frontend to Svelte 5 and SvelteKit #524

merged 41 commits into from
Sep 4, 2024

Commits on Aug 28, 2024

  1. begin port

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cca4338 View commit details
    Browse the repository at this point in the history
  2. rewrite frontpage

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    611cacb View commit details
    Browse the repository at this point in the history
  3. add graphql client

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    195cf61 View commit details
    Browse the repository at this point in the history
  4. add unplugin-icons

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b96d25a View commit details
    Browse the repository at this point in the history
  5. frontpage overhaul

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    995884f View commit details
    Browse the repository at this point in the history
  6. add register functionality

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b6db85b View commit details
    Browse the repository at this point in the history
  7. new layout

    vesdev authored and aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b12dc7d View commit details
    Browse the repository at this point in the history
  8. format codebase

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8f0d232 View commit details
    Browse the repository at this point in the history
  9. delete old frontend

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b83c519 View commit details
    Browse the repository at this point in the history
  10. add secondary button style

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    175c4ee View commit details
    Browse the repository at this point in the history
  11. update deps

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e7c4f76 View commit details
    Browse the repository at this point in the history
  12. fix page builds

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c0de7bb View commit details
    Browse the repository at this point in the history
  13. migrate eslint

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a4d53e5 View commit details
    Browse the repository at this point in the history
  14. update action

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    603c083 View commit details
    Browse the repository at this point in the history
  15. fix overlay

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    52b1988 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c964ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    31dcb92 View commit details
    Browse the repository at this point in the history
  18. Add banner, use svg

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aba4f9f View commit details
    Browse the repository at this point in the history
  19. add graphql interactions

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3a0d845 View commit details
    Browse the repository at this point in the history
  20. properly embed version

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1b94892 View commit details
    Browse the repository at this point in the history
  21. fix some styles

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01f4be9 View commit details
    Browse the repository at this point in the history
  22. up

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fed8602 View commit details
    Browse the repository at this point in the history
  23. rm border radius

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e4e2d3 View commit details
    Browse the repository at this point in the history
  24. fix cargo features

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8893335 View commit details
    Browse the repository at this point in the history
  25. add queries

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4752845 View commit details
    Browse the repository at this point in the history
  26. add dialog, finish register

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b393456 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    797d0ce View commit details
    Browse the repository at this point in the history
  28. rm unused asset

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b85579b View commit details
    Browse the repository at this point in the history
  29. reformat codebase

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0bf5b5a View commit details
    Browse the repository at this point in the history
  30. add loading indicator

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1adf539 View commit details
    Browse the repository at this point in the history
  31. restructure

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4fdb37d View commit details
    Browse the repository at this point in the history
  32. add form validation via zod

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e4b93cc View commit details
    Browse the repository at this point in the history
  33. update media query

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a7fec70 View commit details
    Browse the repository at this point in the history
  34. allow lint

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e5a1db View commit details
    Browse the repository at this point in the history
  35. up

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fa42aee View commit details
    Browse the repository at this point in the history
  36. oauth progress

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5500f03 View commit details
    Browse the repository at this point in the history
  37. Fix warnings

    aumetra committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c20f5d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

    aumetra committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1c342ac View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    be29670 View commit details
    Browse the repository at this point in the history
  2. fix lints

    aumetra committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eccb742 View commit details
    Browse the repository at this point in the history