-
Notifications
You must be signed in to change notification settings - Fork 1
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
ability to edit a saved list #25
Comments
state:
read view: only show saved questions (from indexeddb) |
moved to #48 (enhance)
|
cur behavior:
|
the logic was implemented but think it should be a little more thoroughly tested before pushing and also updating the demo |
* fix: #25; add viewState, add renderEditQuestions(), add handleViewMenu(), placeholder isChecked() * fix: #25; update renderEditQuestions() and isChecked(); but handling checkbox click events is broken * fix: #25; updated componentDidUpdate() and isChecked() to get question checked status more consistently * fix: #25; update handleSaveButton(e) to use existing key and update indexeddb * fix: #25; add getCategoriesList(), shortCategory(categ) helpers * fix: #25; cleanup and update render() to get latest saved questions more dynamically * cleanup: #25
status: pushed latest to surge
|
seems to pass basic manual tests
|
think this requires
The text was updated successfully, but these errors were encountered: