aboutsummaryrefslogtreecommitdiff
path: root/src/components/TolTile.vue
AgeCommit message (Collapse)Author
2022-09-14Fix tile-flash not properly covering overflown scrolled tilesTerry Truong
Fix bug where some tiles are hidden upon entering an overflown tile after auto-mode
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-13Trigger expand/collapse-fail animation via callbackTerry Truong
Previously, this was done by changing a LayoutNode field from App.vue, and having TolTile watch that field
2022-09-13Use Vue Composition API and ESLintTerry Truong
2022-07-12Increase adherence to Vue's Style GuideTerry Truong
Make components have multi-word names. Make all <v-for>s have a 'key' attribute. Use scoped styles. Also add sourcemap generation.