Skip to content

Conversation

@Simon-Laux
Copy link
Contributor

@Simon-Laux Simon-Laux commented Dec 25, 2025

like described in #7630 (comment)

classical account (with legacy option mvbox)

image image

multi transport

image image

@r10s
Copy link
Contributor

r10s commented Dec 25, 2025

nice!

for the layout:

  • the empty line to divide relays should always be there, unconditionally.
    this makes the layout easier to follow if only parts cannot connect, and it will also result in less bumping on flaky network

  • the "green" color of the progress bar is now irritating as mixed with green/yellow/red connected/connecting/disconnected lights.
    just use a neutral grey there, #808080, which will fit in darkmode as well as in lightmode

@iequidoo
Copy link
Collaborator

iequidoo commented Dec 26, 2025

Do we really need these usage progress bars? Usually percentage is important, so maybe just display smth like 12.3% of 100 MiB used? It's not hard to multiply two numbers if usage in bytes is needed. Just a suggestion, the current layout looks good too

@Simon-Laux Simon-Laux requested review from Hocuri, link2xt and r10s January 8, 2026 22:53
if folder == &FolderMeaning::Inbox {
ret += &*domain_escaped;
} else {
ret += &*escaper::encode_minimal(&foldername);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe prepend '/' so that it's clear it's a folder and not a domain? Will be shown as "/DeltaChat" then which is less confusing being next to e.g. "merlinux.eu"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be also confusing when you have multiple accounts on the same relay, because it only shows domain.
either way these are edge-cases and I think they should not block this pr, we can do a follow-up pr if changes become necessary.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having multiple accounts on the same relay isn't a common case i think, but having DeltaChat folder is still the case for non-chatmail.

Multiple accounts on the same relay are useful though if your free space is low. You can periodically switch the primary transport to get more free space.

@Simon-Laux Simon-Laux changed the title feat: connenctivity view: move quota up and combine with IMAP state. feat: connectivity view: move quota up and combine with IMAP state. Jan 9, 2026
@Simon-Laux Simon-Laux merged commit 1383e79 into main Jan 9, 2026
55 of 56 checks passed
@Simon-Laux Simon-Laux deleted the simon/feat-condense-connectivity-view-ui branch January 9, 2026 17:21
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

Successfully merging this pull request may close these issues.

4 participants