aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2022-03-23Make parent-bar-tile clicks restore hidden parentsTerry Truong
2022-03-23Place window-resize handling back in TileTreeTerry Truong
Reversion done to prevent flashes on window resize.
2022-03-23Prevent double-clicks from highlighting textTerry Truong
2022-03-23Tweak parent-bar stylingTerry Truong
2022-03-23Make options propagate from TileTreeTerry Truong
2022-03-23Simplify non-leaf tile shadow handlingTerry Truong
2022-03-23Add TileImg for use by Tile and ParentBar. Remove scrim divs.Terry Truong
2022-03-23Add scrollBarOffset in ParentBarTerry Truong
2022-03-23Add basic ParentBar and ParentBarTile componentsTerry Truong
2022-03-23Fix small layout bugTerry Truong
2022-03-23Move root-tile boundary-offset handling to TileTreeTerry Truong
2022-03-23Move resize-handling and tile-tree positioning to App.vueTerry Truong
2022-03-22Replace LayoutTree class with plain functionsTerry Truong
2022-03-22Hide ancestors on double-clickTerry Truong