epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.46k stars 338 forks source link

Sidebar issues #2028

Closed smellyshovel closed 2 years ago

smellyshovel commented 2 years ago

1.2 -> 1.4

Old: Correct cusor shape on collapsed: Screenshot_20220630_134250

Correct highlighting for selected: Screenshot_20220630_134314

Correct text color: Screenshot_20220630_134330

New:

No pointer cursor shape: Screenshot_20220630_134403

Highlights selected item. Should not. Screenshot_20220630_134429

Incorrect text color when highlighted (see screenshot above).

smellyshovel commented 2 years ago

Also the sizes. These rows have become larger than they used to be. Not sure that the issue comes from the UI package, but knowing that nithing's changed on the Admin side, it should be the UI's issue. Please, check.

m0ksem commented 2 years ago

This is fixed here, but we need to fix even before 1.5.0.

smellyshovel commented 2 years ago

@m0ksem, Not sure if the following thing is taken care of in the PR you've mentioned, but also need to resolve the wierd opacity 0 for minimized sidebar: Screenshot_20220704_194343

For some reason it's specified explicitly here

Screenshot_20220704_194457

And Git blames Vitaly for that. @RVitaly1978, would you please give it a look?

m0ksem commented 2 years ago

@m0ksem, Not sure if the following thing is taken care of in the PR you've mentioned, but also need to resolve the wierd opacity 0 for minimized sidebar: Screenshot_20220704_194343

For some reason it's specified explicitly here

Screenshot_20220704_194457

And Git blames Vitaly for that. @RVitaly1978, would you please give it a look?

I will take a look on it.