aboutsummaryrefslogtreecommitdiff
path: root/src/components/LoadingModal.vue
AgeCommit message (Collapse)Author
2022-09-14Use Pinia to store user settings, palette colors, etcTerry Truong
Move uiOpts and lytOpts to store.ts Add 'const's to *.ts
2022-09-13Use Vue Composition API and ESLintTerry Truong
2022-07-10Update project-level and client-side documentationTerry Truong
2022-07-07Adapt loading-modal to show other messagesTerry Truong
Was intending to add 'Arranging tiles' and 'Rendering tiles' messages, but they wouldn't trigger during 'uncontrived' test cases, including with throttled CPU
2022-07-05Remove some redundant display:block specifiersTerry Truong
2022-07-05Add loading-from-server indicatorTerry Truong