Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/integration changed values display #212

Open
wants to merge 24 commits into
base: feat/setup-integrations
Choose a base branch
from

Conversation

MarcMcIntosh
Copy link
Collaborator

Animated Input Changes

Description

Adds animated TextField and TexArea components. these animate when the fadeValue prop is different from the defaultValue prop.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes, only code improvements)
  • Documentation update

How to Test

Screenshots (if applicable)

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have updated the documentation where necessary.

Linked Issues

Additional Notes

 Conflicts:
	src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	src/components/IntegrationsView/IntegrationsView.tsx

 Changes to be committed:
	modified:   src/app/middleware.ts
	modified:   src/components/IntegrationsView/CustomFieldsAndWidgets.tsx
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.module.css
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	modified:   src/components/IntegrationsView/IntegrationsView.module.css
	modified:   src/components/IntegrationsView/IntegrationsView.tsx
	modified:   src/features/App.tsx
	modified:   src/features/Integrations/Integrations.tsx
	modified:   src/hooks/useGetIntegrationDataByPathQuery.ts
	modified:   src/services/refact/chat.ts
	modified:   src/services/refact/integrations.ts
@MarcMcIntosh MarcMcIntosh changed the base branch from feat/setup-integrations to feat/docker-api November 29, 2024 15:43
…values-display

 Conflicts:
	src/app/middleware.ts
	src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	src/features/Chat/Thread/reducer.ts
	src/features/Integrations/integrationsSlice.tsx
	src/hooks/useGetIntegrationDataByPathQuery.ts

 Changes to be committed:
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.module.css
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	modified:   src/components/IntegrationsView/IntegrationsView.tsx
	modified:   src/features/Chat/Thread/reducer.ts
	modified:   src/hooks/useGetIntegrationDataByPathQuery.ts
@MarcMcIntosh MarcMcIntosh changed the base branch from feat/docker-api to feat/setup-integrations November 29, 2024 15:49
@MarcMcIntosh MarcMcIntosh marked this pull request as ready for review November 29, 2024 15:59
…values-display

 Conflicts:
	src/components/IntegrationsView/CustomFieldsAndWidgets.tsx
	src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx

 Changes to be committed:
	modified:   package-lock.json
	modified:   package.json
	modified:   src/__fixtures__/integrations.ts
	modified:   src/app/middleware.ts
	modified:   src/app/store.ts
	modified:   src/components/ChatContent/ToolsContent.tsx
	modified:   src/components/Collapsible/Chevron.tsx
	modified:   src/components/IntegrationsView/CustomFieldsAndWidgets.tsx
	new file:   src/components/IntegrationsView/IntegrationCard.module.css
	new file:   src/components/IntegrationsView/IntegrationCard.tsx
	new file:   src/components/IntegrationsView/IntegrationDocker/DockerContainerCard.tsx
	new file:   src/components/IntegrationsView/IntegrationDocker/IntegrationDocker.tsx
	new file:   src/components/IntegrationsView/IntegrationDocker/index.ts
	new file:   src/components/IntegrationsView/IntegrationForm/IntegrationAvailability.tsx
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.module.css
	modified:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	new file:   src/components/IntegrationsView/IntegrationsHeader.module.css
	new file:   src/components/IntegrationsView/IntegrationsHeader.tsx
	modified:   src/components/IntegrationsView/IntegrationsView.module.css
	modified:   src/components/IntegrationsView/IntegrationsView.tsx
	modified:   src/components/Markdown/Markdown.tsx
	modified:   src/components/Reveal/Reveal.tsx
	modified:   src/components/Reveal/reveal.module.css
	new file:   src/components/SmartLink/SmartLink.tsx
	new file:   src/components/SmartLink/index.ts
	modified:   src/components/Text/Text.module.css
	new file:   src/components/Text/TruncateRight.tsx
	new file:   src/debugConfig.ts
	new file:   src/features/Integrations/renderIntegrationFormField.tsx
	new file:   src/hooks/useExecuteActionForDockerContainer.ts
	new file:   src/hooks/useGetDockerContainersQuery.ts
	modified:   src/services/refact/consts.ts
	new file:   src/services/refact/docker.ts
	modified:   src/services/refact/index.ts
	modified:   src/services/refact/integrations.ts
	modified:   vite.config.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant