-
Notifications
You must be signed in to change notification settings - Fork 19
adding pooltype label to banner #294
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
Conversation
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.
Hey @ManyRios - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using a more descriptive name than
pooltypefor the prop, such aspoolTypeIdentifier. - The
getPoolTypefunction could be refactored into a component that returns the image directly.
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
I've completed my review and didn't find any issues... but I did find this beaver.
.-"""-.__
/ ' o'\
,-; '. : _c
:_."\._ ) ::-"
""m "mFiles scanned
| File Path | Reviewed |
|---|---|
| packages/app/src/custom.d.ts | ✅ |
| packages/app/src/assets/index.ts | ✅ |
| packages/app/src/components/ViewCollective.tsx | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
2692fd0 to
7923181
Compare
|
hey @L03TJ3 what is your discord? |
|
@ManyRios You can find our gooddollar discord here: https://discord.gg/wr34jErY |
Yes. Im already in the server. Please review this changes when you're ready |
|
@ManyRios Sorry for the delay.
|
7923181 to
5bb1a39
Compare
|
@ManyRios Thanks for the changes! |
Hi! How I can claim the reward? |
Description
Added pooltypes label to the banner
About # (link your issue here)
#279
Checklist:
Description by Korbit AI
What change is being made?
Add a "poolType" label to the Banner component by introducing a new
BannerPoolcomponent and integrating it into various sections of the code, such asCollectiveHomeCardandViewCollective.Why are these changes being made?
These changes are implemented to visually represent the pool type associated with different banners, improving user awareness and enriching the UI experience. The
BannerPoolprovides a cohesive way to handle and display different pool types using images, enhancing clarity in application design.