You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on a movement in the list displays detailed information (no need to click through the wizard anymore). To edit the movement there is an edit button on the bottom right.
Fixed layout issues in pages with vertical header on the left side (for example the movements page): there was a blank space at the bottom when the browser address bar wasn't visible.
Fix infinite scrolling on movements page (on Chromebit)
Let auth cookie expire when browser session is closed
It's dangerous to keep the cookie as long as Firebase
token is valid, because a user could be logged in again
automatically even though he quit the browser in the
intervening time (there are many users who forget to
click the logout button).