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

UI & a11y updates for the title bar icon buttons #50

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

lesleyjanenorton
Copy link
Member

Screen.Recording.2024-09-02.at.2.49.27.PM.mov

- Makes the back button an 'mz-iconlink'
- Adds ghost-btn styling to both the settings and back buttons
src/components/iconbutton.js Outdated Show resolved Hide resolved
url: this.href,
});
break;
case "go-back":
Copy link
Collaborator

@strseb strseb Sep 3, 2024

Choose a reason for hiding this comment

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

Wondering if we need a custom event vs just setting href to null, (checking that in onclick) and just have the parent component have an @click=${goBack()} listener. That way it acts similar to an imho

Copy link
Collaborator

@strseb strseb left a comment

Choose a reason for hiding this comment

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

r+wc

@lesleyjanenorton lesleyjanenorton merged commit 3581830 into main Sep 3, 2024
5 checks passed
@lesleyjanenorton lesleyjanenorton deleted the button-adjustments branch September 3, 2024 19:33
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.

2 participants