arkon

Results 201 comments of arkon

PRs for corrected dppx values would be appreciated!

Probably just portrait for phones and whatever orientation is typical for other devices (e.g. a Nexus 10 would be landscape, but an iPad would be portrait).

> This crash issue may be caused by the slow network. That would be my assumption after seeing `java.net.SocketTimeoutException: failed to connect to listen.moe/172.67.201.252 (port 443) after 30000ms`. Does it...

Awesome! It'd be great if this was broken up into multiple PRs for the different features though.

NTS: need to figure out how this will be incorporated with different modes, and also whether we should handle swipe to open as well.

This is due to a workaround for the sidebar being visible on initial load, which basically turns off `animate` on load and re-enables it once it's triggered to be opened/closed...

There's output events that tell you when the sidebar has opened or closed, so you probably don't need to intercept the click on the backdrop.

I think this is related to #102. The content component uses some weird absolute positioning to make certain things possible, so it doesn't play friendly with fixed divs. There's no...

This is sort of related to #1, which I wanted to do but it's pretty complicated with how complex the component's become. 😅

I honestly can't see why any of those changes would affect it either...