Allow custom logo via environment variable #3685
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "davidangel/frontend:allow-custom-logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows for custom logo via URL configured in an environment variable.
Discussed a bit here: https://community.vikunja.io/t/change-vikunja-logo-and-color-scheme/621
I don't have any Go experience, or it might be tempting to create upload/settings configuration for this sort of thing. I think this may scratch the itch that some of us have for using our own logo in the meantime.
Hi davidangel!
Thank you for creating a PR!
I've deployed the changes of this PR on a preview environment under this URL: https://3685-allow-custom-logo--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.
Have a nice day!
Looks not bad, will take a proper look and test it when I get back from my vacation.
@ -32,3 +32,3 @@
window.PROJECT_INFINITE_NESTING_ENABLED = false
// Allow changing the logo and other icons based on various occasions throughout the year.
window.ALLOW_ICON_CHANGES = true
window.ALLOW_ICON_CHANGES = false
This should stay on true by default.
Thanks!