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

Deprecated MDCheckList and Checkbox #86

Merged
merged 4 commits into from
Mar 30, 2023
Merged

Deprecated MDCheckList and Checkbox #86

merged 4 commits into from
Mar 30, 2023

Conversation

jrg94
Copy link
Member

@jrg94 jrg94 commented Mar 30, 2023

These are nice features, but they didn't really fit the overall structure I was going for in the original design. I'm not against the idea of having these special case inherited components, but I find having a single InlineText and a single MDList object as preferable to a more complex hierarchy.

Also, I never really liked the CheckBox as an InlineText object. It's not like the object can be used in other places outside of lists, so it seemed weird to use it like one.

Fixes #85

@jrg94 jrg94 requested a review from a team March 30, 2023 21:51
@jrg94 jrg94 self-assigned this Mar 30, 2023
@jrg94 jrg94 added the enhancement New feature or request label Mar 30, 2023
@jrg94 jrg94 merged commit 1ec2ba4 into main Mar 30, 2023
@jrg94 jrg94 deleted the mdlist branch March 30, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate the checkbox and checklist classes into MDList
1 participant