| Age | Commit message (Collapse) | Author |
|
|
|
|
|
tree-setting change
|
|
|
|
|
|
Return a null entry in such cases, and have client indicate this with
tile-info message.
|
|
Generate a 'trimmed' reduced tree instead of changing the original.
Generate an 'images-only' reduced tree, and use it as the default.
Combine 'picked' reduced tree code with that of other reduced trees.
Adapt server API to allow selecting between more than 2 trees.
Add client setting for selecting between 3 trees.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The intent was to avoid the user initially clicking prev/next,
and not realise they could do the action to advance the tutorial.
|
|
|
|
|
|
|
|
Avoid showing the setting on touch devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, for range sliders, only save after user releases the slider
|
|
Assistively add OptionType type
|
|
|
|
Avoided having overflow:auto cause tile-overlapping scrollbar by
using less tile-padding. Trying to solve this by dynamically
detecting overflow seemed to get messy.
|
|
Add external-link icons
|
|
|
|
Make App get the info response, and pass that into TileInfoModal.
Attempting to solve this via transitions doesn't seem to work,
as transitioning a height to 'auto' seems disallowed.
|
|
|
|
|
|
|
|
|
|
Also adjust server-client API, for clarity/consistency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also simply tutorial instructions
|
|
|