mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-14 05:21:21 -05:00
Many Changes
Added a 'default' image for spots where one is missing. Not the best solution, but it looks better on the site. Cleaned up my code to avoid some duplication. Added better 'Select All' logic to the event filter.
This commit is contained in:
parent
abe48cd902
commit
255f15798a
24 changed files with 323 additions and 783 deletions
|
|
@ -13,6 +13,11 @@ const entries20240121 = ref([
|
|||
'Added event icon display',
|
||||
'Added filters, looks ugly, maybe works'
|
||||
])
|
||||
const entries20240122 = ref([
|
||||
'Added a better "Select All" to event filters',
|
||||
'Added a default image so there aren\'t random blank spots',
|
||||
'Did a bunch of code cleanup',
|
||||
])
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -84,6 +89,7 @@ const entries20240121 = ref([
|
|||
</v-list-item>
|
||||
<ChangeLogEntry date="2024-01-20" :entries="entries20240120"></ChangeLogEntry>
|
||||
<ChangeLogEntry date="2024-01-21" :entries="entries20240121"></ChangeLogEntry>
|
||||
<ChangeLogEntry date="2024-01-22" :entries="entries20240122"></ChangeLogEntry>
|
||||
</v-list>
|
||||
</v-sheet>
|
||||
<v-sheet :elevation="1" class="ma-2 my-4">
|
||||
|
|
@ -95,7 +101,7 @@ const entries20240121 = ref([
|
|||
</p>
|
||||
<p>
|
||||
Thanks to <span class="font-weight-bold">@kathinja</span> for her assistance with flavor
|
||||
text and proof reading.
|
||||
text and proofreading.
|
||||
</p>
|
||||
<p>
|
||||
Thanks <span class="font-weight-bold">@werewaffle</span> for all of his help with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue