chore: complete rebranding from seanmorley15 to Alex-Wiesner/voyage

Replace all seanmorley15/Voyage repo URLs, ghcr.io/seanmorley15 container
image references, seanmorley.com/sponsor and buymeacoffee links with
the new repo (github.com/Alex-Wiesner/voyage) and new GHCR images
(ghcr.io/alex-wiesner/voyage-*). Attribution to original AdventureLog
author Sean Morley is preserved.
This commit is contained in:
2026-03-06 14:25:16 +00:00
parent c57df72610
commit d32fcb6fed
25 changed files with 52 additions and 78 deletions

View File

@@ -88,7 +88,7 @@
<div>
<div class="text-sm text-base-content/60">{$t('about.developer')}</div>
<a
href="https://seanmorley.com"
href="https://github.com/Alex-Wiesner/voyage"
target="_blank"
rel="noopener noreferrer"
class="text-lg font-semibold link link-primary"
@@ -163,7 +163,7 @@
<p class="text-sm text-base-content/60 mb-2">
© {copyrightYear}
<a
href="https://seanmorley.com"
href="https://github.com/Alex-Wiesner/voyage"
target="_blank"
rel="noopener noreferrer"
class="link link-primary"
@@ -176,7 +176,7 @@
</p>
<a
href="https://github.com/seanmorley15/Voyage/blob/main/LICENSE"
href="https://github.com/Alex-Wiesner/voyage/blob/main/LICENSE"
target="_blank"
rel="noopener noreferrer"
class="link link-primary mt-2"
@@ -191,21 +191,13 @@
<div class="card-body p-4">
<div class="flex flex-wrap gap-3">
<a
href="https://github.com/seanmorley15/Voyage"
href="https://github.com/Alex-Wiesner/voyage"
target="_blank"
rel="noopener noreferrer"
class="btn btn-outline btn-sm"
>
GitHub →
</a>
<a
href="https://seanmorley.com/sponsor"
target="_blank"
rel="noopener noreferrer"
class="btn btn-outline btn-sm"
>
{$t('about.sponsor')}
</a>
<!-- documentation -->
<a
href="https://voyage.app"

View File

@@ -12,7 +12,7 @@
import FormatListBulletedSquare from '~icons/mdi/format-list-bulleted-square';
import Earth from '~icons/mdi/earth';
import Magnify from '~icons/mdi/magnify';
import Map from '~icons/mdi/map';
import MapIcon from '~icons/mdi/map';
import Menu from '~icons/mdi/menu';
import Avatar from './Avatar.svelte';
import { page } from '$app/stores';
@@ -114,7 +114,7 @@
{ path: '/locations', icon: MapMarker, label: 'locations.locations' },
{ path: '/collections', icon: FormatListBulletedSquare, label: 'navbar.collections' },
{ path: '/worldtravel', icon: Earth, label: 'navbar.worldtravel' },
{ path: '/map', icon: Map, label: 'navbar.map' },
{ path: '/map', icon: MapIcon, label: 'navbar.map' },
{ path: '/calendar', icon: Calendar, label: 'navbar.calendar' },
{ path: '/users', icon: AccountMultiple, label: 'navbar.users' }
];
@@ -299,12 +299,6 @@
>
Discord
</button>
<button
class="btn btn-ghost w-full justify-start gap-3"
on:click={() => (window.location.href = 'https://seanmorley.com/sponsor')}
>
{$t('navbar.support')} 💖
</button>
</div>
<div class="divider my-3"></div>

View File

@@ -1,4 +1,4 @@
export let appVersion = 'v0.12.0-main-022726';
export let versionChangelog = 'https://github.com/seanmorley15/Voyage/releases/tag/v0.12.0';
export let versionChangelog = 'https://github.com/Alex-Wiesner/voyage/releases/tag/v0.12.0';
export let appTitle = 'Voyage';
export let copyrightYear = '2023-2026';