Skip to content

feat(editor): Enable copying request details - #53

Merged
axbarchuk merged 1 commit into
voleeo:mainfrom
lucasAguiar11:feat/inspect-query-and-timing-selectable
Aug 18, 2026
Merged

feat(editor): Enable copying request details#53
axbarchuk merged 1 commit into
voleeo:mainfrom
lucasAguiar11:feat/inspect-query-and-timing-selectable

Conversation

@lucasAguiar11

@lucasAguiar11 lucasAguiar11 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

What & why

Enables native text selection and copying in the Inspect request modal, the Sent request summary, and Timing event rows.

The implementation reuses the existing .selectable-text convention. It adds no Clipboard API, state, IPC, dependencies, or shortcuts. Timing row prefixes are now included in selections while filters, virtualization, linked-request navigation, and masked secrets remain unchanged.

Captura de Tela 2026-08-17 às 10 28 14 Captura de Tela 2026-08-17 às 10 28 30

Verification

  • bun run typecheck
  • bun run lint
  • bun run test — 203 passed, 0 failed
  • bun run build
  • Tauri visual smoke test

Checklist

  • bun run typecheck, bun run lint, and the cargo checks pass (see CONTRIBUTING.md)
  • New Tauri commands are registered in collect_commands! and bun run codegen was run — not applicable; no Tauri command changed
  • Follows the rules in AGENTS.md (file-size limits, render-loop rules, no migration shims)

@lucasAguiar11
lucasAguiar11 marked this pull request as ready for review August 17, 2026 13:28
@axbarchuk
axbarchuk merged commit a293066 into voleeo:main Aug 18, 2026
1 check 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