Live data from Hacker News

Thunderbird: Fluent Windows 11 Design

github.com

71–80 of 156 posts

Re: Thunderbird: Fluent Windows 11 Design

#71
post #23

Love the theme. Now if only Thunderbird weren’t a clunky POS. I’ve lost track of how many times I’ve given it another chance after people swear “it’s really better now” again. Still refuses to follow chosen settings for how much mail data to download/store locally (it always eventually downloads everything).

Why oh why can't the search default to "view as list" weeps

Re: Thunderbird: Fluent Windows 11 Design

#72
post #65

Earlier quoted context omitted.

just tried installing it in case last time I tried it >5 years ago was during the "rough". I was impressed that it correctly inferred the IMAP and SMTP settings for my custom domain name, but after using it for ~30 seconds random old emails started appearing at the top of the email list, above my latest emails. Maybe I'll try again in another 5 years. edit: someone thinks i didn't wait for imap to finish. I did. My l…

Or just maybe click the arrow to sort by date ?

I'm going to be controversial and say that if sorting by date isn't the default in an email client, it's a broken client.

That's beyond just breaking "Have sensible defaults", and is well into, "Your defaults are broken".

Re: Thunderbird: Fluent Windows 11 Design

#73
Do the people who style their app actually use their app on a daily basis for long amount of time ? It seems to me the basic design of app are often the best for eye fatigue, frequent usage, recognizing which information is where fast, contrast, low margin / good usage of space etc. The current design of Thunderbird is not pretty, but it's effective. I used Thunderbird everyday for 10+ years with 100k+ emails in 10+ email boxes, never once did I think about changing the design

Re: Thunderbird: Fluent Windows 11 Design

#74
post #4
post #2

I understand that search bar position is not changeable by theming, it's a Thunderbird team's decision, but it irks me to see it take up so much premium space. It was the same with browsers, it took many years and iterations to get where we are now (tabs on top, no wasted space) and I think those lessons should be carried over.

> where we are now (tabs on top, no wasted space) Tabs at the top is wasted space, I much prefer my tabs on the side instead, as most web content is taller than it is wide, and I have a widescreen monitor. I understand the choice of tabs on top when 640x480 was the most common resolution, but for desktop usage today? Tabs on top seems like an outdated layout choice.

Options are good. I hate having tabs or other controls vertically on the side. I like them at the top. There's no reason we can't both be happy.

Re: Thunderbird: Fluent Windows 11 Design

#75

> Also, note that some areas of ThunderBird are rendered outside of the influence of userChrome.css in a "Shadow DOM" - as such, it is not possible to fully theme all elements of Thunderbird. With some limitations it is possible to restyle Shadow DOM elements. It is just a lot harder to select the right element if it is inside a shadow dom. I found a workaround (don't remember where I found it) which I use extensivel…

Would it be possible to make a PostCSS plugin for this?

Don't know what exactly PostCSS is but with a JavaScript addon it would probably be wiser to inject the custom css directly into the shadow dom instance if possible and avoiding such hacks.

Also, by the way, when JavaScript addons get involved: userChrome.css is applied quite unfortunate in the css cascade. It gets low priority that is why they are usually full of !important rules. With JavaScript it is possible to add custom css instead as so called author stylesheet which makes it easier to override default styles. (never tried it myself)

https://old.reddit.com/r/FirefoxCSS/comments/msoqte/how_can_...

Re: Thunderbird: Fluent Windows 11 Design

#77
post #4
post #2

I understand that search bar position is not changeable by theming, it's a Thunderbird team's decision, but it irks me to see it take up so much premium space. It was the same with browsers, it took many years and iterations to get where we are now (tabs on top, no wasted space) and I think those lessons should be carried over.

> where we are now (tabs on top, no wasted space) Tabs at the top is wasted space, I much prefer my tabs on the side instead, as most web content is taller than it is wide, and I have a widescreen monitor. I understand the choice of tabs on top when 640x480 was the most common resolution, but for desktop usage today? Tabs on top seems like an outdated layout choice.

Horizontal space is still a premium regardless of monitor size when designing/building for responsive viewports. Vertical space is almost zero cost in terms of design constraints.

Even on large monitors you'd be surprised the number of people at 150% zoom with small windows opened instead of fullscreen.

Re: Thunderbird: Fluent Windows 11 Design

#78

> Also, note that some areas of ThunderBird are rendered outside of the influence of userChrome.css in a "Shadow DOM" - as such, it is not possible to fully theme all elements of Thunderbird. With some limitations it is possible to restyle Shadow DOM elements. It is just a lot harder to select the right element if it is inside a shadow dom. I found a workaround (don't remember where I found it) which I use extensivel…

Also

> it is also not possible to theme the settings areas.

I don't see a reason why this should not work. If by settings area the author means the settings page which in modern Thunderbird is more or less a web page in the content area, it should be stylable with userContent.css instead of userChrome.css.

The hard part is to find the right @-moz-document selectors for each individual content page.

Re: Thunderbird: Fluent Windows 11 Design

#79
post #73

Do the people who style their app actually use their app on a daily basis for long amount of time ? It seems to me the basic design of app are often the best for eye fatigue, frequent usage, recognizing which information is where fast, contrast, low margin / good usage of space etc. The current design of Thunderbird is not pretty, but it's effective. I used Thunderbird everyday for 10+ years with 100k+ emails in 10+…

> It seems to me the basic design of app are often the best

Considering the plethora of options, I'd say it's impossible to say what is better until an alternative is tried. And then you can only say that particular alternative is not better than basic, but you still can't say basic is best.

People that style their apps try many alternatives, and often find things that work better than basic for them.

Re: Thunderbird: Fluent Windows 11 Design

#80
post #74
post #4

Earlier quoted context omitted.

> where we are now (tabs on top, no wasted space) Tabs at the top is wasted space, I much prefer my tabs on the side instead, as most web content is taller than it is wide, and I have a widescreen monitor. I understand the choice of tabs on top when 640x480 was the most common resolution, but for desktop usage today? Tabs on top seems like an outdated layout choice.

Options are good. I hate having tabs or other controls vertically on the side. I like them at the top. There's no reason we can't both be happy.

Yeah this. What should irk about search bar is cannot be moved. The static nature of UI these days stinks when back in the day we aimed for more composable user facing apps. Mod games by dumping a model file in a dir; boomed recomposed the experience.

Now it’s all micro transactions so an MBA doesn’t have to work anymore.

Now those are power user and dev tools and users get what they decided was the just right info dense or sparse design.

Post reply on HN