aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-25Convert UI options towards using bg/alt-color setTerry Truong
2022-06-24Fix bad-layout after click-and-hold during tutorialTerry Truong
2022-06-24Use bg[-dark/light] variables for UI color optionsTerry Truong
2022-06-24Add IconButton componentTerry Truong
2022-06-24Adjust some option namesTerry Truong
2022-06-24Fix ancestry_bar/tut_pane redundant-resizing bugTerry Truong
2022-06-24Move utility functions into util.tsTerry Truong
2022-06-24Add type annotations for UI optionsTerry Truong
2022-06-24Account for potential lack of ancestry_bar/tut_pane transition-end eventTerry Truong
2022-06-24Use Ctrl-f to open search bar, and Ctrl-Shift-f to switch search-modeTerry Truong
2022-06-24Enable skipping tutorial on startupTerry Truong
2022-06-24Hide buttons and info-icons during parts of tutorialTerry Truong
2022-06-24Make ancestry-bar/tut-pane relayout-during-transition reliably stop after ↵Terry Truong
transition end
2022-06-24Fix search-bar mode-change button not saving settingTerry Truong
Also fix jump-to-search-result not flashing node in some cases.
2022-06-24Add rect-sensitivity option for layout-stabilityTerry Truong
2022-06-24Add 'flash' upon tile focusTerry Truong
2022-06-24Add jump-to-searched-node button to search-barTerry Truong
2022-06-24Fix tileAreaOffset setting not workingTerry Truong
2022-06-24Add ancestry-bar appear/disappear transitionTerry Truong
2022-06-24Customise fontTerry Truong
2022-06-23Make title bar larger, and with colored buttonsTerry Truong
2022-06-23Fix error upon empty-string searchTerry Truong
2022-06-23In search results, make matched substrings boldTerry Truong
2022-06-23Only save user-changed settings, and re-apply other settings on resizeTerry Truong
2022-06-23Make default settings screen-size dependentTerry Truong
Also, only save settings when the user has made a change.
2022-06-23Indicate p-support with asterisk, and stop indicating alt-name usageTerry Truong
2022-06-23Make suggestion-limit client-configurableTerry Truong
2022-06-23Fix root-displayed-in-italics bugTerry Truong
2022-06-23Remove hard-coded root-name from App.vueTerry Truong
2022-06-23Fix tut-pane shrinkage when ancestry-bar is overflowingTerry Truong
2022-06-23Adjust component event namesTerry Truong
2022-06-23Update some client-side READMEsTerry Truong
2022-06-21Add tutorial-pane transitionTerry Truong
2022-06-20Avoid skipping initial transition due to large animation-time settingTerry Truong
2022-06-20Prevent unexpected-rectangle during sep-swept-area transitionTerry Truong
2022-06-20Prevent ancestry-bar scrollbar overlapping contentTerry Truong
2022-06-20Remove scrims from tile-info-modal imagesTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-06-20After trimming low-info nodes, also trim some many-sibling nodesTerry Truong
2022-06-20Avoid creating certain redundant dom-nodes after layout-with-collapseTerry Truong
2022-06-20Avoid adding dom-nodes for hidden-ancestor other-childrenTerry Truong
2022-06-19Automatically save settings changesTerry Truong
2022-06-19During search animation, switch sweep-to-parent from 'fallback' to 'prefer'Terry Truong
2022-06-19Add layout-skip heuristic using collective-min-size checkTerry Truong
2022-06-17Avoid capitalisation of apostrophe-s in tile-namesTerry Truong
2022-06-17Fix tile-flash-above-settings-modal bugTerry Truong
2022-06-17Make swept-nodes-area leave space for at least 1 non-leafTerry Truong
Also fix sweep-to-parent setting not being saved.
2022-06-17Fix preferred/fallback sweep-to-parent layout-waste bugTerry Truong
2022-06-16Add sweep-to-parent 'auto' settingTerry Truong
2022-06-16Make swept-left tiles less distant from non-swept siblingsTerry Truong