aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
AgeCommit message (Collapse)Author
2022-07-07Add auto-hiding of ancestors on leaf-clickTerry Truong
2022-07-07Use subAction parameter to simplify action-functionsTerry Truong
Stop using @transitionend in Tile, as it seems oddly unreliable (using @transitioncancel as well didn't help)
2022-07-07Only relayout once during tut_pane/ancestry_bar transitionsTerry Truong
2022-07-06During tutorial, avoid disabling actions the user has already usedTerry Truong
For auto-mode and search, enable prerequisite actions when used
2022-07-06Smoothen initial loading where URL has target nodeTerry Truong
2022-07-06Use URLSearchParams instead of plain stringsTerry Truong
2022-07-06Add link-to-node functionalityTerry Truong
2022-07-05Add loading-from-server indicatorTerry Truong
2022-07-05Revert to showing px in settings instead of mmTerry Truong
With mm, moving the slider would sometimes leave the value unchanged
2022-07-05Fix unreliable touch-detection on mobile-mode-swapTerry Truong
2022-07-04Update IconButton to maintain equal width/heightTerry Truong
2022-07-03Add SCollapsible componentTerry Truong
Also update info-modal source-info styling
2022-07-03Add styling, mainly for TileInfoModal and SettingsTerry Truong
2022-07-02Adjust tutorial contentTerry Truong
2022-07-01Fix abruptness/cancellation of an expansion done quickly after a ↵Terry Truong
tree-setting change
2022-07-01Generate 3 reduced trees, keeping the original, and serve only thoseTerry Truong
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.
2022-06-30For large screens, place tutorial-pane on bottom-rightTerry Truong
2022-06-30Add ui-option touchDeviceTerry Truong
2022-06-30Fix info-modal not triggering tutorial-advance after closureTerry Truong
2022-06-30Trigger search/auto/settings/help tutorial actions after closureTerry Truong
2022-06-30Avoid triggering tutorial-advance via click-to-hold on active-rootTerry Truong
2022-06-29Make title-bar buttons visibly-disabled during tutorialTerry Truong
2022-06-29Add setting for disabling keyboard shortcutsTerry Truong
Avoid showing the setting on touch devices
2022-06-29Show pause-icon during auto-modeTerry Truong
2022-06-29Refactor to provide default-option access to non-top-level componentsTerry Truong
2022-06-29Fix min/max-tile-sz not saving in-tandem where neededTerry Truong
2022-06-29Add saved-indicator to SettingsTerry Truong
Also, for range sliders, only save after user releases the slider
2022-06-29Avoid layout/ui-option saved-string name-collisionsTerry Truong
Assistively add OptionType type
2022-06-29Add breadth prop to AncestryBarTerry Truong
2022-06-29Remove constant-scrollbar-gap for ancestry-barTerry Truong
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.
2022-06-29Resolve info-modal size-jump after getting info responseTerry Truong
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.
2022-06-28Use double-taps on mobileTerry Truong
2022-06-28Fix search-suggestion substring-highlight using overly-new inputTerry Truong
2022-06-28Convert server code to CGI scriptTerry Truong
Also adjust server-client API, for clarity/consistency
2022-06-27Enable client directly using server URL, while avoiding CORS restrictionsTerry Truong
2022-06-27Make transition-on-tree-change less abruptTerry Truong
2022-06-27Move transition/animation CSS classes to index.cssTerry Truong
2022-06-27Add getServerResponse()Terry Truong
2022-06-27In .vue files, move <template> sections to topTerry Truong
2022-06-27Clean up code in TutorialPaneTerry Truong
Also simply tutorial instructions
2022-06-27Clean up code in SettingsModalTerry Truong
Add reduced-versions of developer options Add input-range value indicators
2022-06-26Clean up code in SearchModalTerry Truong
Also allow cycling to top/bottom of search suggestions
2022-06-26Refactor TileInfoModalTerry Truong
Also change server info-response format to include sub-node common-names
2022-06-26Fix redundant option-loading-on-resize bugTerry Truong
2022-06-25Clean up code in layout.ts and util.tsTerry Truong
2022-06-25Account for disabled-action inter-dependenciesTerry Truong
2022-06-25Fix settings not saving if closed by other_modal/etcTerry Truong
2022-06-25Clean up code in App.vueTerry Truong
2022-06-25Reduce degrees-of-variance in options setTerry Truong
Also add size prop to IconButton
2022-06-25Convert UI options towards using bg/alt-color setTerry Truong