kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev
_whitelogger has joined #sandstorm
mokomull has quit [Quit: insert default quit message here]
mokomull has joined #sandstorm
Mitar has quit [Ping timeout: 240 seconds]
kentonv has quit [Ping timeout: 240 seconds]
Mitar has joined #sandstorm
mokomull has quit [Ping timeout: 264 seconds]
mokomull has joined #sandstorm
TimMc has quit [Ping timeout: 256 seconds]
TimMc has joined #sandstorm
limbo has quit [Ping timeout: 244 seconds]
limbo has joined #sandstorm
kentonv has joined #sandstorm
strugee has joined #sandstorm
kentonv has quit [Ping timeout: 264 seconds]
kentonv has joined #sandstorm
<JacobWeisz[m]> Is it just me, or is there no way into the admin panel on the mobile UI? At least, on Safari.
<isd> Yeah, looks like the dropdown for that doesn't appear below a certain width... we should make sure that menu is available somehwere.
<JacobWeisz[m]> I assume it used to be on the bottom of the hamburger menu.
<JacobWeisz[m]> But it's not there now.
<isd> I don't have specific memories of it; I don't know if I've ever tried to access that menu from my phone.
<JacobWeisz[m]> I swear I used to be able to. I wonder if one of the mobile fixes broke that or something.
<isd> You could try a git bisect?
<isd> Should be able to tell via responsive design mode, rather than actually having to deploy it somewhere and point your phone at it.
<JacobWeisz[m]> I've never even heard of git bisect. :P
<isd> It basically helps you do a binary search on a repository to find the commit that introduces a regression. So you checkout a commit where the thing is broken, do 'git bisect bad', checkout one where it works, do 'git bisect good', and then it will check out the commit halfway between and ask you to classify it as good/bad, repeat until you've narrowed it down to one commit
<JacobWeisz[m]> Like, I think if a PR broke it, I know which one.
<JacobWeisz[m]> Maybe not, you tested it, I feel like you'd have noticed.
<isd> Possibly? anyway, worth cheking the version prior to that patch to find out.