WofWca
WofWca
[Feature Request] Saving battery with Kindness mode on: only enable once a day until we get a client
**Is your feature request related to a problem? Please describe.** Currently the Kindness mode requires that the Orbot app is always active. I don't know much about Android, but AFAIK...
Make the tabs list scrollable instead of expanding the entire gallery view
Most of the commits are independent, thus they can be reviewed and merged / cherry-picked separately. I have tried to make sure to not introduce UI / style regressions. Things...
https://github.com/user-attachments/assets/b43fb2c6-4c04-4080-ba15-7e644114c8d1 Implements the "roving tabindex" approach: https://developer.mozilla.org/en-US/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets#technique_1_roving_tabindex. Supersedes https://github.com/deltachat/deltachat-desktop/pull/4211. This improves things, but the UX as a whole is not great yet: - The tab order is such that the...
`delete-button-container` was removed in ec6f12e4bd751. `message-content` was removed in a9313d00c892. `message-container` was removed in 75b2c1b4830dc.
- Delta Chat Version: Desktop 1.46.8 - Expected behavior: Pressing "Tab" inside the search field moves focus to the chat list - Actual behavior: Pressing "Tab" inside the search field...
TODO: - [ ] Test it and see if it gets stuck often enough for it to be critical. I have seen it happen a few times. Maybe for 1...
on narrower screens. Before:  After: https://github.com/user-attachments/assets/6af0ae0f-3249-43aa-b02b-02d6cf1467d9
Don't scroll the message list if the message is already visible.
Having read https://react.dev/learn/you-might-not-need-an-effect#adjusting-some-state-when-a-prop-changes, I think we might be overusing `useEffect` to detect prop/state changes. I'm not a huge React expert, but I would like to ask if these changes make...