WofWca

Results 297 issues of WofWca

**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...

enhancement

Make the tabs list scrollable instead of expanding the entire gallery view

bug
ui/ux
polish

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...

accessibility

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.

refactor

- 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...

refactor
ui/ux
accessibility

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: ![image](https://github.com/user-attachments/assets/fc60a668-f0f9-4ef3-8c64-185f369c9cb0) After: https://github.com/user-attachments/assets/6af0ae0f-3249-43aa-b02b-02d6cf1467d9

bug
ui/ux

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...

performance