How to customize Admin UI (Dashboard) #2784
Unanswered
megaacheyounes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi, The supported ways to customize the Admin UI are covered in this section of the docs: https://docs.vendure.io/guides/extending-the-admin-ui/admin-ui-theming-branding/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Thank you for this amazing project.
I've been trying Vendure and so far it seemed like a great platform, however, I've been trying to customize the Admin UI (Dashboard) as I do not like theme colors and some layouts/components. I wanted to know the best approach to make changes to the UI.
for example, for the login page, I tried editing the complied code in
node_modules/@vendure/admin-uiand use the commandpatch-packageto apply the changes during deployment, this did work but it seemed inefficient and not ideal.before:
after :

May I know the best approach to modify the Admin UI ? can I move the
admin-uiout ofnode_modules, modify the source and include it as a custom plugin? or usepatch-packageas described above? or is there a better approach?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions