Closed kemuru closed 3 weeks ago
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
:no_entry: Files ignored due to path filters (1)
* `web-devtools/src/assets/svgs/socialmedia/youtube.svg` is excluded by `!**/*.svg`CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including
**/dist/**
will override the default block on thedist
directory, by removing the pattern from both the lists.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The changes involve updates to the socialmedia
object in two files: web-devtools/src/consts/socialmedia.tsx
and web/src/consts/socialmedia.tsx
. Several social media entries, specifically for Etherscan, Ghost Blog, Reddit, and Snapshot, have been removed. A new entry for YouTube has been added, which includes an icon and a URL. The existing entries for Discord, GitHub, and Telegram remain, with some being repositioned within the object while retaining their original properties.
File | Change Summary |
---|---|
web-devtools/src/consts/socialmedia.tsx | Removed entries: Etherscan, Ghost Blog, Reddit, Snapshot; Added entry: YouTube with icon and URL. |
web/src/consts/socialmedia.tsx | Removed entries: Etherscan, Ghost Blog, Reddit, Snapshot; Added entry: YouTube with icon and URL; Telegram and GitHub repositioned. |
In the fields of code, a change took flight,
Old friends departed, new ones in sight.
YouTube hops in with a logo so bright,
While Discord and GitHub hold on tight.
A social media dance, a digital delight! 🐇✨
Name | Link |
---|---|
Latest commit | 7c3865b38607d0e9bb6b646534d884c0b69fe780 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/67259e8472cd7b00075a29ec |
Deploy Preview | https://deploy-preview-1731--kleros-v2-university.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 7c3865b38607d0e9bb6b646534d884c0b69fe780 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-neo/deploys/67259e8426c04600080a1f9b |
Deploy Preview | https://deploy-preview-1731--kleros-v2-neo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 7c3865b38607d0e9bb6b646534d884c0b69fe780 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet/deploys/67259e84cc5d49000856a881 |
Deploy Preview | https://deploy-preview-1731--kleros-v2-testnet.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 7c3865b38607d0e9bb6b646534d884c0b69fe780 |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet-devtools/deploys/67259e84ff018200082e0a22 |
Deploy Preview | https://deploy-preview-1731--kleros-v2-testnet-devtools.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Code Climate has analyzed commit 7c3865b3 and detected 2 issues on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Duplication | 2 |
View more on Code Climate.
Failed conditions
92.3% Duplication on New Code (required ≤ 10%)
PR-Codex overview
This PR focuses on adding a new
YouTube
social media entry to the project and includes the corresponding SVG asset for theYouTube
logo.Detailed summary
youtube.svg
asset to bothweb/src/assets/svgs/socialmedia/
andweb-devtools/src/assets/svgs/socialmedia/
.YouTubeLogo
insocialmedia.tsx
files.youtube
entry to thesocialmedia
object with URLhttps://youtube.com/@kleros_io
.Summary by CodeRabbit