@@ -249,11 +241,13 @@
openAddTodo(itemName)}
class="h-12 w-12 md:h-14 md:w-14 mr-2 cursor-pointer hover:bg-background rounded-xl
- inline-flex items-center justify-center align-top">
+ inline-flex items-center justify-center align-top"
+ >
+ alt={itemName}
+ />
{itemGroup[itemName].name}
@@ -262,12 +256,14 @@
{#each weapons as weapon}
+ inline-flex items-center justify-center align-top"
+ >
+ title={weaponList[weapon].name}
+ />
{/each}
|
@@ -296,11 +292,13 @@
+ inline-flex items-center justify-center align-top"
+ >
+ title={type === 'characters' ? characters[charName].name : weaponList[charName].name}
+ />
{/each}
@@ -325,3 +325,31 @@
+
+
diff --git a/src/routes/todo.svelte b/src/routes/todo.svelte
index b6d5f351..bf541070 100644
--- a/src/routes/todo.svelte
+++ b/src/routes/todo.svelte
@@ -272,6 +272,14 @@