[PR #373] [MERGED] Show full URL parts in Timeline debug view #295

Closed
opened 2026-03-22 21:14:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/373
Author: @gschier
Created: 1/28/2026
Status: Merged
Merged: 1/28/2026
Merged by: @gschier

Base: mainHead: timeline-improvements


📝 Commits (1)

  • fc6b5d9 Show full URL parts in Timeline debug view

📊 Changes

4 files changed (+73 additions, -12 deletions)

View changed files

📝 crates/yaak-http/src/sender.rs (+28 -3)
📝 crates/yaak-models/bindings/gen_models.ts (+1 -1)
📝 crates/yaak-models/src/models.rs (+14 -0)
📝 src-web/components/HttpResponseTimeline.tsx (+30 -8)

📄 Description

https://feedback.yaak.app/p/timeline-debug-view-doesnt-show-url-query-parameters

The Timeline response tab now shows full URL details for "Send URL" events. Clicking on the event will show the exact protocol, path, schema, host, port, querystring, and fragment of the requested URL.

CleanShot 2026-01-28 at 08 25 57
  • The Timeline (debug) view now shows all URL components for requests
  • Added full reconstructed URL as first item in expanded details
  • Shows: Method, Scheme, Username, Password, Host, Port, Path, Query, Fragment
  • Query and Fragment are shown in the summary line as well

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/373 **Author:** [@gschier](https://github.com/gschier) **Created:** 1/28/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `timeline-improvements` --- ### 📝 Commits (1) - [`fc6b5d9`](https://github.com/mountain-loop/yaak/commit/fc6b5d9f9f586245790357a17fd6da7deb7303b4) Show full URL parts in Timeline debug view ### 📊 Changes **4 files changed** (+73 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `crates/yaak-http/src/sender.rs` (+28 -3) 📝 `crates/yaak-models/bindings/gen_models.ts` (+1 -1) 📝 `crates/yaak-models/src/models.rs` (+14 -0) 📝 `src-web/components/HttpResponseTimeline.tsx` (+30 -8) </details> ### 📄 Description https://feedback.yaak.app/p/timeline-debug-view-doesnt-show-url-query-parameters The Timeline response tab now shows full URL details for "Send URL" events. Clicking on the event will show the exact protocol, path, schema, host, port, querystring, and fragment of the requested URL. <img width="1420" height="1058" alt="CleanShot 2026-01-28 at 08 25 57" src="https://github.com/user-attachments/assets/67605415-cb8a-4b77-9f8b-ef5abbc58d99" /> - The Timeline (debug) view now shows all URL components for requests - Added full reconstructed URL as first item in expanded details - Shows: Method, Scheme, Username, Password, Host, Port, Path, Query, Fragment - Query and Fragment are shown in the summary line as well --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 21:14:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#295