BrianKDav
(Brian Davidson)
February 7, 2024, 8:13am
1
I really appreciate Local Todo List, and am using it in several contexts. But it has an annoying issue. When I’m shopping with it and check off something I put in the cart, the app scrolls down to follow the item to where it sits in the checked items. This forces me to scroll back up to the items I have not yet put in my cart. Can the behavior be changed so it stays put in the list? It can be annoying when the list is large and/or has a lot of items checked already. Our shopping list has 75 items to choose from and it takes a lot of swipes to get back up to the top.
tom_l
February 7, 2024, 8:19am
2
This is fixed in tomorrow’s release.
home-assistant:dev
← home-assistant:adjust-check-behavior-for-todo-list
opened 04:58PM - 19 Jan 24 UTC
## Proposed change
No longer follows the focus to the checked item, but keeps t… he focus at the same place (when using the keyboard).
Also places everything in 1 list so you can navigate with the up down arrows from the unchecked to the checked items.
## Type of change
<!--
What type of change does your PR introduce to the Home Assistant frontend?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New feature (thank you!)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example configuration
<!--
Supplying a configuration snippet, makes it easier for a maintainer to test
your PR.
-->
```yaml
```
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- This PR fixes or closes issue: fixes #
- This PR is related to issue or discussion:
- Link to documentation pull request:
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [ ] The code change is tested and works locally.
- [ ] There is no commented out code in this PR.
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
<!--
Thank you for contributing <3
-->
[docs-repository]: https://github.com/home-assistant/home-assistant.io
BrianKDav
(Brian Davidson)
February 7, 2024, 8:22am
3
Thank you! I will watch for the update.