aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-28Move TolNode code to tol.tsTerry Truong
2022-03-28Rename Settings to SettingsPane, and ParentBar to AncestryBarTerry Truong
2022-03-28Enable auto-mode to trigger expand/collapse-fail animationsTerry Truong
Done by sending a signal to a failed-operation's LayoutNode's Tile component via a watched property on LayoutNode. Also added code to prevent auto-mode from retrying a failed expand/collapse. Not an ideal solution, but signalling via LayoutNode is more general, and arguably cleaner, than the previous method of triggering fail animations by getting Tile to pass a callback upward as event data.
2022-03-28Make auto-mode move-across/down prioritise higher dCountTerry Truong
2022-03-28Make auto-mode more uniformly random and avoid undoing previous actionsTerry Truong
2022-03-27Add faster rect-layout algorithmTerry Truong
2022-03-27Add sweep-to-parent settingTerry Truong
2022-03-27Simplify Tile transition-on-expand/collapse codeTerry Truong
2022-03-27Remove redundant full-view divTerry Truong
2022-03-27Move TileTree code into App.vueTerry Truong
2022-03-27Prevent overflow during tile collapse/expandTerry Truong
2022-03-27Fix close-button unreliability bugTerry Truong
2022-03-27Move svg details to index.htmlTerry Truong
2022-03-27Remove unnecessary CSS varsTerry Truong
2022-03-27Make search shortcut cancel an active auto-modeTerry Truong
2022-03-27Make search shortcut re-focus input when search-bar is openTerry Truong
2022-03-27Propagate transition-duration setting to transition animationsTerry Truong
2022-03-27Separate settings icon code from settings paneTerry Truong
2022-03-26Add help modalTerry Truong
2022-03-26Make auto-mode current-node-based, with focus indicationTerry Truong
2022-03-26Add basic auto-mode implementationTerry Truong
2022-03-26Remove close button from search barTerry Truong
2022-03-26Add more iconsTerry Truong
2022-03-26Make clicking during search cause cancellationTerry Truong
2022-03-26Highlight search resultTerry Truong
2022-03-26Make search account for hidden nodesTerry Truong
2022-03-26Add LayoutMap to lib.ts, with updating via tryLayout()Terry Truong
Did this to allow convenient updating of layout map after expand-to-view, or other cases where tryLayout() is used with allowCollapse enabled.
2022-03-26Add basic expand-to-search-result codeTerry Truong
2022-03-25Make search-bar clear/animate on failTerry Truong
2022-03-25Add Ctrl-Shift-F search shortcutTerry Truong
2022-03-25Add tolNode parent pointers, tolMap, and layoutMapTerry Truong
2022-03-25Fix typescript errorsTerry Truong
2022-03-25Add search enter/escape, and close-icon svgsTerry Truong
2022-03-25Add search icon and basic modalTerry Truong
2022-03-25Simplify transition codeTerry Truong
2022-03-25Prevent mouse event propagation from info iconsTerry Truong
2022-03-25Allow interaction with settings open. Add esc shortcut.Terry Truong
2022-03-25Add animation-speed settingTerry Truong
2022-03-25Add min/max tile size settingTerry Truong
2022-03-25Add some basic layout settingsTerry Truong
2022-03-24Make open settings disable tile interaction and close info modalsTerry Truong
2022-03-24Make settings non-side-fillingTerry Truong
2022-03-24Add settings-component transitionsTerry Truong
2022-03-24Add basic Settings.vueTerry Truong
2022-03-24Recognise click-and-hold instead of double-clickTerry Truong
2022-03-24Propagate options to TileInfoModalTerry Truong
2022-03-24Add basic tile-info modal stylingTerry Truong
2022-03-24Add info-modal fade-outTerry Truong
2022-03-24Add TileInfoModal and associated eventsTerry Truong
2022-03-24Add info iconTerry Truong