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

WIP: Feat/chat links #213

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

Conversation

MarcMcIntosh
Copy link
Collaborator

@MarcMcIntosh MarcMcIntosh commented Nov 29, 2024

Pull Request Title

Description

  • What was the problem?
  • How did you solve it?
  • Any background context or related links?

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

  • Step 1:
  • Step 2:
  • ...

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

Task

Additional Notes

@MarcMcIntosh MarcMcIntosh changed the base branch from main to alpha December 2, 2024 09:46
@MarcMcIntosh MarcMcIntosh changed the base branch from alpha to feat/setup-integrations December 2, 2024 11:29
 Conflicts:
	src/app/store.ts
	src/services/refact/consts.ts
	src/services/refact/index.ts

 On branch feat/chat-links
 Changes to be committed:
	modified:   package-lock.json
	modified:   src/__fixtures__/index.ts
	new file:   src/__fixtures__/integrations.ts
	modified:   src/app/middleware.ts
	modified:   src/app/store.ts
	modified:   src/components/Chat/Chat.tsx
	modified:   src/components/ChatContent/ChatContent.tsx
	new file:   src/components/IntegrationsView/CustomFieldsAndWidgets.tsx
	new file:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.module.css
	new file:   src/components/IntegrationsView/IntegrationForm/IntegrationForm.tsx
	new file:   src/components/IntegrationsView/IntegrationForm/index.ts
	new file:   src/components/IntegrationsView/IntegrationsView.module.css
	new file:   src/components/IntegrationsView/IntegrationsView.tsx
	new file:   src/components/IntegrationsView/JSONFormStyles.css
	new file:   src/components/IntegrationsView/index.ts
	modified:   src/components/Toolbar/Dropdown.tsx
	modified:   src/components/Toolbar/Toolbar.tsx
	modified:   src/features/App.tsx
	modified:   src/features/Chat/Thread/actions.ts
	modified:   src/features/Chat/Thread/reducer.ts
	modified:   src/features/Chat/Thread/selectors.ts
	modified:   src/features/Chat/Thread/types.ts
	modified:   src/features/Chat/Thread/utils.ts
	new file:   src/features/Integrations/Integrations.tsx
	new file:   src/features/Integrations/index.ts
	new file:   src/features/Integrations/integrationsSlice.tsx
	modified:   src/features/Pages/pagesSlice.ts
	new file:   src/hooks/useGetIntegrationDataByPathQuery.ts
	new file:   src/hooks/useGetIntegrationsDataQuery.ts
	new file:   src/hooks/useSaveIntegrationData.ts
	modified:   src/hooks/useSendChatRequest.ts
	modified:   src/services/refact/chat.ts
	modified:   src/services/refact/consts.ts
	modified:   src/services/refact/diffs.ts
	modified:   src/services/refact/index.ts
	new file:   src/services/refact/integrations.ts
	modified:   src/services/refact/types.ts
	new file:   src/utils/toPascalCase.ts
@MarcMcIntosh MarcMcIntosh changed the base branch from feat/setup-integrations to feat/docker-api December 2, 2024 13:53
Base automatically changed from feat/docker-api to feat/setup-integrations December 3, 2024 16:23
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.

2 participants