maseiler / avh-booking-system

Booking system based in liabilities
3 stars 4 forks source link

Scroll List, Darkmode, small fixes #106

Closed ebert-l closed 1 year ago

ebert-l commented 1 year ago

User Liste ist jetzt alleine scrollbar, ohne die Navigation weg zu scrollen.

ebert-l commented 1 year ago

Darkmode kann gestartet werden, wenn man auf den Bierkrug oben links klickt

maseiler commented 1 year ago

Very nice work! I'd love to have a few quick fixes before I merge it into production:

Feature request

ebert-l commented 1 year ago

All Fixes are now implemented. The feature Request with the time-based color switching will be provided as a seperate merge.

ebert-l commented 1 year ago

Time based switching is now implemented. Check-Interval is set to 10s. The manual switch is obsolete with automatic switching enabled. Therefore the switch is no longer visible while using time based theme switching. If you want to disable automatic mode and go back to manual switching, you just need to change the value of 'automaticThemeSwitching' to false in NavBar.vue

ebert-l commented 1 year ago

Too many changes in one PR. I will separate the changes in three different PRs.