Skip to content

Comments

Allow increasing the dimensions of the prompt text box#7262

Open
kstoev-epam wants to merge 5 commits intobreadboard-ai:mainfrom
kstoev-epam:bug_450150682
Open

Allow increasing the dimensions of the prompt text box#7262
kstoev-epam wants to merge 5 commits intobreadboard-ai:mainfrom
kstoev-epam:bug_450150682

Conversation

@kstoev-epam
Copy link
Contributor

Fixes #450150682

The user reports that the output prompt text box is too small and difficult to see due to the large size of the system instruction section in the application. This is a UI/UX issue, not a technical bug. A suggestion is to allow users to resize the text boxes. Workaround/Recommendation: Implement resizable text boxes for both the system instruction and output prompt sections.

| Map<PropertyKey, unknown>
): void {
if (this.split && changedProperties.get('split') !== this.split) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adding this code here is necessary, because if the direction doesn't change and only split changes the component will not re-render.

@kstoev-epam
Copy link
Contributor Author

Because of the migration to from bb-splitter to ui-splitter (PR link) the solution in this PR is obsolete.

UISplitter needs to be updated to support vertical resizing first, before the approach here can be implemented.

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