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 access key to button #5482

Merged

Conversation

sdvg
Copy link
Member

@sdvg sdvg commented Oct 26, 2023

No description provided.

@sdvg sdvg linked an issue Oct 26, 2023 that may be closed by this pull request
2 tasks
…ure-shotcuts-buchstabe-hinter-label-anzeigen

* 'develop' of github.com:public-ui/kolibri:
  restore: toast readme for documentation
  v2.0.0-rc.4
  Update snapshots
  Remove KolToast from designer entirely
  Rename component
  Fix typo
  Replace remaining KOL-TOAST usages
  Update desy themes
  Add readme changes
  Fix bzst toast theme
  Remove more unused code
  Remove unused exports
  Add missing theme changes
  Toast Service: Convert Toast component to internal functional component and allow render function instead of description string
@sdvg sdvg marked this pull request as ready for review October 26, 2023 09:47
@sdvg sdvg marked this pull request as draft October 26, 2023 10:00
@sdvg sdvg marked this pull request as ready for review October 26, 2023 11:36
label: string;
accessKey: string;
};
export const InternalUnderlinedAccessKey = ({ label, accessKey }: Props) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Was passiert, wenn der Access-Key nicht im Label-Text enthalten ist?

@@ -75,8 +93,14 @@ export class KolSpanWc implements API {
_hideLabel: false,
_icons: {},
_label: '', // ⚠ required
_accessKey: '',
Copy link
Contributor

Choose a reason for hiding this comment

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

Sollten wir undefined lassen?!

Copy link
Member Author

Choose a reason for hiding this comment

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

erledigt

@@ -163,11 +169,17 @@ export class KolTooltip implements API {
@Prop() public _label!: LabelPropType;

@State() public state: States = {
_accessKey: '',
Copy link
Contributor

Choose a reason for hiding this comment

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

Sollten wir undefined lassen?!

Copy link
Member Author

Choose a reason for hiding this comment

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

erledigt

@deleonio deleonio merged commit 523609b into develop Oct 27, 2023
2 checks passed
@deleonio deleonio deleted the 5392-feature-shotcuts-buchstabe-hinter-label-anzeigen branch October 27, 2023 07:21
@github-actions github-actions bot locked and limited conversation to collaborators Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🛹 Feature: Shotcuts Buchstabe hinter Label anzeigen
2 participants