Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Tool names are formatted incorrectly in “Resume your last tool” and “Most Used Tools”. #399

@Ananthan-A-K

Description

@Ananthan-A-K
  • Evidence: DocuHub/app/dashboard/page.tsx:264 and DocuHub/app/dashboard/page.tsx:296 use replace("-", " "), which only replaces the first hyphen.
  • Impact: IDs like pdf-page-reorder render as PDF PAGE-REORDER instead of PDF PAGE REORDER, which looks broken/unpolished. - Fix: use replaceAll("-", " ") (or regex replace(/-/g, " ")) before display.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions