mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Feature Request] Customization #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @mprajescu on GitHub (May 20, 2021).
Please add a method of customizing the login page by changing the logo and login background, and also a place in the settings for logo and name branding in the application.
@nickbe commented on GitHub (May 24, 2021):
This will be available in the upcoming corporate version.
@Mikerrushhd commented on GitHub (Apr 17, 2025):
Hi! Any update on this? ^^
@bvandevliet commented on GitHub (May 3, 2025):
4 years later.. what is the status? :)
@cameraManu commented on GitHub (Aug 1, 2025):
Hi, I've found how to change the name from Planka in tab title, Upper left on dashboard, and on login page:
for tab title: /app/public/index.html and in /app/views/index.html and change the title tag.
for upper left title: search for:
classNames(styles$2A.logo,styles$2A.title),children:"PLANKA"}in /app/assets/index-Crmnsq57.jsfor login page: search for:
className:styles$2I.loginWrapper,children:[jsxRuntimeExports.jsx(Header$1,{as:"h1",textAlign:"center",content:"TASKS",className:styles$2I.formTitle})in /app/assets/index-Crmnsq57.jsReplace PLANKA with whatever you want.
@datwildfire commented on GitHub (Sep 10, 2025):
I would love if we could keep this thread open and share more about customizing the experience. We have a small team with developers involved in helping charities (volunteer) on the side when we have time, and we would love to brand up our little board, while still keeping a featured link to Planka, of course, just to personalize it more.
I was a bit disappointed a few years ago when I heard that "this will be available in the corporate version" and nothing more, but I respect that.
Hopefully the community can get together and share our tips and tricks for those of us still on a free basis.