| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Previously, image files in backend/data/img were moved to, or
symlinked from, public/. This needed to be changed before each
build, otherwise vite would end up copying gigabytes of images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Turns out the closing of the tutorial-pane triggered a
relayoutWithCollapse() which collapsed the node.
|
|
Turns out the input wasn't converted to lowercase before being matched
with suggestion data, and this was more noticeable on mobile due to
auto-capitalisation
|
|
Was setting SERVER_URL incorrectly
Also changed server API to include 'excl' param
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Was intending to add 'Arranging tiles' and 'Rendering tiles' messages,
but they wouldn't trigger during 'uncontrived' test cases, including
with throttled CPU
|
|
|
|
Stop using @transitionend in Tile, as it seems oddly unreliable (using
@transitioncancel as well didn't help)
|
|
|
|
|
|
For auto-mode and search, enable prerequisite actions when used
|
|
|
|
|
|
|
|
|
|
|
|
With mm, moving the slider would sometimes leave the value unchanged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also update info-modal source-info styling
|
|
|
|
|
|
|
|
|
|
tree-setting change
|
|
|
|
|