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

React rewrite #42

Merged
merged 79 commits into from Mar 20, 2024
Merged

React rewrite #42

merged 79 commits into from Mar 20, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    5e6670a View commit details
    Browse the repository at this point in the history
  2. updated npm dependencies

    Kaishiyoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c405664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7f584 View commit details
    Browse the repository at this point in the history
  4. refactored code

    Kaishiyoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7781144 View commit details
    Browse the repository at this point in the history
  5. set page title properly

    Kaishiyoku committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c3e1625 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    0561fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3db08 View commit details
    Browse the repository at this point in the history
  3. adjusted label layout

    Kaishiyoku committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ec07387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edc14e7 View commit details
    Browse the repository at this point in the history
  5. added navigation dropdown

    Kaishiyoku committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1bde314 View commit details
    Browse the repository at this point in the history
  6. get user data for layout

    Kaishiyoku committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3570ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c90932c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb3cb00 View commit details
    Browse the repository at this point in the history
  9. refactored code

    Kaishiyoku committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b16f013 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. refactored code

    Kaishiyoku committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c8f011d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6af55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c197d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c58bbe0 View commit details
    Browse the repository at this point in the history
  5. refactored code

    Kaishiyoku committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a091b93 View commit details
    Browse the repository at this point in the history
  6. renamed some files

    Kaishiyoku committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8ca2ad0 View commit details
    Browse the repository at this point in the history
  7. adjusted link stack styles

    Kaishiyoku committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fed1415 View commit details
    Browse the repository at this point in the history
  8. adjusted navigation styles

    Kaishiyoku committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7316700 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56084e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    e1cad3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31f286 View commit details
    Browse the repository at this point in the history
  3. refactored code

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e69b437 View commit details
    Browse the repository at this point in the history
  4. refactored code

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ebca2ee View commit details
    Browse the repository at this point in the history
  5. refactored code

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    929c77d View commit details
    Browse the repository at this point in the history
  6. added missing translation

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c821dd View commit details
    Browse the repository at this point in the history
  7. minor layout adjustments

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1610173 View commit details
    Browse the repository at this point in the history
  8. added mobile navigation

    Kaishiyoku committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9666149 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. adjusted routes

    Kaishiyoku committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0a70867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2bb21e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    5978200 View commit details
    Browse the repository at this point in the history
  2. added feed item cards

    Kaishiyoku committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f7955a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8bbd08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6caa6b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fixed feed item handling

    Kaishiyoku committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5888112 View commit details
    Browse the repository at this point in the history
  2. minor layout adjustments

    Kaishiyoku committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1eb2ce6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    8baf109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a8475 View commit details
    Browse the repository at this point in the history
  3. added user management page

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c2396fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1517a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a6f2f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fd6f90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d67c7e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f33e12 View commit details
    Browse the repository at this point in the history
  9. adjusted error page layout

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    018b591 View commit details
    Browse the repository at this point in the history
  10. adjusted table styles

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e29ec0b View commit details
    Browse the repository at this point in the history
  11. adjusted link stack styles

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cb543ee View commit details
    Browse the repository at this point in the history
  12. reorganized files

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9ee727d View commit details
    Browse the repository at this point in the history
  13. renamed request function

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    60da69b View commit details
    Browse the repository at this point in the history
  14. fixed ESLint warnings

    Kaishiyoku committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    03bb8aa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    1c4b841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4e64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5466cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dbbb37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d83031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e8823c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    146ae60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b42bba3 View commit details
    Browse the repository at this point in the history
  9. adjusted feed model casts

    Kaishiyoku committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4f9ab03 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e85c08 View commit details
    Browse the repository at this point in the history
  11. fixed UserController tests

    Kaishiyoku committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    12979d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d58a5f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99eb598 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fixed code style

    Kaishiyoku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c65b172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a17b5f View commit details
    Browse the repository at this point in the history
  3. fixed npm build

    Kaishiyoku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3c96ae3 View commit details
    Browse the repository at this point in the history
  4. adjusted vite.config.mjs

    Kaishiyoku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9179763 View commit details
    Browse the repository at this point in the history
  5. adjusted vite.config.mjs

    Kaishiyoku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b727151 View commit details
    Browse the repository at this point in the history
  6. adjusted app.tsx

    Kaishiyoku committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3d1f117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0deb7fb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f5f569f View commit details
    Browse the repository at this point in the history
  2. fixed "home" link

    Kaishiyoku committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bacaa8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10130c3 View commit details
    Browse the repository at this point in the history
  4. minor layout adjustments

    Kaishiyoku committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    353ed6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d51789b View commit details
    Browse the repository at this point in the history
  6. adjusted tests

    Kaishiyoku committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    54d24b4 View commit details
    Browse the repository at this point in the history