[PR #4773] [MERGED] [Feature] Plugin enable/disable button #134372

Closed
opened 2026-06-17 17:48:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4773
Author: @alecbakholdin
Created: 4/8/2025
Status: Merged
Merged: 4/9/2025
Merged by: @lelemm

Base: feat/frontend-pluginsHead: disable-button


📝 Commits (3)

  • 5312a2c added generic error notification
  • 8578dfe can now enable and disable plugins
  • 9d97b8f Merge branch 'feat/frontend-plugins' into disable-button

📊 Changes

5 files changed (+152 additions, -75 deletions)

View changed files

📝 packages/desktop-client/src/components/plugins/ManagePlugins.tsx (+111 -65)
📝 packages/desktop-client/src/plugin/core/pluginLoader.ts (+6 -3)
📝 packages/desktop-client/src/plugin/core/pluginStore.ts (+5 -3)
📝 packages/loot-core/src/client/notifications/notificationsSlice.ts (+29 -4)
📝 packages/plugins-core/src/types/actualPluginManifest.d.ts (+1 -0)

📄 Description

Can now click pause/play on plugin.
image
image


🔄 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/actualbudget/actual/pull/4773 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `feat/frontend-plugins` ← **Head:** `disable-button` --- ### 📝 Commits (3) - [`5312a2c`](https://github.com/actualbudget/actual/commit/5312a2ca92a7057e3faa6ea04dec8716b6432c01) added generic error notification - [`8578dfe`](https://github.com/actualbudget/actual/commit/8578dfeaf575cc66716035fe06b5443d1c4dac94) can now enable and disable plugins - [`9d97b8f`](https://github.com/actualbudget/actual/commit/9d97b8f8163226fe918b7ef6d8ba9642ee414534) Merge branch 'feat/frontend-plugins' into disable-button ### 📊 Changes **5 files changed** (+152 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/plugins/ManagePlugins.tsx` (+111 -65) 📝 `packages/desktop-client/src/plugin/core/pluginLoader.ts` (+6 -3) 📝 `packages/desktop-client/src/plugin/core/pluginStore.ts` (+5 -3) 📝 `packages/loot-core/src/client/notifications/notificationsSlice.ts` (+29 -4) 📝 `packages/plugins-core/src/types/actualPluginManifest.d.ts` (+1 -0) </details> ### 📄 Description Can now click pause/play on plugin. <img width="1662" alt="image" src="https://github.com/user-attachments/assets/753d65b0-a0ee-4175-a266-e6d979ca3d3a" /> <img width="1665" alt="image" src="https://github.com/user-attachments/assets/83286c17-ca9f-4ffd-ac46-ba8d1f7832bc" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 17:48:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#134372