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

Fix tags #1384

Merged
merged 7 commits into from
Sep 13, 2024
Merged

Fix tags #1384

merged 7 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. add: StatusLabel component into common components

    - our StatusLabel extends the HDS StatusLabel, to also handle the
      “draft” type - and uses tilavaraus colour-scheme
    vincit-matu authored and joonatank committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    674b829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7e759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a2275 View commit details
    Browse the repository at this point in the history
  4. fix: replace ReservationUnit Tags with StatusLabel

    - removes isArchived as unnecessary
    vincit-matu authored and joonatank committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3e6b9d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c144e View commit details
    Browse the repository at this point in the history
  6. fix: search tags

    - add unique id’s to the search result status tags
    - add unique id’s to the admin ui search filter tags
    - make the tag id for the next available time unique (status-
      tag-#pk)
    - refactor deprecated Tag attribute deleteButtonAriaLabel to just
      plain aria-label
    vincit-matu authored and joonatank committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4e7a038 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bc01c4 View commit details
    Browse the repository at this point in the history