Feature/ux qol improvements#85
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Related Issue
Closes #
Related to #
Changes Made
Testing
Test Steps
Screenshots (if applicable)
Checklist
Code Quality
TypeScript
anytypes used (unless necessary)pnpm type-check)Linting & Formatting
pnpm lint)pnpm format:check)Testing
pnpm test)Documentation
Build & Deployment
pnpm build)Accessibility
Browser Compatibility
Performance
Additional Notes
Breaking Changes
Migration Guide