This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(chat.tsx): fix linting issue in ChatMessage component * feat(chat.tsx): add initial system message to ChatList component * feat(chat.tsx): add loading state and setLoading prop to ChatList component
* fix(confirm.tsx): fix linting issues and add missing dependencies to useCallback and useEffect hooks * fix(confirm.tsx): remove unused console.log statement * fix(confirm.tsx): move setStep inside if condition in analyzedSample function * fix(confirm.tsx): add missing className and adjust grid layout in return statement * fix(confirm.tsx): change button text from "hey" to "Confirm and Continue"
* feat(generate-blog.tsx): add setLoading state and set it to true during analyzedSample function * fix(generate-blog.tsx): set setLoading state to false after analyzedSample function
* feat(functions.ts): add createdAt property to createWritingAnalysis function * feat(functions.ts): add createdAt property to createBlogPostGenerator function
…lity and add new props to WritingSample component * style(chat.tsx): adjust styling of the chat container and renderStep component
…Sample component * fix(learn-form): fix typo in 'use client' import statement * feat(learn-form): add loading message to learn messages when submitting writing sample
* fix(chat.tsx): remove loading state and setLoading prop from ChatList component * fix(confirm.tsx): remove setLoading prop from ConfirmComponent component * fix(generate-blog.tsx): remove setLoading prop from GenerateBlog component * fix(writing-sample.tsx): remove setLoading prop from WritingSample component * feat(generate-blog.tsx): add loading message before generating blog post
* feat(writing-sample.tsx): add useEffect hook to remove writing sample data from Redis
Code Climate has analyzed commit c662a37 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
…-learn-prototype-ui
…d-voila into 97-improve-learn-prototype-ui
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #97 improve Learn Prototype UI