[PR #231] [MERGED] Theme plugins #157

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

📋 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: masterHead: theme-plugins


📝 Commits (3)

  • 36bbb87 Mostly working
  • 2a6f139 Better plugin reloading and theme parsing
  • a0e5e60 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/231 **Author:** [@gschier](https://github.com/gschier) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `theme-plugins` --- ### 📝 Commits (3) - [`36bbb87`](https://github.com/mountain-loop/yaak/commit/36bbb87a5efa50caadae306e8e37cd854e4add0f) Mostly working - [`2a6f139`](https://github.com/mountain-loop/yaak/commit/2a6f139d36ffe1544fcee1eead8d3ad050acf220) Better plugin reloading and theme parsing - [`a0e5e60`](https://github.com/mountain-loop/yaak/commit/a0e5e60803c39031bd0db8396409ba37dc27616c) Fix filter plugin names ### 📊 Changes **64 files changed** (+1753 additions, -1622 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Add the ability to create plugins to provide themes. --- <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:19:35 +01:00
adam closed this issue 2025-12-29 07:19:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#157