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

Add ESLint linting and other refactoring #29

Merged
merged 76 commits into from
Oct 31, 2023
Merged

Add ESLint linting and other refactoring #29

merged 76 commits into from
Oct 31, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    6278f22 View commit details
    Browse the repository at this point in the history
  2. first batch of fixes

    Dyskal committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6de1766 View commit details
    Browse the repository at this point in the history
  3. clearing partner

    ShiroUsagi-san committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3549070 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7379b1f View commit details
    Browse the repository at this point in the history
  5. second batch of linting

    Dyskal committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6d84a05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfd4714 View commit details
    Browse the repository at this point in the history
  7. fixing typo

    ShiroUsagi-san committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a6c590d View commit details
    Browse the repository at this point in the history
  8. Fix footer and lint Me.vue

    KwikKill committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2c5472f View commit details
    Browse the repository at this point in the history
  9. move style to correct location

    Dyskal committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4fdf7cd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Lint Tournaments views

    KwikKill committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f55bd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4390e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    be90c78 View commit details
    Browse the repository at this point in the history
  2. lint Footer.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    62ed343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1eb41 View commit details
    Browse the repository at this point in the history
  4. partial clean Navigation.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    738cd24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18fd910 View commit details
    Browse the repository at this point in the history
  6. partial clean FormField.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9c735f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3414c6 View commit details
    Browse the repository at this point in the history
  8. lint TeamCard.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    188459d View commit details
    Browse the repository at this point in the history
  9. lint Toast.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a36bf53 View commit details
    Browse the repository at this point in the history
  10. lint TournamentCard.vue

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dc956a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de5bcc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50b8628 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a0a671 View commit details
    Browse the repository at this point in the history
  14. fix typo

    istar410 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2dd9848 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    31d9383 View commit details
    Browse the repository at this point in the history
  16. cms

    floflo0 authored and ShiroUsagi-san committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bedeec1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f0b510 View commit details
    Browse the repository at this point in the history
  18. fixing linting

    ShiroUsagi-san committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f06c398 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. lint tournament store

    istar410 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c312ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1674edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef20913 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. moar linting

    ShiroUsagi-san committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e302f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1d467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    febfc83 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4ed1703 View commit details
    Browse the repository at this point in the history
  5. fix minor issues

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    25812c2 View commit details
    Browse the repository at this point in the history
  6. moar linting

    ShiroUsagi-san committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5d4336c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daff5b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b77e03e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1e22f1 View commit details
    Browse the repository at this point in the history
  10. refactor tournament view on home page

    Handle the case when there is no tournament to display and
    move it to a new component with async fetch handling
    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1adcd99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0fd630 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d8247b View commit details
    Browse the repository at this point in the history
  13. fix some ts types

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1816622 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fff0a9e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0ed4b9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    122da0a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    896d4cc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7b7e603 View commit details
    Browse the repository at this point in the history
  19. fix tournamentCard and Home

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    bf1122c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2dd0af5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    50d7789 View commit details
    Browse the repository at this point in the history
  22. fix form layout

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1441b0b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ce1b1b0 View commit details
    Browse the repository at this point in the history
  24. fix tailwind form style

    istar410 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5bce9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    306523b View commit details
    Browse the repository at this point in the history
  2. fix typing patch_user errors

    istar410 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ea9d777 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    f97eba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e82b19 View commit details
    Browse the repository at this point in the history
  3. fixing typo

    ShiroUsagi-san committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7d47453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a855078 View commit details
    Browse the repository at this point in the history
  5. minor fixes TournamentDetail

    istar410 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    779ca72 View commit details
    Browse the repository at this point in the history
  6. fix formating

    istar410 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    354ce7f View commit details
    Browse the repository at this point in the history
  7. fix typo

    istar410 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ddae753 View commit details
    Browse the repository at this point in the history
  8. fix models

    Dyskal committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    de28cec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bd2faa View commit details
    Browse the repository at this point in the history
  10. adding Map component

    ShiroUsagi-san committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ee75d0c View commit details
    Browse the repository at this point in the history
  11. cleaning code

    ShiroUsagi-san committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    25e57d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eaa8084 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. adding nesting css

    ShiroUsagi-san committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    77321b1 View commit details
    Browse the repository at this point in the history
  2. refactor tournament.store

    istar410 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dd38812 View commit details
    Browse the repository at this point in the history
  3. fix eslint errors

    istar410 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f694962 View commit details
    Browse the repository at this point in the history
  4. fix last issues

    istar410 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    db0e51b View commit details
    Browse the repository at this point in the history
  5. fix eslint errors

    istar410 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bf6bfe9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #41 from InsaLan/tournament-refactor

    refactor tournament.store
    istar410 authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0be27d1 View commit details
    Browse the repository at this point in the history