1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/src/lib/addons
Nuno Góis 055cf15262
fix: misc integration-related fixes and improvements (#4754)
https://linear.app/unleash/issue/2-1401/misc-fixes-and-improvements-related-to-the-new-slack-app-integration

This includes multiple UI-related misc fixes and improvements that are
not only related with the new Slack App integration but also
integrations in general.

 - Improves the styling in the "how does it work" section;
 - Improves the text in the `IntegrationMultiSelector`s;
 - Switches "Configure" and "Open" around to match designs;
- Properly handles click event on `IntegrationCardMenu` (fix navigation
on dialog click);
- Fixes titles and contents for "enable/disable" and "delete"
integration dialogs to match designs;
- Updates Slack App integration "how does it work" section to better
reflect the intended behavior;
 - Removes redundant alerts after previous point;
- Adds an alert in the old Slack integration configuration warning of
its deprecation and suggesting the new Slack App integration instead;
 - Fixes typos;
 - Slight refactors;


![image](https://github.com/Unleash/unleash/assets/14320932/17b09742-f00b-4be2-829f-8248ffe67996)

Co-authored by @nicolaesocaciu
2023-09-15 14:50:59 +01:00
..
__snapshots__ fix: update slack-app tests to reflect what we now do 2023-08-15 13:17:06 +02:00
addon-schema.ts fix: addon schema validation (#4643) 2023-09-08 09:39:57 +00:00
addon.test.ts
addon.ts feat: improve slack app addon scalability (#4284) 2023-07-20 13:37:06 +01:00
datadog-definition.ts fix: integrations text review (#4706) 2023-09-14 12:01:29 +00:00
datadog.test.ts chore: Datadog addon, ability to include source type name (#4196) 2023-07-10 15:38:53 +02:00
datadog.ts chore: Datadog addon, ability to include source type name (#4196) 2023-07-10 15:38:53 +02:00
feature-event-formatter-md.test.ts Detailed slack notifications on feature toggle update (#3155) 2023-02-27 09:56:56 +00:00
feature-event-formatter-md.ts Feat(#4205): add potentially stale events to addons (#4279) 2023-07-19 13:52:19 +00:00
index.ts fix: misc integration-related fixes and improvements (#4754) 2023-09-15 14:50:59 +01:00
installation-definition-schema.ts feat: Slack App addon (#4238) 2023-07-14 09:49:34 +01:00
slack-app-definition.ts fix: misc integration-related fixes and improvements (#4754) 2023-09-15 14:50:59 +01:00
slack-app.test.ts fix: use postmessage in slack app addon (#4688) 2023-09-14 08:19:38 +01:00
slack-app.ts fix: use postmessage in slack app addon (#4688) 2023-09-14 08:19:38 +01:00
slack-definition.ts fix: misc integration-related fixes and improvements (#4754) 2023-09-15 14:50:59 +01:00
slack.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
slack.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams-definition.ts fix: integrations text review (#4706) 2023-09-14 12:01:29 +00:00
teams.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
teams.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook-definition.ts fix: integrations text review (#4706) 2023-09-14 12:01:29 +00:00
webhook.test.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00
webhook.ts task: Add customHeaders as possible parameter. (#4139) 2023-07-05 09:42:17 +02:00