Compare commits

..

7 commits

Author SHA1 Message Date
rosslh
ed6ca5dcc8 chore(ci): use Forgejo build and CDN publishing
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 41s
2026-08-26 17:31:03 -04:00
rosslh
8ef425d1b0 feat(auth): add dashboard-managed Coolify access 2026-08-26 17:31:03 -04:00
rosslh
4bef17a9eb fix(dns): use Canadian Shield DNS defaults 2026-08-26 17:31:03 -04:00
rosslh
c7354b0b55 fix(telemetry): disable upstream telemetry 2026-08-26 17:31:03 -04:00
rosslh
621777098e fix(update): use MapleDeploy CDN and registry artifacts 2026-08-26 17:31:03 -04:00
rosslh
f5a80f5caf style(theme): apply MapleDeploy palette and fonts 2026-08-26 17:31:03 -04:00
rosslh
00e5a39750 feat(branding): apply MapleDeploy UI branding 2026-08-26 17:31:03 -04:00

View file

@ -36,8 +36,8 @@ class="hidden lg:flex fixed top-0 inset-x-0 z-50 h-12 items-center bg-white/95 d
{{-- Brand (width tracks sidebar) --}}
<div class="flex items-center gap-2 h-full shrink-0 border-r border-neutral-200 dark:border-white/[0.06] transition-[width] duration-200"
:class="collapsed ? 'w-16 justify-center px-0' : 'w-56 px-4'">
{{-- MapleDeploy branding --}}
<div class="flex shrink-0 items-center gap-1.5 min-w-0">
{{-- MapleDeploy branding: logo with version + attribution stacked beneath so the fixed-width brand column never overflows --}}
<div class="flex min-w-0 flex-col justify-center overflow-hidden">
<a href="/" {{ wireNavigate() }} title="MapleDeploy"
class="flex items-center hover:opacity-80 transition-opacity">
<img x-show="collapsed" x-cloak src="https://mapledeploy.ca/api/logo/mark?height=64" alt="MapleDeploy"
@ -47,10 +47,13 @@ class="size-5" />
<img src="https://mapledeploy.ca/api/logo/lockup?height=40&dark=true" alt="MapleDeploy" class="hidden max-h-5 w-auto max-w-full dark:block" />
</span>
</a>
<x-version x-show="!collapsed"
class="!text-[10.5px] font-medium text-neutral-400 dark:text-fg-faint !opacity-100 hover:!opacity-100 dark:hover:text-fg hover:text-black" />
<span x-show="!collapsed"
class="whitespace-nowrap text-[10.5px] font-medium text-neutral-400 dark:text-fg-faint">Powered by Coolify</span>
class="flex items-center gap-1 whitespace-nowrap text-[10px] leading-tight font-medium text-neutral-400 dark:text-fg-faint">
<x-version
class="!text-[10px] font-medium text-neutral-400 dark:text-fg-faint !opacity-100 hover:!opacity-100 dark:hover:text-fg hover:text-black" />
<span aria-hidden="true">&middot;</span>
<span>Powered by Coolify</span>
</span>
</div>
@if (isInstanceAdmin() && !isCloud())
<div x-show="!collapsed" class="ml-auto shrink-0">