aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
AgeCommit message (Collapse)Author
2023-01-29Adjust frontend coding styleTerry Truong
Add line spacing and section comments Fix 'Last updated' line in help modal being shown despite overflow
2023-01-28Fix potential redundant handler calls in onResize()Terry Truong
2023-01-28Adjust info and help modal stylingTerry Truong
Fix minor typos in store.ts, App.vue, IconButton, etc
2023-01-23Clean up some docs and naming inconsistenciesTerry Truong
2022-09-14Add missing constraint for auto-mode move-downTerry Truong
2022-09-14Use Pinia to store user settings, palette colors, etcTerry Truong
Move uiOpts and lytOpts to store.ts Add 'const's to *.ts
2022-09-13Trigger expand/collapse-fail animation via callbackTerry Truong
Previously, this was done by changing a LayoutNode field from App.vue, and having TolTile watch that field
2022-09-13Use Vue Composition API and ESLintTerry Truong
2022-07-25Reduce animation stutter when resizing with many tilesTerry Truong
2022-07-17Add more 'title' tooltipsTerry Truong
2022-07-15Show tutorial-open icon when tut-pane auto-closesTerry Truong
2022-07-12Increase adherence to Vue's Style GuideTerry Truong
Make components have multi-word names. Make all <v-for>s have a 'key' attribute. Use scoped styles. Also add sourcemap generation.
2022-07-12Fix off-center layout after jumping without sidebarTerry Truong
2022-07-11Don't keep tut-pane up during an initial search/auto_modeTerry Truong
2022-07-11Fix re-init with url-links-to-node bugTerry Truong
2022-07-11Fix auto-hide sometimes auto-collapsing an ancestorTerry Truong
2022-07-11Fix search-mode not closing on EscTerry Truong
2022-07-10Update project-level and client-side documentationTerry Truong
2022-07-10Add scrollbar colorsTerry Truong
2022-07-10Add FAQs section to help infoTerry Truong
2022-07-10Add processing indicatorTerry Truong
2022-07-10Add onActionStart() and onActionEnd()Terry Truong
2022-07-09Make clicking 'Tilo' collapse the treeTerry Truong
2022-07-09Fix jump-to-overflowing after startup producing collapsed nodeTerry Truong
Turns out the closing of the tutorial-pane triggered a relayoutWithCollapse() which collapsed the node.
2022-07-09Fix links-to-node failing on loadTerry Truong
Was setting SERVER_URL incorrectly Also changed server API to include 'excl' param
2022-07-09Replace CGI script with WSGI script and dev serverTerry Truong
2022-07-08Send activeRoot to server, for reducing toroot response sizesTerry Truong
2022-07-08Fix jump-to-direct-child-of-ancestor layout-failTerry Truong
2022-07-08Adjust SCollapsible, allowing for v-model and @openTerry Truong
2022-07-07Fix corner-squished retained-overflow on resize-to-largerTerry Truong
2022-07-07Adapt loading-modal to show other messagesTerry Truong
Was intending to add 'Arranging tiles' and 'Rendering tiles' messages, but they wouldn't trigger during 'uncontrived' test cases, including with throttled CPU
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