mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-14 11:10:22 -05:00
Added Filtering, Looks Ugly, Mostly Works
This commit is contained in:
parent
744e6608af
commit
e2a6270c12
5 changed files with 118 additions and 15 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue