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

fix(chat): update custom buttons view in playback, fix replay deleted model, update apps wizard (Issue #3002, #2911, #2898) #3094

Open
wants to merge 8 commits into
base: development
Choose a base branch
from

Conversation

Gimir
Copy link
Contributor

@Gimir Gimir commented Feb 4, 2025

Description:

  • remove delete & publish buttons from applications footer
  • show custom buttons as normal in playback mode
  • fix showing removed model in replay talk to modal

Issues:

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name starts with fix(<scope>):, feat(<scope>):, feature(<scope>):, chore(<scope>):, hotfix(<scope>): or e2e(<scope>):. If contains breaking changes then the pull request name must start with fix(<scope>)!:, feat(<scope>)!:, feature(<scope>)!:, chore(<scope>)!:, hotfix(<scope>)!: or e2e(<scope>)!: where <scope> is name of affected project: chat, chat-e2e, overlay, shared, sandbox-overlay, etc.
  • the pull request name ends with (Issue #<TICKET_ID>) (comma-separated list of issues)
  • I confirm that do not share any confidential information like API keys or any other secrets and private URLs

@Gimir Gimir added bug Something isn't working enhancement New feature or request labels Feb 4, 2025
@Gimir Gimir self-assigned this Feb 4, 2025
@Gimir
Copy link
Contributor Author

Gimir commented Feb 4, 2025

/deploy-review

Environment URL: https://chat-ai-dial-chat-pr-3094.nightly-test.deltixhub.io
E2E tests status: failed

1 similar comment
@Gimir
Copy link
Contributor Author

Gimir commented Feb 4, 2025

/deploy-review

Environment URL: https://chat-ai-dial-chat-pr-3094.nightly-test.deltixhub.io
E2E tests status: failed

@irinakartun
Copy link
Contributor

irinakartun commented Feb 4, 2025

/deploy-review

Environment URL: https://chat-ai-dial-chat-pr-3094.nightly-test.deltixhub.io
E2E tests status: success

@Gimir Gimir enabled auto-merge (squash) February 7, 2025 10:27
@@ -104,7 +104,9 @@ const TalkToModalView = ({
);

const sortedModels = [
...(currentModel ? [currentModel] : []),
...(currentModel && installedModelIdsSet.has(currentModel.id)
Copy link
Collaborator

@IlyaBondar IlyaBondar Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current model which is used in conversation must be on first place and doesn't matter if it's installed or not

@IlyaBondar IlyaBondar disabled auto-merge February 7, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants