Skip to content

Commit

Permalink
fix: improvement suggested by @coderabbitai
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 16, 2024
1 parent d7d3da3 commit 83c54e9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/plugins/integration-ai-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [Unreleased]

### Added

- **IntegrationAILayoutComponent**: Added as the main layout component for the Integration AI feature.
- **IntegrationAIAuthorizationComponent**: Handles authorization processes for Integration AI.
- **IntegrationAIViewComponent**: Displays the main AI interaction interface.
- **IntegrationSettingCardComponent**: Provides a UI component for AI integration settings management.
9 changes: 9 additions & 0 deletions packages/plugins/integration-hubstaff-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [Unreleased]

### Added

- **IntegrationHubstaffComponent**: Added as the main component for the Integration Hubstaff feature.
- **IntegrationHubstaffAuthorizeComponent**: Handles authorization processes for Integration Hubstaff.
- **IntegrationHubstaffComponent**: Provides a UI component for Hubstaff integration settings management
8 changes: 8 additions & 0 deletions packages/plugins/integration-upwork-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [Unreleased]

### Added

- **IntegrationUpworkAuthorizeComponent**: Handles authorization processes for Integration Upwork.
- **IntegrationUpworkComponent**: Provides a UI component for Upwork integration settings management

0 comments on commit 83c54e9

Please sign in to comment.