Aria Desires
Aria Desires
@tbu- I've pushed up a dummy repo you can make a PR against. https://github.com/contain-rs/linear-map Check out https://github.com/contain-rs/blist for an example migration (basically just copy the src file to be lib.rs,...
I've also pushed a dummy repo for string-joiner and set up (I think) the last of the gh-pages and travis stuff.
Whoops, string-joiner still hasn't been migrated!
for anyone struggling with this, you can hack around it by calling ui.separator() somewhere in the side-panel (works inside the scroll our outside the scroll)
Has anyone started on the actual title issue? Do we have any specs for how behaviour should change? From what I've skimmed we're shooting for: - permanent preview/fullscreen buttons on...
Any idea how mobile handles fullscreen anything? On desktop it lets you exit with ESC, how does that work on other devices? If there is a convention, I think we...
Ah, okay. Is faux-screen implemented yet, or is that a sub-issue of this one?
How do you feel about a config option "showChrome": - true (always show) - false (never show) - "autohide" (default behaviour) This way, at very least users can be smarter...
Actually, I guess we could also just make "always" be an option for the individual buttons?
I think with the chrome autohiding, you really want an all or nothing, so yeah I agree with you that the former is better.