Ethan Pollack
Ethan Pollack
I've made the changes, but the new `cn` function is breaking things, so it it not ready to be merged just yet.
@Ansub I have made the changes to use the new `usingCn` flag and I switched the `cn` function to import from utils. The background grid is working effectively and should...
I updated the `BackgroundGrid` component to have an elliptical fade effect now. I also removed the fade controls from the component which makes it more opinionated.
Should be good now
@Ansub We should be able to close this now
I had also created a Glassmorphism Button for SyntaxUI in the past. Here is what mine looks like. https://github.com/Ansub/SyntaxUI/assets/16091805/31a88df8-1122-4d3d-9900-6335e75f7d99
This is what that looks like: The red part behind it is what gives it it's glassy look.
That's pretty similar to what I had :). Do you want me to make it a square, or rotate the background, or both?
This might be the intended functionality. But, if we wanted to change it to include the subitems too, we can change `Navigation.tsx`: > `let isActiveGroup = group.links.findIndex((link) => link.href ===...
@Ansub should we close this?