mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #48] [MERGED] Response viewer for PDF #20
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/48
Author: @gschier
Created: 6/9/2024
Status: ✅ Merged
Merged: 6/10/2024
Merged by: @gschier
Base:
master← Head:pdf-viewer📝 Commits (1)
1a3cdf3Add pdf.js📊 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🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.