BF-015-BF-023: Standardize tool actions and JSON/JWT/HTTP flows - #210
Merged
Conversation
Deploying byteflow with
|
| Latest commit: |
a633463
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2ad1d0e9.byteflow-c58.pages.dev |
| Branch Preview URL: | https://codex-bf-p1-tool-actions-jso.byteflow-c58.pages.dev |
baixiangcpp
force-pushed
the
codex/bf-p1-tool-actions-json-jwt-http
branch
from
June 24, 2026 06:08
c350872 to
a633463
Compare
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.
Summary:
Issues:
Implementation details:
hash-generator.ToolActionBarnow sorts actions, exposes disabled reasons via labels/titles/sr-only text, and styles Clear/Reset as destructive. Audited tools now use the shared action bar where they previously had custom controls or ambiguous Reset/Clear semantics.Privacy review:
SEO review:
Accessibility review:
Tests:
npm run test -- tests/component/tool-action-bar.test.tsx tests/component/json-formatter-actions.test.tsx tests/component/jwt-decoder-actions.test.tsx tests/component/http-request-builder-page.test.tsx tests/guards/tool-action-consistency-guard.test.ts tests/guards/sensitive-storage-audit.test.ts tests/guards/jwt-security-semantics-guard.test.ts tests/guards/sensitive-input-warning-guard.test.ts tests/unit/http-request-builder-codegen.test.ts tests/unit/json-format-task.test.ts tests/unit/jwt-decoder-utils.test.tsnpm run lint -- src/features/tool-shell/tool-action-bar.tsx src/features/tools/json-formatter/page.tsx src/features/tools/json-formatter/json-output-toolbar.tsx src/features/tools/json-formatter/browser-actions.ts src/features/tools/jwt-decoder/page.tsx src/features/tools/http-request-builder/page.tsx src/features/tools/base64-encode-decode/page.tsx src/features/tools/regex-generator/page.tsx src/features/tools/regex-tester/page.tsx src/features/tools/uuid-generator/page.tsx src/features/tools/image-resizer/page.tsx src/features/tools/youtube-thumbnail-grabber/page.tsx src/features/tools/vimeo-thumbnail-grabber/page.tsx tests/component/tool-action-bar.test.tsx tests/component/json-formatter-actions.test.tsx tests/component/jwt-decoder-actions.test.tsx tests/component/http-request-builder-page.test.tsx tests/guards/tool-action-consistency-guard.test.ts tests/guards/sensitive-storage-audit.test.tsnpm run lint -- tests/unit/http-request-builder-codegen.test.tsnpm run check:i18nnpm run check:typesnpm run check:content-template && npm run check:faq-schemanpm run buildnpm run buildpassed once for the batch before PR creation.