mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #126] [MERGED] Server sent event response viewer #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/126
Author: @gschier
Created: 10/11/2024
Status: ✅ Merged
Merged: 10/11/2024
Merged by: @gschier
Base:
master← Head:sse📝 Commits (6)
501c90aServer-sent events viewer17f2ba6Format event JSONf9e850dMove parsing to Rust8049c2fSwitch virtualizer and fix gRPC connection stated536e5dRemove Lazyc49518bFix scrolling📊 Changes
24 files changed (+513 additions, -104 deletions)
View changed files
📝
package-lock.json(+51 -0)📝
package.json(+1 -0)📝
src-tauri/Cargo.lock(+42 -0)📝
src-tauri/Cargo.toml(+3 -1)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)📝
src-tauri/src/http_request.rs(+82 -62)📝
src-tauri/src/lib.rs(+32 -5)📝
src-tauri/yaak_models/src/queries.rs(+1 -0)➕
src-tauri/yaak_sse/Cargo.toml(+9 -0)➕
src-tauri/yaak_sse/bindings/sse.ts(+3 -0)➕
src-tauri/yaak_sse/index.ts(+1 -0)➕
src-tauri/yaak_sse/package.json(+6 -0)➕
src-tauri/yaak_sse/src/lib.rs(+1 -0)➕
src-tauri/yaak_sse/src/sse.rs(+12 -0)📝
src-web/components/GrpcConnectionMessagesPane.tsx(+1 -1)📝
src-web/components/ResponsePane.tsx(+8 -5)📝
src-web/components/core/InlineCode.tsx(+0 -1)➕
src-web/components/responseViewers/EventStreamViewer.tsx(+205 -0)➕
src-web/hooks/useResponseBodyEventSource.ts(+12 -0)📝
src-web/lib/contentType.ts(+12 -0)...and 4 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.