aleksey-hoffman / sigma-file-manager

"Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / browser) app for Windows and Linux.
https://sigma-file-manager.vercel.app
Other
3.84k stars 145 forks source link

refactor: migrate settings header section #325

Open MasihTak opened 7 months ago

MasihTak commented 7 months ago

Should I also replace <VDivider class="my-3" /> with custom HTML code?

aleksey-hoffman commented 6 months ago

Should I also replace <VDivider class="my-3" /> with custom HTML code?

I think we can just replace it with a border on the header. We already have a divider CSS variable. Somehing like this:

padding-bottom: 16px;
border-bottom: 1px solid var(--divider-color);
aleksey-hoffman commented 6 months ago

Thanks Masih :) I will add the final changes and merge it soon

MasihTak commented 6 months ago

Pleasure is mine! 😇 The button component still requires some adjustments; for example, the variant is hardcoded and not dynamic.