feat: Update sidebar categories and improve new tag styling

This commit is contained in:
David Haz
2025-07-19 11:06:06 +03:00
parent 050d10a22c
commit 8cc0e53874
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// Highlighted sidebar items // Highlighted sidebar items
export const NEW = []; export const NEW = ['Target Cursor', 'Ripple Grid'];
export const UPDATED = []; export const UPDATED = [];
// Used for main sidebar navigation // Used for main sidebar navigation
@@ -37,6 +37,7 @@ export const CATEGORIES = [
'Noise', 'Noise',
'Splash Cursor', 'Splash Cursor',
'Pixel Transition', 'Pixel Transition',
'Target Cursor',
'Ribbons', 'Ribbons',
'Glare Hover', 'Glare Hover',
'Magnet Lines', 'Magnet Lines',
@@ -48,8 +49,7 @@ export const CATEGORIES = [
'Blob Cursor', 'Blob Cursor',
'Meta Balls', 'Meta Balls',
'Image Trail', 'Image Trail',
'Shape Blur', 'Shape Blur'
'Target Cursor',
] ]
}, },
{ {
@@ -82,6 +82,7 @@ export const CATEGORIES = [
'Beams', 'Beams',
'Dot Grid', 'Dot Grid',
'Hyperspeed', 'Hyperspeed',
'Ripple Grid',
'Silk', 'Silk',
'Lightning', 'Lightning',
'Balatro', 'Balatro',
@@ -95,8 +96,7 @@ export const CATEGORIES = [
'Orb', 'Orb',
'Ballpit', 'Ballpit',
'Liquid Chrome', 'Liquid Chrome',
'Grid Distortion', 'Grid Distortion'
'Ripple Grid',
] ]
} }
]; ];

View File

@@ -132,7 +132,7 @@
.drawer-navigation .sidebar-item .new-tag { .drawer-navigation .sidebar-item .new-tag {
color: #fff; color: #fff;
border: 1px solid #27ff64; border: 1px solid #27ff64;
background-color: rgba(82, 39, 255, 0.3); background-color: rgba(39, 255, 100, 0.3);
} }
.sidebar-item .updated-tag, .sidebar-item .updated-tag,