[PR #48] [MERGED] Response viewer for PDF #20

Closed
opened 2025-12-29 07:18:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/48
Author: @gschier
Created: 6/9/2024
Status: Merged
Merged: 6/10/2024
Merged by: @gschier

Base: masterHead: pdf-viewer


📝 Commits (1)

📊 Changes

9 files changed (+750 additions, -29 deletions)

View changed files

📝 package-lock.json (+635 -19)
📝 package.json (+2 -0)
📝 src-web/components/ResponsePane.tsx (+3 -0)
src-web/components/responseViewers/PdfViewer.css (+3 -0)
src-web/components/responseViewers/PdfViewer.tsx (+61 -0)
📝 src-web/components/responseViewers/TextViewer.tsx (+13 -8)
📝 src-web/main.css (+4 -0)
📝 src-web/main.tsx (+6 -0)
📝 vite.config.ts (+23 -2)

📄 Description

This PR adds a response viewer for PDF files using react-pdf

CleanShot 2024-06-09 at 09 29 16@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/48 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/9/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `pdf-viewer` --- ### 📝 Commits (1) - [`1a3cdf3`](https://github.com/mountain-loop/yaak/commit/1a3cdf35ea021015520d11de9f46e28a67d20eae) Add pdf.js ### 📊 Changes **9 files changed** (+750 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+635 -19) 📝 `package.json` (+2 -0) 📝 `src-web/components/ResponsePane.tsx` (+3 -0) ➕ `src-web/components/responseViewers/PdfViewer.css` (+3 -0) ➕ `src-web/components/responseViewers/PdfViewer.tsx` (+61 -0) 📝 `src-web/components/responseViewers/TextViewer.tsx` (+13 -8) 📝 `src-web/main.css` (+4 -0) 📝 `src-web/main.tsx` (+6 -0) 📝 `vite.config.ts` (+23 -2) </details> ### 📄 Description This PR adds a response viewer for PDF files using `react-pdf` ![CleanShot 2024-06-09 at 09 29 16@2x](https://github.com/yaakapp/app/assets/587576/5cc8ebee-7687-425e-b762-3f2585e5435a) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:18:55 +01:00
adam closed this issue 2025-12-29 07:18:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#20