chore: journal daily stats styling

This commit is contained in:
2024-08-20 13:16:37 +02:00
parent 86d178ef56
commit 8a2b453dc6
4 changed files with 58 additions and 84 deletions
@@ -119,19 +119,6 @@ export default defineComponent({
};
},
watch: {
timetableHistory: {
deep: true,
handler() {
console.log(this.$refs['list']);
// ?.scrollTo({ behavior: 'smooth', top: 0 });
// (this.$refs['list'] as HTMLUListElement).scrollTo({})
}
}
},
methods: {
toggleExtraInfo(id: number) {
const existingIdx = this.extraInfoIndexes.indexOf(id);