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/use wc webapp #70

Merged
merged 22 commits into from
Oct 17, 2023
Merged

Feat/use wc webapp #70

merged 22 commits into from
Oct 17, 2023

Conversation

manekinekko
Copy link
Contributor

Closes #69

@manekinekko manekinekko marked this pull request as draft October 9, 2023 14:54
@manekinekko manekinekko self-assigned this Oct 16, 2023
@manekinekko manekinekko marked this pull request as ready for review October 16, 2023 13:06
@@ -133,7 +164,7 @@ export class ChatComponent extends LitElement {
if (isUserMessage) {
updateChatWithMessageOrChunk(message, false);
} else {
if (this.isStreaming) {
if (this.useStream) {
Copy link
Member

Choose a reason for hiding this comment

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

conventionally booleans are named isName or hasName...do we really want to change that?

packages/chat-component/src/style.ts Show resolved Hide resolved
Copy link
Contributor

@sinedied sinedied left a comment

Choose a reason for hiding this comment

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

I'll rebase the branch and make the changes I commented

packages/webapp/package.json Outdated Show resolved Hide resolved
packages/webapp/src/pages/oneshot/OneShot.tsx Outdated Show resolved Hide resolved
packages/webapp/src/pages/chat/Chat.tsx Outdated Show resolved Hide resolved
@sinedied sinedied merged commit 9d5f30c into main Oct 17, 2023
@anfibiacreativa anfibiacreativa deleted the feat/use-wc-webapp branch January 19, 2024 14:54
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.

[frontend] Use WC into the host webapp
3 participants