aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
AgeCommit message (Collapse)Author
2022-06-29Remove constant-scrollbar-gap for ancestry-barTerry Truong
Avoided having overflow:auto cause tile-overlapping scrollbar by using less tile-padding. Trying to solve this by dynamically detecting overflow seemed to get messy.
2022-06-29Resolve info-modal size-jump after getting info responseTerry Truong
Make App get the info response, and pass that into TileInfoModal. Attempting to solve this via transitions doesn't seem to work, as transitioning a height to 'auto' seems disallowed.
2022-06-28Use double-taps on mobileTerry Truong
2022-06-28Fix search-suggestion substring-highlight using overly-new inputTerry 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-27Add getServerResponse()Terry Truong
2022-06-27In .vue files, move <template> sections to topTerry Truong
2022-06-27Clean up code in TutorialPaneTerry Truong
Also simply tutorial instructions
2022-06-27Clean up code in SettingsModalTerry Truong
Add reduced-versions of developer options Add input-range value indicators
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-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-24Fix tileAreaOffset setting not workingTerry Truong
2022-06-24Add ancestry-bar appear/disappear transitionTerry Truong
2022-06-23Make title bar larger, and with colored buttonsTerry 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-23Make suggestion-limit client-configurableTerry 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-21Add tutorial-pane transitionTerry Truong
2022-06-20Avoid skipping initial transition due to large animation-time settingTerry 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-19During search animation, switch sweep-to-parent from 'fallback' to 'prefer'Terry Truong