[PR #346] [MERGED] Add Cookies response pane tab #268

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

📋 Pull Request Information

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

Base: mainHead: omnara/grimy-commuting


📝 Commits (5)

  • b8ddf20 Reorganize HTTP response pane tabs
  • e462e3c Add Cookies tab to HTTP response pane
  • 005bb82 Better formatting
  • 06ae2a4 Add defaultOpen to request cookies
  • dfef55a Merge branch 'main' into omnara/grimy-commuting

📊 Changes

3 files changed (+279 additions, -13 deletions)

View changed files

📝 src-web/components/HttpResponsePane.tsx (+27 -10)
src-web/components/ResponseCookies.tsx (+225 -0)
📝 src-web/components/ResponseHeaders.tsx (+27 -3)

📄 Description

This PR adds a Cookies response tab and merged Info tab with Headers tab

CleanShot 2026-01-05 at 13 29 32@2x

🔄 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/346 **Author:** [@gschier](https://github.com/gschier) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 1/5/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `omnara/grimy-commuting` --- ### 📝 Commits (5) - [`b8ddf20`](https://github.com/mountain-loop/yaak/commit/b8ddf2051feb8a2884bf672a02f52617ddaa408c) Reorganize HTTP response pane tabs - [`e462e3c`](https://github.com/mountain-loop/yaak/commit/e462e3c76ce821b537930b70bee85f69de5c5cec) Add Cookies tab to HTTP response pane - [`005bb82`](https://github.com/mountain-loop/yaak/commit/005bb82a589334f5c6c993b57e6fe3abe93541ff) Better formatting - [`06ae2a4`](https://github.com/mountain-loop/yaak/commit/06ae2a4fefe3a9dd64d529b789c08e6f8242674e) Add defaultOpen to request cookies - [`dfef55a`](https://github.com/mountain-loop/yaak/commit/dfef55a7285bc3c3da221ae4735e6ea897d183fb) Merge branch 'main' into omnara/grimy-commuting ### 📊 Changes **3 files changed** (+279 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/HttpResponsePane.tsx` (+27 -10) ➕ `src-web/components/ResponseCookies.tsx` (+225 -0) 📝 `src-web/components/ResponseHeaders.tsx` (+27 -3) </details> ### 📄 Description This PR adds a Cookies response tab and merged Info tab with Headers tab <img width="1168" height="860" alt="CleanShot 2026-01-05 at 13 29 32@2x" src="https://github.com/user-attachments/assets/c6863c20-04bd-48ab-8c13-6e1747151d7f" /> --- <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:12:07 -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#268