aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsModal.vue
AgeCommit message (Collapse)Author
2023-01-24Don't defer relayout upon ctg changeTerry Truong
2023-01-22Add help contentTerry Truong
Change 'and onwards' symbol in timeline position label Set scrollbar color
2023-01-21Adjust coloring and spacingTerry Truong
2023-01-21Do more minor refactoringTerry Truong
Document some variables coupled between client and server. Add more term consistency ('unit', 'event density'). Make console messages more consistent.
2023-01-21Adjust frontend coding styleTerry Truong
2023-01-20Relayout events upon category changesTerry Truong
2023-01-16Add settings for hiding event lines and baselineTerry Truong
2023-01-15Reset events upon change of 'images only' settingTerry Truong
2023-01-14Allow showing events without imagesTerry Truong
Add setting for showing such events Fix searches not always avoiding filtered categories
2023-01-06Implement filtering by event categoriesTerry Truong
Filter events in display and search suggestions. Make server queries allow specification of multiple categories. Make settings modal avoid disabling all categories.
2023-01-06Add settings modalTerry Truong
Add saving, loading, default vals, and device-detection, to store.ts. Add setting for hiding minor tick labels.