adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

I have a dashboard question.

Open wngus606 opened this issue 2 years ago • 7 comments

image I want to change the dashboard like this, what should I do? And I think the slack link is wrong.

wngus606 avatar Jul 17 '22 15:07 wngus606

You need to override the default Dashboard component, please refer to the docs.

1ay1 avatar Jul 17 '22 15:07 1ay1

I feel you brother, documentation is pretty wild at the moment, took me 3 weeks to understand how to change stuff, you need to create your own tsx / jsx dashboard, with your own components, using "adminjs-design-system", fastest way to understand how everything works was using the demo app and modifying that.

https://github.com/SoftwareBrothers/adminjs-example-app

For win use docker desktop and install it, follow the instruction in git-hub, I had problems during the build part since it's written for bash, I used a linux shell instead on the project folder.

Keep in mind that i'm not a programmer, but documentation at the moment is too vague for many things.

image

To insert this you need to use AdminJS.options

image

image

Hope i helped, bye

Kitsutsuki-98 avatar Jul 18 '22 15:07 Kitsutsuki-98

@Kitsutsuki-98

did you find a way to remove this?

image

ganeshwr avatar Jul 18 '22 15:07 ganeshwr

You can hide the footnote from the branding property: ... branding: { softwareBrothers: false, } ...

BarejaPawel avatar Jul 19 '22 06:07 BarejaPawel

In AdminJS v6 and above softwareBrothers config option has been changed to madeWithLove

dziraf avatar Jul 20 '22 11:07 dziraf

In AdminJS v6 and above softwareBrothers config option has been changed to madeWithLove

image

this is not working for me,

Kitsutsuki-98 avatar Jul 22 '22 16:07 Kitsutsuki-98

In AdminJS v6 and above softwareBrothers config option has been changed to madeWithLove

It's actually withMadeWithLove

@Kitsutsuki-98

did you find a way to remove this?

image

image

Kitsutsuki-98 avatar Jul 23 '22 02:07 Kitsutsuki-98

AdminJS UI will be gradually improved to match the expectations. I see that the issue with withMadeWithLove property was solved, so I'm closing this issue.

krzysztofstudniarek avatar Aug 16 '22 09:08 krzysztofstudniarek