-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
Adds checkboxes with localStorage for checklist items #1025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really great start. What I would like to do before merging is to move the checkbox out of the details
element and place it before it.
The reason for this being that the checkbox cannot be navigated to, or interacted with via keyboard controls—the existing details element overrides it.
Aah. Makes sense. |
So as suggested I have moved the checkbox and out of the details element. It should be navigable with keyboard. I am not 100% sure what the best way would be or in case you would want some design modifications based on these changes. |
That's good to know. I'm a little busy until the weekend, but would you like to asynchronously pair on it? I figure I could take a shot at some of the design-related issues. |
Sure!! Is there a channel somewhere to communicate, or do you prefer GitHub comments? |
Great! I think GitHub comments would work. I'll tag you either here on in the review code for the parts I shift around. |
@SaptakS This weekend turned out to be a little busier than expected. Hoping to get something up for you to check out sooner than later. |
@ericwbailey no problem. :) |
@SaptakS I just pushed up my changes, but I think it was accidentally to the This is admittedly something I don't do that often, so I'll ask a friend for some help getting my changes incorporated into your repo tomorrow. As for changes, here's the high level notes:
|
I can actually fix this. The only thing is there are quite some merge conflicts (in both my commits and yours) with main. So I am trying to rebase properly. I will then try to push if everything looks okay |
f02b550
to
9ad1c26
Compare
@ericwbailey okay. I have rebased on both main and your branch to include all your changes in this PR. So it should be good to go for review. |
Also thanks for this link. This is awesome! |
@SaptakS Absolutely amazing. Thank you so much 🎉 |
Fixes #942