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

Issue/#57 nuxt to vue migration #226

Merged
merged 68 commits into from
Sep 21, 2024
Merged

Commits on Sep 4, 2024

  1. use base vue configs

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    f362892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b87e06 View commit details
    Browse the repository at this point in the history
  3. add layout-base component

    Kreezag committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dbb6083 View commit details
    Browse the repository at this point in the history
  4. create base home page

    Kreezag committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    93d1a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a126c1a View commit details
    Browse the repository at this point in the history
  6. update settings-page

    Kreezag committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    aa4de49 View commit details
    Browse the repository at this point in the history
  7. update route links to home

    Kreezag committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9cd02f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. update base-layout usage

    Kreezag committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a504a36 View commit details
    Browse the repository at this point in the history
  2. fix working with middlewares

    Kreezag committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b438507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b7652b View commit details
    Browse the repository at this point in the history
  4. add events-list pages

    Kreezag committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f40e4bf View commit details
    Browse the repository at this point in the history
  5. fix ts warnings

    Kreezag committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e802f20 View commit details
    Browse the repository at this point in the history
  6. fix paused events count

    Kreezag committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d983676 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    dc8d3d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c248f8a View commit details
    Browse the repository at this point in the history
  4. create event types pages

    Kreezag committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7b92d2e View commit details
    Browse the repository at this point in the history
  5. fix type warning in the code

    Kreezag committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c39e142 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d98676 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. use 3000 port for dev server

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0f59485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92995f View commit details
    Browse the repository at this point in the history
  3. create 404 page

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c1295a7 View commit details
    Browse the repository at this point in the history
  4. add check-type middleware

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f75249a View commit details
    Browse the repository at this point in the history
  5. add login page

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8ce3a01 View commit details
    Browse the repository at this point in the history
  6. remove nuxt layouts

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2ca093d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0668e0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a9f342 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a56278f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f73d77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54e9146 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b94c5c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a038cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    78b8d2a View commit details
    Browse the repository at this point in the history
  15. update route-name enum import

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d23c696 View commit details
    Browse the repository at this point in the history
  16. remove old event types enum

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d4cb502 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6227d5d View commit details
    Browse the repository at this point in the history
  18. update codestyle for enums

    Kreezag committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    43c0473 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88fa97a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix eslint warnings

    Kreezag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3386eaa View commit details
    Browse the repository at this point in the history
  2. fix typecheck command

    Kreezag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    99c4cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3a923 View commit details
    Browse the repository at this point in the history
  4. fix type errors

    Kreezag committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e33844c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5e2a9b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    8e2f6fb View commit details
    Browse the repository at this point in the history
  2. fix attachments lib

    Kreezag committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ac09771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7a76b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3054a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    70cb86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ca177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b0379 View commit details
    Browse the repository at this point in the history
  4. fix type errors and warnings

    Kreezag committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e358630 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fb5eea View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    31f55b1 View commit details
    Browse the repository at this point in the history
  2. fix storybook preview

    Kreezag committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98f3f76 View commit details
    Browse the repository at this point in the history
  3. update story for stat-board

    Kreezag committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6a611dd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    170bd3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93cd90e View commit details
    Browse the repository at this point in the history
  3. fix render graph height

    Kreezag committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e035dfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17fa56f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix ts error for profile page

    Kreezag committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8d26048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824939a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef1a5e View commit details
    Browse the repository at this point in the history
  4. fix hljs import

    Kreezag committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bf823bd View commit details
    Browse the repository at this point in the history
  5. update sf-dump usage

    Kreezag committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ba4d9ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dca628c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a82d159 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fec1adf View commit details
    Browse the repository at this point in the history