-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: release landing v1.0 #302
Conversation
* feat: add sitemap * fix: error handling * fix: move common types * fix: update base url in sitemap * Update apps/webapp/app/(routes)/[lang]/blog/[category]/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update apps/webapp/app/(routes)/[lang]/wallet/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update apps/webapp/app/(routes)/[lang]/whitepaper/sitemap.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * fix: build error * fix: remove unnecessary async declarative * vendor: add @types/uuid * fix: remove console log for debug * fix: add 'async' to all sitemaps * fix: make ProjectPageParams extends CommonPageParams --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* (webapp)fix:FAQ border radi + muted color * (webapp)fix:newsletter spacing * (webapp)fix:participate spacing and font family * (webapp)fix:header spacing + bitlauncher logo size * (webapp)fix:blog section 4 per row + purple link + gap * (webapp)fix:hero-card spacing * (webapp)fix:auction-card spaces * (webapp)fix:Upcoming grid gap * (webapp)fix:article card - text-left * (webapp)fix:media-card text-start * (webapp)fix:media-section purple link + space * (webapp)fix:participate gap + section font and padding * (webapp)fix:footer links padding + other spacing fix * (webapp)fix:upcoming background circle * (webapp)fix:footer margin-10 * (webapp)fix:upcoming bg shape * (webapp)-andler-changes-request * (webapp)-debug-toggle navigation icon * (webapp)-create-mobile-navigation-context * (webapp)-create-mobile-navigation-context * (webapp)-fix navigation bug - add key * (webapp)-Andler-changes * (webapp)-responsive - upcoming * (webapp)-fix-responsive-whychooseUs * (webapp)-fix-responsive-participate * (webapp)-fix-responsive-media * (webapp)-fix-responsive-articles * (webapp)-responsive-project-header+info+sharebtn * (webapp)-feat-about-base * (webapp)-feat-about-landing-complete * (webapp)-feat-security-updated * (webapp)-fix-steps-padding * fix typo * fix bgHeader type * fix bgHeader type * impr(webapp): layout tweaks * impr(webapp): info pages img asset + css class * fix: bun.lockb --------- Co-authored-by: Roberto Lucas <[email protected]>
* chore: update app-contracts * feat: multichain indexer * feat: prod chains * feat: presale wallet * feat: blpl token * feat: blpl token * chore: update bunlock * feat: blpl token * feat: presale evm contribs * feat: blpl token * wip: presale indexer
* feat: report transaction id * feat: save deposits data * feat: save deposits data * feat: read presale transactions * chore: disable view all * feat: update presale deposits ui * feat: display amount raised and contributors
* chore: environment chains and tokens * fix: chain switch * fix: chain switch
* chore: environment chains and tokens * feat: update nav links
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Reviewer's Guide by SourceryThis pull request implements significant updates across multiple components and modules, focusing on integrating Supabase client, state management, and transaction handling logic. It also includes extensive style updates for better layout and readability, refactoring of contract data exports, and improvements to indexing services. Additionally, it introduces new dictionary entries and updates content for the about page. File-Level Changes
Tips
|
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 @AndlerRL - I've reviewed your changes and found some issues that need to be addressed.
Blocking issues:
Overall Comments:
- Consider breaking this large PR into smaller, more focused changes to facilitate easier review and reduce the risk of introducing bugs.
- Ensure comprehensive testing has been performed, especially for the new presale functionality and the changes to the auction system.
Here's what I looked at during the review
- 🟡 General issues: 4 issues found
- 🔴 Security: 2 blocking issues
- 🟢 Testing: all looks good
- 🟡 Complexity: 3 issues found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
apps/webapp/components/routes/project/presale/presale-transactions-card.tsx
Show resolved
Hide resolved
apps/webapp/components/routes/project/presale/presale-transactions-card.tsx
Show resolved
Hide resolved
⚡️ Lighthouse report Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/
Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/about
Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/security
Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/bitcash-bitlauncher
Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/blog
Page: https://bitlauncher-i3otr2m98-bitcash.vercel.app/blog/ai
|
Summary by Sourcery
Implement real-time presale transaction tracking and dynamic data fetching for presale contributors and total raised amount. Introduce new components for handling presale transactions and deposits. Enhance various components with improved layout and styling. Update the app-contracts and app-env packages with new token and contract data. Clean up unused code and improve project structure.
New Features:
Enhancements:
Build:
Documentation:
Chores: