-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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(turbopack): Implement turbo pack compiler #2685
Merged
Merged
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
The code changes in the `MessageRow.module.scss` file update the styles and spacing for the message rows in the chat dialogue area. The padding-block property has been removed, and flexbox properties have been added to create a column layout with proper spacing between elements. This commit message follows the established convention of starting with a type (feat) followed by a concise and descriptive summary of the changes.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
area: frontend
Related to frontend functionality or under the /frontend directory
labels
Jun 17, 2024
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
and removed
size:L
This PR changes 100-499 lines, ignoring generated files.
labels
Jun 18, 2024
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
and removed
size:XL
This PR changes 500-999 lines, ignoring generated files.
labels
Jun 18, 2024
Quality Gate passedIssues Measures |
Zewed
pushed a commit
that referenced
this pull request
Jun 19, 2024
🤖 I have created a release *beep* *boop* --- ## 0.0.268 (2024-06-18) ## What's Changed * fix(frontend): rephrase unpaid to free by @Zewed in #2679 * feat(frontend): set from connections by default in knowledge to feed by @Zewed in #2680 * feat(frontend): rephrase from Url to from Website's page by @Zewed in #2683 * feat(frontend): new chat interface by @Zewed in #2687 * fix(frontend): next step impossible if no knowledge when creating brain if no onboarded by @Zewed in #2688 * feat(turbopack): Implement turbo pack compiler by @StanGirard in #2685 * fix(frontend): rephrase thoughts button title by @Zewed in #2689 **Full Changelog**: v0.0.267...v0.0.268 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: frontend
Related to frontend functionality or under the /frontend directory
size:L
This PR changes 100-499 lines, ignoring generated files.
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.
This pull request implements the turbo pack compiler feature.
Simply run yarn run dev --turbo or npm run dev
https://turbo.build/blog/turbopack-benchmarks