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

fixed #13867 tournament requirements styling #14019

Merged
merged 7 commits into from
Nov 19, 2023
Merged

fixed #13867 tournament requirements styling #14019

merged 7 commits into from
Nov 19, 2023

Commits on Nov 16, 2023

  1. fixed #13867 tournament requirements styling

    If a tournament is finished, the requirements should still be listed but without the styling to see if the conditions are met or not.
    
    This fixes #13867
    DJoepie committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2c94fb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    3aa967b View commit details
    Browse the repository at this point in the history
  2. Cleaned up tournament.isStarted check

    After a review, made the one-liner cleaner by just passing the !tour.isFinished into the `relevant` flag.
    DJoepie committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3f07843 View commit details
    Browse the repository at this point in the history
  3. Removes conditional formatting Swiss requirements

    This commit removes the conditional formatting for Swiss tournament requirements in the same way it was done for regular tournaments.
    
    This is done by passing !Swiss.isFinished into the `relevant` flag when rendering the verdicts.
    DJoepie committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6348751 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge branch 'master' into fix-issue-13867

    * master:
      remove superfluous account CSS classes, some scala tweaks
      show completed game result in blind mode
      fix typo
      prettierignore readme and add -n short arg for --no-install
      remove unnecessary tsc flag
      fix insight & chart tsc deps
      use pnpm again
      remove npm package-lock and old config file template
      handle package.json change
      Fix cli search for mobile
      Update scalafmt-core to 3.7.17
      Update lettuce-core to 6.3.0.RELEASE
      fixing
      remove duplicated quotes
      css
      add tag id and link
    ornicar committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f6edd77 View commit details
    Browse the repository at this point in the history
  2. use Tournament.isEnterable

    ornicar committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    36bbda4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a880bb View commit details
    Browse the repository at this point in the history