gsxdsm
2c1567c6b8
FN-8418: add WhatsApp QR pairing settings
Add WhatsApp connection pairing guidance directly in plugin settings.
- Display a QR code and phone pairing instructions for WhatsApp Chat connections.
- Expose connection details through the plugin and document the setup flow.
- Add dashboard and plugin regression coverage plus a release changeset.
Files changed:
.changeset/fn-8418-whatsapp-settings-pairing.md | 7 +
docs/plugin-management.md | 2 +-
.../dashboard/app/components/PluginManager.tsx | 4 +
.../app/components/WhatsAppChatPairingPanel.css | 115 ++++++++++++++
.../app/components/WhatsAppChatPairingPanel.tsx | 165 +++++++++++++++++++++
.../components/__tests__/PluginManager.test.tsx | 21 +++
.../__tests__/WhatsAppChatPairingPanel.test.tsx | 78 ++++++++++
plugins/fusion-plugin-whatsapp-chat/README.md | 19 +--
.../src/__tests__/connection.test.ts | 16 +-
.../src/__tests__/index.test.ts | 33 +++++
.../fusion-plugin-whatsapp-chat/src/connection.ts | 21 ++-
plugins/fusion-plugin-whatsapp-chat/src/index.ts | 15 +-
12 files changed, 479 insertions(+), 17 deletions(-)
Fusion-Task-Id: FN-8418
Fusion-Task-Lineage: a16b7d25-422d-4612-83d4-d5ac9c049aec
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-20 00:54:01 -07:00
..
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 02:25:39 -07:00
2026-07-18 00:52:59 -07:00
2026-07-19 12:16:12 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-01 20:40:02 -07:00
2026-07-18 00:52:59 -07:00
2026-07-19 18:59:36 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 17:13:57 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 00:52:59 -07:00
2026-07-19 18:59:36 -07:00
2026-07-18 00:52:59 -07:00
2026-07-19 15:45:45 -07:00
2026-07-20 00:54:01 -07:00
2026-04-09 20:19:43 -07:00