Skip to content

FEAT: SQL Minifier #85

Merged
peckz merged 5 commits intojamdotdev:mainfrom
prasang-s:feature/sql-minifier
Jul 31, 2025
Merged

FEAT: SQL Minifier #85
peckz merged 5 commits intojamdotdev:mainfrom
prasang-s:feature/sql-minifier

Conversation

@prasang-s
Copy link
Contributor

No description provided.

@peckz peckz requested a review from Copilot July 27, 2025 10:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new SQL Minifier utility tool that removes comments and extra whitespace from SQL queries to optimize them. The feature provides a simple interface for users to paste SQL code and receive a minified version.

  • Creates a new SQL minifier page with input/output text areas and copy functionality
  • Adds the SQL Minifier to the tools list for navigation
  • Includes SEO content component with usage instructions and FAQs

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
pages/utilities/sql-minifier.tsx Main component implementing SQL minification logic and UI
components/utils/tools-list.ts Adds SQL Minifier entry to the tools navigation list
components/seo/SQLMinifierSEO.tsx SEO content component with documentation and FAQs

prasang-s and others added 2 commits July 31, 2025 19:25
@peckz peckz force-pushed the feature/sql-minifier branch 3 times, most recently from ece491f to 0a52726 Compare July 31, 2025 17:55
@peckz peckz force-pushed the feature/sql-minifier branch from 0a52726 to ba32e8c Compare July 31, 2025 17:55
@peckz
Copy link
Collaborator

peckz commented Jul 31, 2025

@prasang-s Thank you! Welcome to the contributors' list. As this was quite risky tool, I had to ask @copilot for help!

@peckz peckz merged commit 80bafad into jamdotdev:main Jul 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants