Skip to content

Conversation

@BingeCode
Copy link
Collaborator

Description

Closes #5544

Changelog

  • Relocated Hotkey Toggle (including the Hotkey Cheat Sheet link) from Participant Settings to Board Settings
  • Reversed order of label/icon in the "Delete Board" icon button

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Visual Changes

Before/After Profile Settings

image image

Before/After Board Settings

image image

@github-actions
Copy link

The deployment to the dev cluster was successful. You can find the deployment here: https://5552.development.scrumlr.fra.ics.inovex.io
This deployment is only for testing purposes and will be deleted after 1 week.
To redeploy rerun the workflow.
DO NOT STORE IMPORTANT DATA ON THIS DEPLOYMENT

Deployed Images
  • ghcr.io/inovex/scrumlr.io/scrumlr-frontend:sha-4da8ac5

  • ghcr.io/inovex/scrumlr.io/scrumlr-server:sha-4da8ac5

<button
aria-label={label}
className={classNames("settings-option-button", {"settings-option-button--disabled": disabled}, className)}
className={classNames("settings-option-button", {"settings-option-button--disabled": disabled}, {"settings-option-button-reverse-order": reverseOrder}, className)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nitpicky but the class name suffix should be --reverse-order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hotkey settings relocation and Board Settings adjustment

3 participants