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 problems with bot response and example questions #5

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

BuonDavide
Copy link
Contributor

  • Fixed an issue where the bot response was covering example questions
  • Fixed an issue where the example questions where not disabled during the streaming
  • Introduces color theme and dynamic height in tailwind.config.ts

@stefanorosanelli stefanorosanelli changed the title Fix/layer chat problems Fix problems with bot response and example questions Jan 15, 2025
@@ -96,6 +104,8 @@ interface DialogItem {
error: boolean;
}

const headerSlot = ref();
const headerHeight = ref(0);
Copy link
Contributor

@stefanorosanelli stefanorosanelli Jan 15, 2025

Choose a reason for hiding this comment

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

must we use ref() here or simply:

let headerHeight = 0;

and then simply headerHeight = ...

@stefanorosanelli stefanorosanelli merged commit 518e336 into main Jan 15, 2025
2 checks passed
@stefanorosanelli stefanorosanelli deleted the Fix/layer-chat-problems branch January 15, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants