aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-28Use double-taps on mobileTerry Truong
2022-06-28Fix search-suggestion substring-highlight using overly-new inputTerry Truong
2022-06-28Add getImagePath() to lib.tsTerry Truong
2022-06-28Fix font path issueTerry 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-27Exclude compound names from search suggestionsTerry Truong
2022-06-27Add getServerResponse()Terry Truong
2022-06-27In settings sliders, show mm instead of pxTerry Truong
2022-06-27In .vue files, move <template> sections to topTerry Truong
2022-06-27Clean up code in *Button and *Icon componentsTerry Truong
2022-06-27Clean up code in TutorialPaneTerry Truong
Also simply tutorial instructions
2022-06-27Clean up code in HelpModal and AncestryBarTerry Truong
2022-06-27In settings, use sliders for tile size/spacingTerry Truong
2022-06-27Clean up code in SettingsModalTerry Truong
Add reduced-versions of developer options Add input-range value indicators
2022-06-26Auto-select first search-suggestion resultTerry Truong
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-26Clean up code in Tile.vueTerry 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
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