Reuben Turner

Results 124 comments of Reuben Turner

@whiplashoo I've experimented a bit with this but there are some oddities: 1. Should the selection of a disclosure item result in the de-selection of the currently selected sidebar item?...

Okay I figured out the color issue! Our example is using an `Icon`, not a `MacosIcon`, so the color wasn't being respected. Questions remain about the behavior of the disclosure...

Hello @agostinofiscale! Thanks for the feature request. Yes, this is certainly an improvement that should be made. Currently, `SidebarItems` builds one ListView. Perhaps it would be prudent to make `Sidebar`...

This is an interesting one...I'm guessing it has to do with how we render the disclosure items: ```dart children: widget.item.disclosureItems!.map((item) { return Padding( padding: EdgeInsets.only( left: 24.0 + theme.visualDensity.horizontal, ),...

Also, @slewallen, according to Apple's Human Interface Guidelines there should be no more than two levels of hierarchy in a sidebar. The behavior in Apple's Mail app obviously contradicts this,...

Fascinating!! I will take a close look at this either this evening or tomorrow. Thank you!

@whiplashoo I've just experimented with the touchable and I was unable to achieve any results :/

Yeah it's quite a challenge. I'm really not sure what to do :/ On a more concerning note, I found several bugs with the actual time. I'll log those when...