Skip to content

Feature/ux qol improvements#85

Merged
drakehanguyen merged 8 commits into
mainfrom
feature/ux-qol-improvements
May 3, 2026
Merged

Feature/ux qol improvements#85
drakehanguyen merged 8 commits into
mainfrom
feature/ux-qol-improvements

Conversation

@drakehanguyen
Copy link
Copy Markdown
Collaborator

Description

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvement
  • ✅ Test addition or update
  • 🎨 Style/formatting changes (no functional changes)
  • 🔧 Configuration changes
  • 🔒 Security fix

Related Issue

Closes #
Related to #

Changes Made

Testing

  • ✅ All existing tests pass
  • ✅ New tests added for new functionality
  • ✅ Manual testing completed
  • ✅ Tested on multiple browsers (if applicable)
  • ✅ Tested on mobile devices (if applicable)

Test Steps

Screenshots (if applicable)

Before After

Checklist

Code Quality

  • Code follows the project's style guidelines
  • Self-review of code completed
  • Comments added for complex code/logic
  • No console.log statements left in code
  • No commented-out code
  • Code is properly formatted (Prettier)

TypeScript

  • TypeScript types are properly defined
  • No any types used (unless necessary)
  • Type checking passes (pnpm type-check)

Linting & Formatting

  • ESLint passes (pnpm lint)
  • Code is properly formatted (pnpm format:check)

Testing

  • Unit tests added/updated
  • All tests pass (pnpm test)
  • Test coverage maintained or improved

Documentation

  • README.md updated (if applicable)
  • CHANGELOG.md updated (if applicable)
  • Code comments added/updated
  • JSDoc comments added for public APIs (if applicable)

Build & Deployment

  • Build succeeds (pnpm build)
  • No build warnings or errors
  • Production build tested locally

Accessibility

  • Accessibility considerations addressed
  • Keyboard navigation works (if applicable)
  • Screen reader tested (if applicable)

Browser Compatibility

  • Tested on Chrome
  • Tested on Firefox
  • Tested on Safari
  • Tested on Edge (if applicable)
  • Mobile responsive (if applicable)

Performance

  • No performance regressions
  • Bundle size impact considered
  • Lazy loading used where appropriate

Additional Notes

Breaking Changes

Migration Guide

DrakeNguyen and others added 8 commits April 30, 2026 23:40
Made-with: Cursor
Add localStorage-backed recent/pinned tools surfaced on the welcome page
and command palette (with star toggle). Introduce a lightweight toast when
copy succeeds from CodePanel, JWT local-processing notices, a dismissible
mobile banner for desktop-oriented tools, reduced-motion-friendly loading,
and unit tests for activity storage helpers.

Made-with: Cursor
Add site URL helpers for canonical/OG asset URLs with BASE_PATH; extend
tool/category/instance metadata; web app manifest and theme colors; welcome
grid ordering plus pin toggles on quick-access chips; palette tips/tooltips;
About keyboard shortcuts; JSON Formatter hash share links with LocalProcessing
notice; LocalProcessing notices on hash/base/QR tools; README wording update.

Co-authored-by: Cursor <cursoragent@cursor.com>
Integrate pinning feature across various components, including AppSidebar, CommandPalette, and WelcomePage, allowing users to easily pin and unpin tools. Update ToolCard to display pin controls and improve user experience with visual cues. Remove LocalProcessingNotice from multiple tools to streamline the interface.

Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce a new Text Minifier tool that collapses redundant whitespace in plain text. Users can choose between single-line and per-line modes, with options for normalizing line endings and removing empty lines. The tool includes a user-friendly interface with input/output panels and example text for demonstration. Additionally, implement unit tests to ensure functionality and accuracy of the minification process.

Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce a new HTTP Status Cheatsheet tool that provides a searchable reference for common HTTP response status codes, including their classes, names, and short explanations. The tool features a user-friendly interface with search and filter options, allowing users to easily find relevant status codes. Additionally, implement unit tests to ensure the accuracy and functionality of the tool.

Co-authored-by: Cursor <cursoragent@cursor.com>
…nalysis

Introduce a new Headers/Cookies Explainer tool that allows users to paste HTTP headers or cookie strings and receive a structured breakdown with glossary explanations. The tool features a user-friendly interface with tabs for different types of input and integrates state management for preserving user input. Additionally, implement unit tests to ensure the accuracy and functionality of the parsing logic.

Co-authored-by: Cursor <cursoragent@cursor.com>
…or improvements

Refactor the Headers/Cookies Explainer tool to integrate a code panel for better user interaction with HTTP headers and cookie strings. Implement new input handling with tabs for different content types, allowing users to load example data easily. Enhance the editor experience with placeholder text and footer hints for clearer guidance. This update aims to improve usability and streamline the input process for users.
@drakehanguyen drakehanguyen merged commit 8d03a29 into main May 3, 2026
7 checks 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.

1 participant