aboutsummaryrefslogtreecommitdiff
path: root/src/components
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-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-27Move transition/animation CSS classes to index.cssTerry 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-26Clean up code in Tile.vueTerry Truong
2022-06-25Clean up code in layout.ts and util.tsTerry Truong
2022-06-25Fix settings not saving if closed by other_modal/etcTerry 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-24Add IconButton componentTerry Truong
2022-06-24Adjust some option namesTerry Truong
2022-06-24Move utility functions into util.tsTerry Truong
2022-06-24Add type annotations for UI optionsTerry Truong
2022-06-24Enable skipping tutorial on startupTerry Truong
2022-06-24Hide buttons and info-icons during parts of tutorialTerry Truong
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 'flash' upon tile focusTerry Truong
2022-06-24Add jump-to-searched-node button to search-barTerry 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-23Adjust component event namesTerry 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-20Avoid adding dom-nodes for hidden-ancestor other-childrenTerry Truong
2022-06-19Automatically save settings changesTerry 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-11Add links to cc-license pagesTerry Truong