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

Small fixes for tags #52

Merged
merged 5 commits into from
Jul 5, 2023
Merged

Small fixes for tags #52

merged 5 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Fix tags color in light theme

    Now the text won't become black and difficult to read but it stays white.
    JJ-8 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7591956 View commit details
    Browse the repository at this point in the history
  2. Add CTFd tags to importer

    Now we also add any tags that are in the import JSON since CTFNote
    now supports tags too!
    JJ-8 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    75165f5 View commit details
    Browse the repository at this point in the history
  3. Fix task hashing during import

    The tags can be in a different order which fails the detection.
    Now we sort them and force lower case to make it resulting in the same
    hash even if the tags are in a different order or contains uppercase letters.
    JJ-8 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a69274a View commit details
    Browse the repository at this point in the history
  4. Force menu behavior

    Otherwise you can't close the menu on mobile after you entered your
    custom tag.
    JJ-8 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a160adb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f6f061 View commit details
    Browse the repository at this point in the history