fred4jupiter / fredbet

Simple football betting application using Spring Boot, Thymeleaf and Bootstrap. Well prepared for betting with friends.
MIT License
119 stars 63 forks source link

Change background and navigation bar color in runtime configuration #33

Closed jotiprime closed 2 years ago

jotiprime commented 2 years ago

Hey, Can you add an option to put a background image in each (including login and register) page (optionn to put diferent image in different page) from config. Also a option to change the menu bar color from config.

Thanks!

fred4jupiter commented 2 years ago

That sounds very weird to me. It slows down the loading time of a page, especially on mobile devices. So what is your use case for this?

jotiprime commented 2 years ago

For friends, but I like a little customization like background and colors.

fred4jupiter commented 2 years ago

I´ve integrated the bootswatch library for using multiple themes within FredBet. You can switch the theme and the navbar (default and inverse) for best look and feel. See latest docker image. An offical release will follow soon.

jotiprime commented 2 years ago

Okay, Thanks!!