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

Added new design for animated dialogs (Drawers) and Check items #2836

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

iiLubos
Copy link
Contributor

@iiLubos iiLubos commented Oct 6, 2023

Dialogs
checks

Dialog use:
MMDrawer {
picture: Style.image
title: "Title"
description: "Description"
boundedDescription: "Description in rectangle"
specialComponent: Item { }
primaryButton: "Main Button"
secondaryButton: "2nd Button"
}

Check items use:
MMCheckBox { checked: false; enabled: true }
MMRadioButton { text: "title"; enabled: true; checked: false }
MMSwitch { textOn: "ON"; textOff: "OFF"; checked: false }

@PeterPetrik PeterPetrik added the FROZEN 🥶 do not merge before upcoming release label Oct 6, 2023
@PeterPetrik PeterPetrik merged commit ca22a64 into master Oct 11, 2023
13 checks passed
@PeterPetrik PeterPetrik deleted the master_redesign-dialogs branch October 11, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FROZEN 🥶 do not merge before upcoming release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants