Skip to content

feat(converters): migrate all 15 Converters onto the shared tool kit - #308

Merged
itsmeakhil merged 1 commit into
anu/update-1.2from
anu/update-1.4
Aug 21, 2026
Merged

feat(converters): migrate all 15 Converters onto the shared tool kit#308
itsmeakhil merged 1 commit into
anu/update-1.2from
anu/update-1.4

Conversation

@itsmeakhil

Copy link
Copy Markdown
Collaborator

Phase 2 of the tool-consistency pass. Every Converter now renders through ToolShell + IOPanel/ToolTextArea (IO-style) or ToolShell + kit-surface panels (form-style), instead of hand-rolled Cards + raw textareas — so they share one visual language with the Formatters and base64.

IO-style (input → output): url-encode, escape-encode, url-parser,
string-inspector, string-case-converter, line-sort-dedupe, image-to-base64,
token-counter (base64 was already migrated in Phase 0)
Form-style (fields → computed result): number-base-converter,
timestamp-converter, unit-converter, chmod-calculator, csv-excel-json,
timezone-converter

Also: IOPanel now omits its header row when a panel has neither label nor actions (avoids an empty header strip; string-inspector's results panel).

Logic preserved (state, handlers, useMemo, i18n, drag-drop, file upload, mode toggles). 0 type errors; all 15 pages render.

Phase 2 of the tool-consistency pass. Every Converter now renders through
ToolShell + IOPanel/ToolTextArea (IO-style) or ToolShell + kit-surface panels
(form-style), instead of hand-rolled Cards + raw textareas — so they share one
visual language with the Formatters and base64.

IO-style (input → output): url-encode, escape-encode, url-parser,
  string-inspector, string-case-converter, line-sort-dedupe, image-to-base64,
  token-counter  (base64 was already migrated in Phase 0)
Form-style (fields → computed result): number-base-converter,
  timestamp-converter, unit-converter, chmod-calculator, csv-excel-json,
  timezone-converter

Also: IOPanel now omits its header row when a panel has neither label nor
actions (avoids an empty header strip; string-inspector's results panel).

Logic preserved (state, handlers, useMemo, i18n, drag-drop, file upload,
mode toggles). 0 type errors; all 15 pages render.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mydevtools-tech Ready Ready Preview Aug 21, 2026 3:32pm

@itsmeakhil
itsmeakhil merged commit d5e5bfd into anu/update-1.2 Aug 21, 2026
4 checks passed
@github-actions

Copy link
Copy Markdown

ThreatCrush Security Scan

0 finding(s)

No findings.

@itsmeakhil
itsmeakhil deleted the anu/update-1.4 branch August 21, 2026 20:06
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