Skip to content

Workflow tauri build#3

Merged
jordandevai merged 2 commits into
mainfrom
workflow-tauri-build
Feb 26, 2026
Merged

Workflow tauri build#3
jordandevai merged 2 commits into
mainfrom
workflow-tauri-build

Conversation

@jordandevai
Copy link
Copy Markdown
Owner

No description provided.

…d concurrent execution

Implement a broad reliability and QoL pass across backend and frontend to address large-response freezes, unsafe edit flows, secret transform edge cases, and single-run throughput limits.

Backend changes:

- Preserve response body as text in runtime results and avoid unnecessary JSON deserialization.

- Extend RequestResult metadata with content type, JSON/body flags, and body bytes.

- Add targeted last-result upsert endpoint/storage path to avoid heavy full-file rewrites.

- Refactor secret encryption/decryption transforms into reusable core modules with tests.

Frontend changes:

- Replace heavy JSON viewer path with virtualized response rendering for large payloads.

- Add Raw response Copy Body action and keep Copy All behavior.

- Introduce reusable sync/edit guards for request/environment forms to prevent overwrite and lockout behavior.

- Convert URL editor and query param editor to shared dialog primitives with explicit save/discard semantics.

- Add reusable unsaved-changes guard and apply to close/switch flows.

- Improve table ergonomics with shared keyboard navigation (tab/enter/arrows/cmd-backspace), inline duplicate/missing-key feedback, and modular validation notices.

- Add shared request preflight validation with focus-to-first-error behavior on Save/Send.

- Add per-request running state and bulk folder execution helpers with configurable concurrency settings.

- Tighten sidebar dialog state updates to avoid stale closure bugs.

- Remove misleading readOnly input change handler in workspace passphrase UI.

Validation run:

- frontend build succeeds via npm run build.
…odel

Replace MIT with a dual-license structure and document commercial licensing requirements.

- Add LICENSE-PERSONAL.md for free personal/non-commercial use

- Add LICENSE-COMMERCIAL.md for paid commercial licensing terms

- Update LICENSE root pointer file and transition notes

- Update README badge and licensing section

- Update website references to https://litefetch.com
@jordandevai jordandevai merged commit 1e488af into main Feb 26, 2026
0 of 3 checks passed
@jordandevai jordandevai deleted the workflow-tauri-build branch February 26, 2026 18: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.

1 participant