aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-30Don't disable actions on tut prev-clickTerry Truong
2022-06-29Make title-bar buttons visibly-disabled during tutorialTerry Truong
2022-06-29Add tutorial current-stage indicatorTerry Truong
2022-06-29Add setting for disabling keyboard shortcutsTerry Truong
Avoid showing the setting on touch devices
2022-06-29Make search-bar animate-mode-control more setting-indicativeTerry Truong
2022-06-29Remove click-to-reset ability for non-range-slider settingsTerry Truong
2022-06-29Show pause-icon during auto-modeTerry Truong
2022-06-29Throttle relayouting caused by settings range-slider draggingTerry Truong
2022-06-29Allow single-setting-resets via settings-label-clicksTerry Truong
2022-06-29Refactor to provide default-option access to non-top-level componentsTerry Truong
2022-06-29Fix min/max-tile-sz not saving in-tandem where neededTerry Truong
2022-06-29Add saved-indicator to SettingsTerry Truong
Also, for range sliders, only save after user releases the slider
2022-06-29Avoid layout/ui-option saved-string name-collisionsTerry Truong
Assistively add OptionType type
2022-06-29Add breadth prop to AncestryBarTerry Truong
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-29Make links open in new tabTerry Truong
Add external-link icons
2022-06-29Make tile-info image link to source-URLTerry Truong
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-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-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