feat: unify pastel application into single playground and remove standalone pages

This commit is contained in:
2026-02-26 12:07:21 +01:00
parent 225a9ad7fb
commit 061ea1d806
21 changed files with 519 additions and 2127 deletions

View File

@@ -48,17 +48,7 @@ const navigation: NavGroup[] = [
{
title: 'Pastel',
href: '/pastel',
icon: <PastelIcon className="h-4 w-4" />,
items: [
{ title: 'Harmony Palettes', href: '/pastel/harmony' },
{ title: 'Distinct Colors', href: '/pastel/distinct' },
{ title: 'Gradients', href: '/pastel/gradient' },
{ title: 'Contrast Checker', href: '/pastel/contrast' },
{ title: 'Color Blindness', href: '/pastel/colorblind' },
{ title: 'Text Color', href: '/pastel/textcolor' },
{ title: 'Named Colors', href: '/pastel/names' },
{ title: 'Batch Operations', href: '/pastel/batch' },
]
icon: <PastelIcon className="h-4 w-4" />
},
{
title: 'Media Converter',