2024-03-20 11:54:06 +00:00
|
|
|
<div class="flex flex-col w-full gap-2">
|
feat(branding): apply MapleDeploy branding to Coolify fork
Replace all Coolify branding with MapleDeploy across 111 files:
- Logo, favicon, and color palette (Canadian red scale, stone greys)
- Fonts: Overlock for headings, Inter for body (self-hosted woff2/ttf)
- All ~70 page titles updated to "| MapleDeploy"
- Auth pages, navbar, footer, email templates, settings, boarding flow
- Remove Hetzner provider, Coolify Cloud upsells, sponsorship popups
- Disable telemetry (Sentry DSN null, undead.coolify.io ping disabled)
- Point auto-update to MapleDeploy Forgejo registry image
- Redirect help/support links to mapledeploy.ca/contact
- Add AGPL source code link to Forgejo repo in navbar
- OpenAPI docs rebranded to MapleDeploy
2026-02-08 22:34:51 +00:00
|
|
|
{{-- MapleDeploy branding --}}
|
|
|
|
|
<div>Your feedback helps us improve MapleDeploy. Thank you!</div>
|
2023-12-07 18:06:32 +00:00
|
|
|
<form wire:submit="submit" class="flex flex-col gap-4 pt-4">
|
2024-11-03 20:27:26 +00:00
|
|
|
<x-forms.input minlength="3" required id="subject" label="Subject" placeholder="Help with..."></x-forms.input>
|
|
|
|
|
<x-forms.textarea minlength="10" maxlength="1000" required rows="10" id="description" label="Description"
|
|
|
|
|
class="font-sans" spellcheck
|
|
|
|
|
placeholder="Having trouble with... Please provide as much information as possible."></x-forms.textarea>
|
2023-09-25 09:15:35 +00:00
|
|
|
<div></div>
|
2024-11-03 20:27:26 +00:00
|
|
|
<x-forms.button class="w-full mt-4" type="submit">Send</x-forms.button>
|
2023-09-02 13:37:25 +00:00
|
|
|
</form>
|
|
|
|
|
</div>
|