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

Replace moment with dayjs #237

Merged
merged 16 commits into from
Sep 23, 2024
Merged

Commits on Sep 14, 2024

  1. Replace axios with fetch api

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6359dbb View commit details
    Browse the repository at this point in the history
  2. Remove useless Http methods

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    108edfe View commit details
    Browse the repository at this point in the history
  3. Back style

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8b4cbb6 View commit details
    Browse the repository at this point in the history
  4. Add empty line in the end of files

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a26b814 View commit details
    Browse the repository at this point in the history
  5. Change to one-line expression

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    71e8421 View commit details
    Browse the repository at this point in the history
  6. Replace moment with dayjs

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e0fcb86 View commit details
    Browse the repository at this point in the history
  7. Add isBetween plugin

    Oleksii Hlavatskyi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    147d7b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Remove async await in unnecessary places

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8e4a9bc View commit details
    Browse the repository at this point in the history
  2. Rename method and replace tab with 2 spaces instead 4

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    106fec8 View commit details
    Browse the repository at this point in the history
  3. Move dayjs.extend to index.tsx

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fb61e03 View commit details
    Browse the repository at this point in the history
  4. Fix date operating in examSchedule

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8baae2a View commit details
    Browse the repository at this point in the history
  5. Remove extraspaces in timeDivider

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    26e8daf View commit details
    Browse the repository at this point in the history
  6. Move formatting before findIndex

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6dcc3e6 View commit details
    Browse the repository at this point in the history
  7. Rename param in fetchWrapper

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8cb9a4d View commit details
    Browse the repository at this point in the history
  8. Remove try-catch in fetchWrapper

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    895b66a View commit details
    Browse the repository at this point in the history
  9. Rename createDateTimeFromHoursAndMinutes to parseTime

    Oleksii Hlavatskyi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9901426 View commit details
    Browse the repository at this point in the history