mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #145] [MERGED] Markdown documentation for HTTP requests #79
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/145
Author: @gschier
Created: 12/17/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @gschier
Base:
master← Head:markdown-docs📝 Commits (7)
54dd0d0Markdown documentation for HTTP requests6340baaAdd Workspace and Folder description editors8630371Tweak tabsddf1062Final tweaks90e8c13Some more tweaks5825d5eUpdate count badge style2b57811Update editor rounded📊 Changes
30 files changed (+2306 additions, -283 deletions)
View changed files
📝
package-lock.json(+1580 -44)➕
src-tauri/migrations/20241217204951_docs.sql(+8 -0)📝
src-tauri/src/lib.rs(+3 -3)📝
src-tauri/yaak_models/bindings/models.ts(+3 -3)📝
src-tauri/yaak_models/src/models.rs(+9 -0)📝
src-tauri/yaak_models/src/queries.rs(+18 -9)➕
src-web/components/FolderSettingsDialog.tsx(+46 -0)📝
src-web/components/GrpcConnectionSetupPane.tsx(+51 -14)➕
src-web/components/MarkdownEditor.tsx(+137 -0)➕
src-web/components/Prose.css(+201 -0)➕
src-web/components/Prose.tsx(+12 -0)📝
src-web/components/RequestPane.tsx(+82 -74)📝
src-web/components/ResponsePane.tsx(+7 -8)📝
src-web/components/Sidebar.tsx(+21 -34)📝
src-web/components/UrlBar.tsx(+19 -15)➕
src-web/components/WorkpaceSettingsDialog.tsx(+39 -0)📝
src-web/components/Workspace.tsx(+1 -10)📝
src-web/components/WorkspaceActionsDropdown.tsx(+11 -24)📝
src-web/components/WorkspaceHeader.tsx(+1 -0)📝
src-web/components/core/CountBadge.tsx(+3 -2)...and 10 more files
📄 Description
Add support to add Markdown documentation to HTTP requests, GRPC requests, folders, and workspaces.
descriptionfield to appropriate models<MarkdownEditor/>component usingreact-markdown(with GFM plugin)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.