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

TTRN-678: Viteによる書き直し・リファクタ #14

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Jul 25, 2023

  1. refactor: use vite

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    81e664f View commit details
    Browse the repository at this point in the history
  2. remove: .eslintrc.cjs

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9d8e644 View commit details
    Browse the repository at this point in the history
  3. update: config

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ed07c2f View commit details
    Browse the repository at this point in the history
  4. update: index.css

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    374380b View commit details
    Browse the repository at this point in the history
  5. update: rewrite Header

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    68a10e2 View commit details
    Browse the repository at this point in the history
  6. refactor: rewrite login/logut

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    79af048 View commit details
    Browse the repository at this point in the history
  7. refactor: rewrite auth

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6682ff9 View commit details
    Browse the repository at this point in the history
  8. refactor: use createRoot()

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a1d442b View commit details
    Browse the repository at this point in the history
  9. remove: const.js

    3c1u committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cb100e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. rename: Header.module.css

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ebc5aff View commit details
    Browse the repository at this point in the history
  2. refactor: use reset css

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5d3f83f View commit details
    Browse the repository at this point in the history
  3. update: style

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    52f16ad View commit details
    Browse the repository at this point in the history
  4. add: sidebar mock

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5cd06c8 View commit details
    Browse the repository at this point in the history
  5. add: Inter font

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d8efc41 View commit details
    Browse the repository at this point in the history
  6. fix: specify fallback

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ff6dd0f View commit details
    Browse the repository at this point in the history
  7. fix: smaller height screen

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    191c2f6 View commit details
    Browse the repository at this point in the history
  8. update: add sidebar states

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6204207 View commit details
    Browse the repository at this point in the history
  9. fix: login and logout

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    05b49ec View commit details
    Browse the repository at this point in the history
  10. fix: layout

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6c73373 View commit details
    Browse the repository at this point in the history
  11. refactor: rewrite login/signup

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3803f84 View commit details
    Browse the repository at this point in the history
  12. fix: navigation

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a84a717 View commit details
    Browse the repository at this point in the history
  13. remove: header

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    19597a7 View commit details
    Browse the repository at this point in the history
  14. fix: top navigation

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2755842 View commit details
    Browse the repository at this point in the history
  15. fix: allow custom accent color

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    23e9521 View commit details
    Browse the repository at this point in the history
  16. add: list store

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    47f665b View commit details
    Browse the repository at this point in the history
  17. add: todo slice

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    25aa8c5 View commit details
    Browse the repository at this point in the history
  18. fix: remove unused variables

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e365007 View commit details
    Browse the repository at this point in the history
  19. update: create list using redux

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7a799ff View commit details
    Browse the repository at this point in the history
  20. fix: post login/logout

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9793eec View commit details
    Browse the repository at this point in the history
  21. fix: reroute

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3aea109 View commit details
    Browse the repository at this point in the history
  22. add: list index

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    26e6237 View commit details
    Browse the repository at this point in the history
  23. fix: loading

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8976d08 View commit details
    Browse the repository at this point in the history
  24. refactor: add autoComplete

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e7721dc View commit details
    Browse the repository at this point in the history
  25. update: add comments

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    24b6623 View commit details
    Browse the repository at this point in the history
  26. add: task item

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b16fd70 View commit details
    Browse the repository at this point in the history
  27. add: icons

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b74d17c View commit details
    Browse the repository at this point in the history
  28. fix: sidebar buttons

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2e90395 View commit details
    Browse the repository at this point in the history
  29. add: actions stub

    3c1u committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0515edc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix: remove loading guard

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f9bd6e1 View commit details
    Browse the repository at this point in the history
  2. update: edit list

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ecf5dde View commit details
    Browse the repository at this point in the history
  3. remove: old task creation

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    64c74c6 View commit details
    Browse the repository at this point in the history
  4. remove: index.css

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2ff09b2 View commit details
    Browse the repository at this point in the history
  5. add: TaskCreateForm

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    15fb844 View commit details
    Browse the repository at this point in the history
  6. fix: add focus ring

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    34a171a View commit details
    Browse the repository at this point in the history
  7. remove: trash

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5f26127 View commit details
    Browse the repository at this point in the history
  8. update: task complete

    3c1u committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5d9bbf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afa1d42 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add: task edit

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    49c0482 View commit details
    Browse the repository at this point in the history
  2. fix: infinite load

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    46bc0a5 View commit details
    Browse the repository at this point in the history
  3. refactor: todo -> task

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a8f0933 View commit details
    Browse the repository at this point in the history
  4. refactor: description -> detail

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    be67ebc View commit details
    Browse the repository at this point in the history
  5. fix: rename glitch

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4d223b6 View commit details
    Browse the repository at this point in the history
  6. refactor: use controlled form

    3c1u committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    156379e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: check token before fetch

    3c1u committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    47f043e View commit details
    Browse the repository at this point in the history
  2. fix: use normal css

    3c1u committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    87462a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: typo

    3c1u committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    87cfcec View commit details
    Browse the repository at this point in the history
  2. fix: downgrade react

    3c1u committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2e62f43 View commit details
    Browse the repository at this point in the history
  3. fix: downgrade react-router

    3c1u committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c82f18b View commit details
    Browse the repository at this point in the history