aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsModal.vue
AgeCommit message (Collapse)Author
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-28Add getImagePath() to lib.tsTerry 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-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-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-24Fix search-bar mode-change button not saving settingTerry Truong
Also fix jump-to-search-result not flashing node in some cases.
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-23Adjust component event namesTerry 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-05-28Add RButton componentTerry Truong
2022-05-24Add settings save and reset buttonsTerry Truong
2022-05-24Add jump-to-searched-node settingTerry Truong
2022-05-23Add help modal button that opens tutorialTerry Truong
Needed to add code for skipping tutorial pane's welcome message. Also fixed small unwanted click-propagation bug in SettingsModal.
2022-05-23Make settings icon fit-in with search/help/etcTerry Truong