Greenstand / treetracker-infrastructure

Our cloud infrastructure.
GNU General Public License v2.0
20 stars 26 forks source link

Customize the user profile pages to fit Greenstand style and brand #206

Closed dadiorchen closed 10 months ago

dadiorchen commented 1 year ago
image

you can access this page here: https://dev-k8s.treetracker.org/raw-client/

As we do on the login page, we can also customize these page above, we way to do it is attach html and css to current theme folder of keycloak docker image, as shown in this PR https://github.com/Greenstand/treetracker-infrastructure/pull/203

this is our customized page for login:

image
dadiorchen commented 11 months ago

Here is doc by keycloak about how to create theme: https://www.keycloak.org/docs/latest/server_development/index.html#creating-a-theme

Mohmn commented 11 months ago

@dadiorchen i got the keyclock docker image runing on my local

Screenshot from 2023-11-25 02-33-53

is there any mock avalble for user profile page

dadiorchen commented 11 months ago

@Mohmn mock? do you mean UX/UI design? No, it isn't easy to get designer involved, because we are not going to create a totally new UI, we just adjust the current page/css to fit our style/color, and also as first step, it is not important to give a perfect UI, just go through the things and make the replacement happen is good enough, we can improve the ui later.

dadiorchen commented 11 months ago

BTW, nice job!

Mohmn commented 11 months ago

@Mohmn mock? do you mean UX/UI design? No, it isn't easy to get designer involved, because we are not going to create a totally new UI, we just adjust the current page/css to fit our style/color, and also as first step, it is not important to give a perfect UI, just go through the things and make the replacement happen is good enough, we can improve the ui later.

Got it , will add the necessary styling