From 41c77dce9d8f8a7df19e23202964055688ba56bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 15:26:31 +0100 Subject: [PATCH] refactor: remove Paint tool from toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed Paint card from ToolsGrid - Updated Stats from 7 to 6 tools - Updated Footer badge from 7 to 6 tools - Removed Paint link from Footer tools column - Removed Paint from README Available Tools section Current tools (6): - Vert (file converter) - Pastel (color toolkit) - Stirling (PDF toolkit) - Units (unit converter) - Draw (whiteboard) - Figlet (ASCII art) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 1 - components/Footer.tsx | 3 +-- components/Stats.tsx | 2 +- components/ToolsGrid.tsx | 13 ------------- 4 files changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 6820879..8c938d7 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ Tailwind CSS 4 uses a new CSS-first configuration approach: ## Available Tools - **Vert** - Privacy-focused file converter (images, audio, documents) -- **Paint** - Browser-based image editor - **Pastel** - Modern color manipulation toolkit with palette generation and accessibility testing - **Stirling** - Powerful PDF toolkit with 50+ operations (merge, split, convert, OCR, sign) - **Units** - Smart unit converter with 187 units across 23 categories (length, mass, temperature, etc.) diff --git a/components/Footer.tsx b/components/Footer.tsx index 5196336..e68b766 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -24,7 +24,7 @@ export default function Footer() { Your Creative Toolkit

- 7 Tools + 6 Tools • Open Source
@@ -61,7 +61,6 @@ export default function Footer() {

Tools

Vert - Paint Pastel Stirling Units diff --git a/components/Stats.tsx b/components/Stats.tsx index fc641a4..310ae83 100644 --- a/components/Stats.tsx +++ b/components/Stats.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; const stats = [ { - number: '7', + number: '6', label: 'Tools', icon: ( diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index 45e641f..4df604e 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -17,19 +17,6 @@ const tools = [ ), }, - { - title: 'Paint', - description: 'An advanced image editor running in your browser. Edit photos, create graphics, and more.', - url: 'https://paint.kit.pivoine.art', - gradient: 'gradient-orange-pink', - accentColor: '#f97316', - badges: ['Browser-Based', 'Free'], - icon: ( - - - - ), - }, { title: 'Pastel', description: 'Modern color manipulation toolkit with palette generation, accessibility testing, and format conversion. Supports hex, RGB, HSL, Lab, and more.',