Skip to content

feat: add String Length counter tool#7

Merged
slhmy merged 1 commit intomainfrom
copilot/add-string-length-counter-tool
Apr 17, 2026
Merged

feat: add String Length counter tool#7
slhmy merged 1 commit intomainfrom
copilot/add-string-length-counter-tool

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 17, 2026

Adds a new String Length page (/string-length) that provides real-time string statistics as the user types.

Changes

  • src/pages/string-length.tsx — New page with a textarea and live-updating stat cards:
    • Characters (total)
    • Characters (no spaces)
    • Bytes (UTF-8)
    • Words
    • Lines
  • src/App.tsx — Registers the /string-length route.
  • src/components/app-sidebar.tsx — Adds a new String sidebar category containing the String Length entry.

Agent-Logs-Url: https://github.com/slhmy/dev-tools-web/sessions/c317bcf4-c139-46bf-9249-1b2e5dceb737

Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
@slhmy slhmy marked this pull request as ready for review April 17, 2026 03:32
@slhmy slhmy merged commit 11694a6 into main Apr 17, 2026
4 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.

2 participants