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(chat): apps editor route #2669

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

Conversation

valerydluski
Copy link
Contributor

@valerydluski valerydluski commented Nov 26, 2024

Description:

<SHORT_DESCRIPTION>

Issues:

  • Issue #<TICKET_ID>

UI changes

image

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 and others added 30 commits September 11, 2024 15:14
Co-authored-by: Magomed-Elbi Dzhukalaev <[email protected]>
…t, fix mobile view issues (Issue #2035) (#2111)

Co-authored-by: Magomed-Elbi Dzhukalaev <[email protected]>
Co-authored-by: Ilya Bondar <[email protected]>
Co-authored-by: Magomed-Elbi Dzhukalaev <[email protected]>
Co-authored-by: Alexander <[email protected]>
Co-authored-by: Magomed-Elbi Dzhukalaev <[email protected]>
…pplication type schemas and improve filtering logic
… with folder ID and improve name generation logic
… IframeRenderer for improved conversation management
@valerydluski valerydluski marked this pull request as ready for review February 5, 2025 10:15
.gitignore Outdated Show resolved Hide resolved
.github/workflows/pr.yml Outdated Show resolved Hide resolved
@@ -19,7 +19,8 @@ dialTest.beforeAll(async () => {
defaultModel = ModelsUtil.getDefaultModel()!;
});

dialTest(
//need to update the test
dialTest.skip(
Copy link
Collaborator

Choose a reason for hiding this comment

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

all skiped e2e tests should be reviewed and fixed by @irinakartun and @nartovm before merging into development

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.

8 participants