diff --git a/eslint.config.js b/eslint.config.js index dc39e85..2e02a43 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -34,7 +34,9 @@ export default [ confirm: 'readonly', prompt: 'readonly', setTimeout: 'readonly', + clearTimeout: 'readonly', setInterval: 'readonly', + clearInterval: 'readonly', fetch: 'readonly', XMLHttpRequest: 'readonly', URL: 'readonly', diff --git a/src/components/TimeCard.vue b/src/components/TimeCard.vue new file mode 100644 index 0000000..8ef33ae --- /dev/null +++ b/src/components/TimeCard.vue @@ -0,0 +1,164 @@ + + + + + diff --git a/src/components/home/HomeworkGrid.vue b/src/components/home/HomeworkGrid.vue index 591123f..8051c2d 100644 --- a/src/components/home/HomeworkGrid.vue +++ b/src/components/home/HomeworkGrid.vue @@ -11,8 +11,13 @@ }" class="grid-item" > + +
+ +
+ -
+
@@ -204,6 +209,7 @@