Rename to My Collection, add favicon to sidebar and login
Deploy to LXC / deploy (push) Successful in 20s

- Replaced all 'B4L Repair' references with 'My Collection'
- Added favicon.png next to the title in the sidebar
- Added favicon.png on the login page above the title
- Updated all page <title> tags

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 17:30:08 +07:00
parent 57e1d3fcc7
commit 6cd5f28bf7
20 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</script>
<svelte:head>
<title>Devices - B4L Repair</title>
<title>Devices - My Collection</title>
</svelte:head>
<div class="mx-auto max-w-6xl">
+1 -1
View File
@@ -22,7 +22,7 @@
</script>
<svelte:head>
<title>{data.device.title} - B4L Repair</title>
<title>{data.device.title} - My Collection</title>
</svelte:head>
<div class="mx-auto max-w-5xl">
@@ -15,7 +15,7 @@
</script>
<svelte:head>
<title>Edit {d.title} - B4L Repair</title>
<title>Edit {d.title} - My Collection</title>
</svelte:head>
<div class="mx-auto max-w-2xl">
+1 -1
View File
@@ -12,7 +12,7 @@
</script>
<svelte:head>
<title>Add Device - B4L Repair</title>
<title>Add Device - My Collection</title>
</svelte:head>
<div class="mx-auto max-w-2xl">