mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 18:39:38 -06:00
refactor: remove 7 chatbot integrations from Evolution Manager frontend
Removed chatbot integration pages and components for Chatwoot, Typebot, OpenAI, Dify, Flowise, EvoAI, and EvolutionBot. Only N8N integration remains. Changes: - Deleted 7 chatbot page directories from src/pages/instance/ - Deleted 7 chatbot query directories from src/lib/queries/ - Updated src/routes/index.tsx to remove 18+ routes for deleted chatbots - Updated src/components/sidebar.tsx to show only N8N in integrations menu - Total: 85+ files deleted This aligns the frontend with the backend cleanup that removed the same chatbot integrations, keeping only N8N as the supported chatbot integration.
This commit is contained in:
parent
0bd1d48b58
commit
926711072e
1
manager/dist/assets/index-CMjLqTcd.css
vendored
Normal file
1
manager/dist/assets/index-CMjLqTcd.css
vendored
Normal file
File diff suppressed because one or more lines are too long
485
manager/dist/assets/index-CO3NSIFj.js
vendored
485
manager/dist/assets/index-CO3NSIFj.js
vendored
File diff suppressed because one or more lines are too long
1
manager/dist/assets/index-DsIrum0U.css
vendored
1
manager/dist/assets/index-DsIrum0U.css
vendored
File diff suppressed because one or more lines are too long
475
manager/dist/assets/index-zGEBLdLc.js
vendored
Normal file
475
manager/dist/assets/index-zGEBLdLc.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
manager/dist/index.html
vendored
4
manager/dist/index.html
vendored
@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Evolution Manager</title>
|
||||
<script type="module" crossorigin src="/assets/index-CO3NSIFj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DsIrum0U.css">
|
||||
<script type="module" crossorigin src="/assets/index-zGEBLdLc.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CMjLqTcd.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user