Skip to content
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: landing v1 #295

Merged
merged 9 commits into from
Aug 5, 2024
Merged

chore: landing v1 #295

merged 9 commits into from
Aug 5, 2024

Conversation

AndlerRL
Copy link
Contributor

@AndlerRL AndlerRL commented Aug 4, 2024

Summary by Sourcery

Revise the 'about' page content, update CSS styles for improved layout and responsiveness, refactor components for better state management and layout, and add new sitemap generation scripts for improved SEO.

Enhancements:

  • Revise the 'about' page content to focus on Bitlauncher's mission and vision, emphasizing AI and cryptocurrency integration.
  • Update CSS styles for various components to improve layout and responsiveness, including newsletter, content container, and blur effect background.
  • Refactor the BgHeader component to include a new layout with CommunityCard and updated heading styles.
  • Enhance the FAQ section with improved styling for triggers and content.
  • Refactor the MobileNav component to use a custom hook for managing mobile navigation state and body scroll.
  • Update the NavLinks component to use the new mobile navigation context and improve link handling.
  • Revise the RecentArticles component to remove commented-out code and streamline the recent media section.
  • Update the AuctionCard component to improve styling and layout for auction details.
  • Add a new 'batchAuction' dictionary entry for batch auction content.
  • Refactor the footer and header components to improve layout and responsiveness.
  • Add a new AboutBitlauncherPageLanding component to provide detailed information about Bitlauncher's mission and vision.
  • Add new sitemap generation scripts for various routes to improve SEO and site indexing.

gaboesquivel and others added 5 commits July 24, 2024 12:17
* 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]>
@AndlerRL AndlerRL self-assigned this Aug 4, 2024
Copy link

vercel bot commented Aug 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bitlauncher ❌ Failed (Inspect) Aug 5, 2024 4:04pm
smartsale-faucet ❌ Failed (Inspect) Aug 5, 2024 4:04pm

Copy link
Contributor

coderabbitai bot commented Aug 4, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

sourcery-ai bot commented Aug 4, 2024

Reviewer's Guide by Sourcery

This pull request includes significant updates to the Bitlauncher web application. Key changes include a complete overhaul of the 'about' dictionary, updates to various CSS and component files for better layout and responsiveness, the addition of new components such as CommunityCard and Banner, and the introduction of new sitemap files for various routes. Additionally, the ProjectPage components have been updated to use new types and include a generateStaticParams function.

File-Level Changes

Files Changes
apps/webapp/app/(routes)/[lang]/[project]/page.tsx
apps/webapp/app/(routes)/[lang]/[project]/auction/page.tsx
apps/webapp/app/(routes)/[lang]/[project]/presale/page.tsx
Updated ProjectPage components to use ProjectPageProps and added generateStaticParams function.
apps/webapp/app/(routes)/[lang]/blog/[category]/[slug]/sitemap.ts
apps/webapp/app/(routes)/[lang]/blog/[category]/sitemap.ts
apps/webapp/app/(routes)/[lang]/[project]/auction/sitemap.ts
apps/webapp/app/(routes)/[lang]/[project]/presale/sitemap.ts
apps/webapp/app/(routes)/[lang]/[project]/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/ai-startups/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/bitcash-app/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/communities/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/daos-dboard/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/investors/sitemap.ts
apps/webapp/app/(routes)/[lang]/about/referrals/sitemap.ts
apps/webapp/app/(routes)/[lang]/blog/sitemap.ts
apps/webapp/app/(routes)/[lang]/in/early-access/sitemap.ts
apps/webapp/app/(routes)/[lang]/learn/batch-auctions/sitemap.ts
apps/webapp/app/(routes)/[lang]/learn/developers/sitemap.ts
apps/webapp/app/(routes)/[lang]/learn/media/sitemap.ts
apps/webapp/app/(routes)/[lang]/learn/security/sitemap.ts
apps/webapp/app/(routes)/[lang]/learn/tokenization/sitemap.ts
apps/webapp/app/(routes)/[lang]/legal/privacy/sitemap.ts
apps/webapp/app/(routes)/[lang]/legal/terms/sitemap.ts
apps/webapp/app/(routes)/[lang]/sitemap.ts
apps/webapp/app/(routes)/[lang]/wallet/sitemap.ts
apps/webapp/app/(routes)/[lang]/whitepaper/sitemap.ts
Added new sitemap files for various routes.

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a 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 - here's some feedback:

Overall Comments:

  • Consider adding error handling to the new sitemap generation functions to improve robustness.
  • Ensure that all removed commented code is not needed and is properly tracked in version control if it might be useful for future reference.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟡 Complexity: 1 issue found
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

Copy link

github-actions bot commented Aug 4, 2024

⚡️ Lighthouse report

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874119267-39121.report.html

Category Score
🟠 Performance 71
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/about
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874119745-70410.report.html

Category Score
🟢 Performance 91
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/security
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874120223-12883.report.html

Category Score
🟢 Performance 91
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/bitcash-bitlauncher
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874120989-70580.report.html

Category Score
🟠 Performance 89
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/blog
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874121475-42514.report.html

Category Score
🟢 Performance 92
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

Page: https://bitlauncher-ea86gbw6g-bitcash.vercel.app/blog/ai
Report https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1722874121746-19332.report.html

Category Score
🟢 Performance 91
🟢 Accessibility 93
🟢 Best practices 100
🟠 SEO 67
🔴 PWA 38

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants