Merged
Conversation
…er integration action handling ## Summary - Removed ReactMarkdown usage for displaying integration instructions. - Introduced IntegrationInstructions component to enhance the user experience and maintain consistency across integration details. ## Changes - Updated IntegrationDetails, Integrations, ComponentSidebar, and SettingsTab components to utilize IntegrationInstructions for rendering integration action descriptions.
## Summary - Removed SMTP icon import and adjusted icon handling for SMTP-related components. - Enhanced category icon determination logic to use Lucide SVG for specific categories (Core, Bundles, SMTP). - Improved class handling for item badges based on component subtype. ## Changes - Updated iconSlug logic to conditionally use "mail" for SMTP. - Refactored category icon assignment to streamline rendering based on integration names. - Adjusted badge styling for better visual consistency across different component types.
## Summary - Introduced a reusable diagonal stripe background pattern in CSS for improved visual consistency. - Updated integration handling in various components to utilize the new `getIntegrationTypeDisplayName` function for better naming conventions. - Replaced the AppWindow icon with a Plug icon in the OrganizationMenuButton and OrganizationSettings components. - Enhanced the display logic for integration names across IntegrationDetails, Integrations, and SettingsTab components. ## Changes - Added `.bg-stripe-diagonal` class to `index.css`. - Updated icon references and integration name display logic in multiple components for clarity and consistency.
Deploying superplane with
|
| Latest commit: |
6b96c9d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://924f7a25.superplane.pages.dev |
| Branch Preview URL: | https://integrations-ux.superplane.pages.dev |
- Added type definitions for integration components to improve type safety in the codebase. - Updated various components to utilize specific types for better clarity and maintainability. - Refactored integration mapping logic to ensure consistent handling of integration properties across the application. Changes include: - Introduced `IntegrationsIntegrationDefinition` type in `useIntegrations.ts`. - Updated component integration checks in `CustomComponent`, `IntegrationDetails`, and `WorkflowPageV2` to use specific types. - Cleaned up unused imports and improved overall code readability.
- Introduced Cleanup methods in the following AWS ECR components: GetImageScanFindings, GetImage, OnImagePush, OnImageScan, and ScanImage. - These methods currently return nil, providing a placeholder for future cleanup logic. - Updated various integration components to ensure consistent handling of cleanup operations. This enhancement lays the groundwork for better resource management in AWS ECR integrations.
Signed-off-by: Pedro F. Leao <pedroforestileao@gmail.com>
aliraza556
pushed a commit
to aliraza556/superplane
that referenced
this pull request
Feb 4, 2026
Signed-off-by: Pedro F. Leao <pedroforestileao@gmail.com> Co-authored-by: Pedro F. Leao <pedroforestileao@gmail.com> Co-authored-by: Aleksandar Mitrovic <alex@superplane.com> Signed-off-by: Ali Raza <87068339+aliraza556@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.