Workflow tauri build#3
Merged
Merged
Conversation
…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
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.
No description provided.