-
Notifications
You must be signed in to change notification settings - Fork 33
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
Outline Y-Sweet logo #346
Outline Y-Sweet logo #346
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to e4126e3 in 1 minute and 10 seconds
More details
- Looked at
641
lines of code in11
files - Skipped
1
files when reviewing. - Skipped posting
3
drafted comments based on config settings.
1. crates/y-sweet/src/main.rs:181
- Draft comment:
The PR description mentions changes related to the Y-Sweet logo, but the code changes are related to setting up Python tests and modifying server code. Please ensure the PR description matches the changes made. - Reason this comment was not posted:
Comment did not seem useful.
2. crates/y-sweet/src/server.rs:360
- Draft comment:
The PR description mentions changes related to the Y-Sweet logo, but the code changes are related to setting up Python tests and modifying server code. Please ensure the PR description matches the changes made. - Reason this comment was not posted:
Marked as duplicate.
3. crates/y-sweet/src/server.rs:382
- Draft comment:
Usingunwrap
in async functions can lead to panics if the result is an error. Consider handling the error gracefully instead of usingunwrap
. This is also applicable in other parts of the code whereunwrap
is used in async contexts. - Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_gX4BtbeJYjA8xAd7
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
e4126e3
to
9237278
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skipped PR review on 9237278 because no changed files had a supported extension. If you think this was in error, please contact us and we'll fix it right away.
The Y-Sweet logo has a white outline as part of the logo with some gradients that add depth. On white, the outline is completely invisible except for the gradients, which look like flaws. This adds an outline to the logo so that the outline is apparent on a light background. The outline matches the default GitHub "dark mode" color, so it is completely invisible on the default dark mode.
Before:
After: