Laura

Results 202 comments of Laura

I'm also interested in this behavior, can we get a status update?

Inserting the following snippet into the `generate_moves` function after the `us` and `them` variables get declared allows users to "force a turn". ``` javascript if (typeof options !== 'undefined' &&...

I'd like to see clearly if it's enabled or not, maybe somewhere in the downmost bar :)

Please add this to the wiki, took me over half an hour to find out how I could open this :-1:

I'm aware of the issue. This project is not maintained anymore however. If you feel there is important data left in your board, you can look at how to rename...

@paulproteus I tried adding that script to the head of my page, however it doesn't look like it's helping. I visit one of my fullscreen notes, refresh, and I'm back...

IronRouter.path seems to change reactively to what we want, except that it lags behind one route! If I'm on **home**, and then click **manage boards**. The url is then "bla.sandstorm.io/bla/home",...

@paulproteus Nope, path doesn't contain the full path. There's Router.current().originalUrl and Router.current().url. Both look like "/board/whateverboard"..

A fix could be to save the current draft in localstorage, and load it whenever the page loads.