eythaann / Seelen-UI

The Fully Customizable Desktop Environment for Windows 10/11.
Other
4.14k stars 113 forks source link

Calendar view style & onWheel function apply #274 #275

Closed luriusTM closed 4 weeks ago

luriusTM commented 1 month ago

Now it is applied on a wrapper div, so will not affect the popup, but the calendar.

Rewritten it to override defaults and use in styles only the self made styles.

These was the review comments for the previous style problems. Only some minor style element is not possible this way, but it is not so recognisable.

Current: image

eythaann commented 1 month ago

now the classes are ok, but the style doesn't match with the rest of the app, remove transparency and use a solid color just like it is now without transparency just a plain gray-50.

eythaann commented 1 month ago

Also the selected day should have rounder corners, and be solid color.

eythaann commented 1 month ago

also the days that aren't part of the month should be shown, no hidden

luriusTM commented 1 month ago

now the classes are ok, but the style doesn't match with the rest of the app, remove transparency and use a solid color just like it is now without transparency just a plain gray-50.

Also the selected day should have rounder corners, and be solid color.

also the days that aren't part of the month should be shown, no hidden

Yes master! :) image

eythaann commented 1 month ago

Make the header clickable to get the month view just like current implementation allows (if I wanna see the date where I was born for example is hard to fit the date with only the day-to-day view): image image image

luriusTM commented 1 month ago

Make the header clickable to get the month view just like current implementation allows (if I wanna see the date where I was born for example is hard to fit the date with only the day-to-day view): image image image

I'm not sure you are right or not... this view is mostly for some short upcoming ones... or at least I use it for maybe for next month, or next year, I do not browse half a decade ago, if I want something like that, I use an outlook or a calendar app. But as you wish:

https://github.com/user-attachments/assets/3287656f-6048-4c23-bb34-be881bc8e86d

And this component do not have a decade view... please do not ask that :D

eythaann commented 4 weeks ago

hahaha only with the month-to-month is ok, I will merge this, but I will change the styles to fit better with the default theme on the final release.