-
Notifications
You must be signed in to change notification settings - Fork 0
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
MarcMcIntosh
wants to merge
24
commits into
feat/setup-integrations
Choose a base branch
from
feat/integration-changed-values-display
base: feat/setup-integrations
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/integration changed values display #212
MarcMcIntosh
wants to merge
24
commits into
feat/setup-integrations
from
feat/integration-changed-values-display
Conversation
This file contains 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
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
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
changed the base branch from
feat/docker-api
to
feat/setup-integrations
November 29, 2024 15:49
…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
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.
Animated Input Changes
Description
Adds animated
TextField
andTexArea
components. these animate when thefadeValue
prop is different from thedefaultValue
prop.Type of change
How to Test
Screenshots (if applicable)
Checklist
Linked Issues
Additional Notes