aboutsummaryrefslogtreecommitdiff
path: root/src/components/SearchModal.vue
AgeCommit message (Expand)Author
2022-07-08Send activeRoot to server, for reducing toroot response sizesTerry Truong
2022-07-06Use URLSearchParams instead of plain stringsTerry Truong
2022-07-05Remove some redundant display:block specifiersTerry Truong
2022-07-05Add loading-from-server indicatorTerry Truong
2022-07-03Add styling, mainly for TileInfoModal and SettingsTerry Truong
2022-07-01Generate 3 reduced trees, keeping the original, and serve only thoseTerry Truong
2022-06-30Avoid displaying empty img-src infoTerry Truong
2022-06-30Fix search-bar mode-checkbox inverted-condition bugTerry Truong
2022-06-29Make search-bar animate-mode-control more setting-indicativeTerry Truong
2022-06-29Refactor to provide default-option access to non-top-level componentsTerry Truong
2022-06-28Fix search-suggestion substring-highlight using overly-new inputTerry Truong
2022-06-28Convert server code to CGI scriptTerry Truong
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 .vue files, move <template> sections to topTerry Truong
2022-06-26Auto-select first search-suggestion resultTerry Truong
2022-06-26Clean up code in SearchModalTerry Truong
2022-06-25Fix settings not saving if closed by other_modal/etcTerry Truong
2022-06-25Reduce degrees-of-variance in options setTerry Truong
2022-06-24Move utility functions into util.tsTerry Truong
2022-06-24Add type annotations for UI optionsTerry Truong
2022-06-24Fix search-bar mode-change button not saving settingTerry Truong
2022-06-24Add jump-to-searched-node button to search-barTerry Truong
2022-06-23Fix error upon empty-string searchTerry Truong
2022-06-23In search results, make matched substrings boldTerry Truong
2022-06-23Make suggestion-limit client-configurableTerry Truong
2022-06-23Adjust component event namesTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-05-27Make search-suggestion-requests and resize-handling initially-immediateTerry Truong
2022-05-27Use static-layout for ancestry-bar and tutorial-paneTerry Truong
2022-05-24Make search suggestions appear during long user-input runsTerry Truong
2022-05-24Upon expand-to-view, remove ancestor other-descendants from layout treeTerry Truong
2022-05-17Make reduced tree generation check non-alt-namesTerry Truong
2022-05-17Make search suggestions include non-alt-namesTerry Truong
2022-05-12Enable info-display for search suggestionsTerry Truong
2022-05-12Add reduced-tree data generation+serving+querying+settingTerry Truong
2022-05-11Use prefix-search with ranking-by-lengthTerry Truong
2022-05-04Make search-enter use user input, instead of first matchTerry Truong
2022-05-04Prevent search-suggestion-request delay for initial inputsTerry Truong
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry Truong
2022-05-01Reduce some unnecessary tolMap updatesTerry Truong
2022-05-01Make name data English-specificTerry Truong
2022-05-01Add fuzzy-search via sqlite extension spellfix1Terry Truong
2022-05-01Use substring searchTerry Truong
2022-05-01Enable search-suggestion sending/displaying/selectionTerry Truong
2022-04-27Use EOL vernacular-names data for searchingTerry Truong
2022-04-26Change data URL path formatTerry Truong
2022-04-26Make TolMap have Map typeTerry Truong
2022-04-26Have tol data in sqlite db, and add server script that accesses itTerry Truong