Added Filtering, Looks Ugly, Mostly Works

This commit is contained in:
Annika Merris 2024-01-22 22:30:53 -05:00
parent 744e6608af
commit e2a6270c12
5 changed files with 118 additions and 15 deletions

View file

@ -8,6 +8,10 @@ const entries20240120 = ref([
'Added a default sort to all of the tables',
'Added a couple of icons, and started working on adding tooltips'
])
const entries20240121 = ref([
'Added Touno Island items',
'Added event icon display'
])
</script>
<template>
@ -77,7 +81,8 @@ const entries20240120 = ref([
<p>First pass that I'm comfortable letting other people see</p>
</v-list-item-subtitle>
</v-list-item>
<ChangeLogEntry date="2024-01-20" :entries="entries20240120"> </ChangeLogEntry>
<ChangeLogEntry date="2024-01-20" :entries="entries20240120"></ChangeLogEntry>
<ChangeLogEntry date="2024-01-21" :entries="entries20240121"></ChangeLogEntry>
</v-list>
</v-sheet>
<v-sheet :elevation="1" class="ma-2 my-4">