mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #231] [MERGED] Theme plugins #157
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/231
Author: @gschier
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @gschier
Base:
master← Head:theme-plugins📝 Commits (3)
36bbb87Mostly working2a6f139Better plugin reloading and theme parsinga0e5e60Fix filter plugin names📊 Changes
64 files changed (+1753 additions, -1622 deletions)
View changed files
📝
package-lock.json(+283 -220)📝
package.json(+2 -1)📝
packages/plugin-runtime-types/src/bindings/gen_events.ts(+96 -66)📝
packages/plugin-runtime-types/src/plugins/ThemePlugin.ts(+2 -7)📝
packages/plugin-runtime-types/src/plugins/index.ts(+1 -1)📝
packages/plugin-runtime-types/tsconfig.json(+7 -2)📝
packages/plugin-runtime/src/PluginInstance.ts(+9 -0)📝
plugins/auth-basic/package.json(+1 -1)📝
plugins/auth-bearer/package.json(+1 -1)📝
plugins/auth-jwt/package.json(+1 -1)📝
plugins/auth-oauth2/package.json(+1 -1)📝
plugins/exporter-curl/package.json(+1 -1)📝
plugins/filter-jsonpath/package.json(+1 -1)📝
plugins/filter-xpath/package.json(+1 -1)📝
plugins/importer-curl/package.json(+1 -1)📝
plugins/importer-insomnia/package.json(+1 -1)📝
plugins/importer-openapi/package.json(+1 -1)📝
plugins/importer-postman/package.json(+1 -1)📝
plugins/importer-yaak/package.json(+1 -1)📝
plugins/template-function-cookie/package.json(+1 -1)...and 44 more files
📄 Description
Add the ability to create plugins to provide themes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.