Skip to content
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

Account Sidebar: Further Steps #3671

Open
8 of 14 tasks
Simon-Laux opened this issue Feb 8, 2024 · 2 comments
Open
8 of 14 tasks

Account Sidebar: Further Steps #3671

Simon-Laux opened this issue Feb 8, 2024 · 2 comments

Comments

@Simon-Laux
Copy link
Member

Simon-Laux commented Feb 8, 2024

Beyond 1.44

  • on open: scroll currently active account into view
  • core: set sync for single accounts feat: disable background io per account, available apis in rust and jsonrpc deltachat-core-rust#5314
  • core: mute accounts? (notification is handled by ui so this would probably just store the setting/option and if we allow time based then revert once the mute time is over?) -> rather "ui.*" setting
  • core: Drag and Drop to reorder accounts, needs core support to store position somehow
  • indicators on top and bottom if there are unread accounts out of screen
  • core: ensure there are core events for all cases where the account list is updated to remove the window.__updateAccountListSidebar hack

nice to have

  • Find an even better background image for account deletion
@Simon-Laux Simon-Laux mentioned this issue Feb 8, 2024
44 tasks
@farooqkz
Copy link
Collaborator

farooqkz commented Mar 1, 2024

Regarding, this:

Drag and Drop to reorder accounts, needs core support to store position somehow

Doesn't core already support some mechanism of saving data no matter what?

@Simon-Laux
Copy link
Member Author

Simon-Laux commented Mar 1, 2024

Doesn't core already support some mechanism of saving data no matter what?

there are custom ui.* config keys per account, but not per account manager, yet. Also this needs some thinking about how to store positions smartly to not introduce bug where accounts are hidden/missing, maybe seeking of priority number for each account or if we store an order array, then only take it as suggestion and display missing accounts at the end or sth like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants