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

Add Tweet cards #9

Merged
merged 62 commits into from
Feb 14, 2025
Merged

Add Tweet cards #9

merged 62 commits into from
Feb 14, 2025

Conversation

Bravemobin
Copy link
Collaborator

I've added the Tweet section, changed the page.tsx and changed next.config.ts for images.

the tweets.ts in the data folder needs to changed to use real data

Copy link

✨ Features

5ae4835 - Add tweet marquee component

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/app/page.tsx
  • src/components/Marquee/marquee.tsx
  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/lib/utils.tsx
  • tailwind.config.ts
10ea555 - Add heading to tweet section

Changed files

  • src/components/Marquee/tweet-section.tsx
dd1da56 - Add tweetsData file for dynamic tweets

Changed files

  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/data/tweets.ts
74fc53e - Add image optimization for avatars

Changed files

  • next.config.ts
  • src/components/Marquee/tweet-card.tsx

Copy link

github-actions bot commented Feb 1, 2025

✨ Features

5ae4835 - Add tweet marquee component

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/app/page.tsx
  • src/components/Marquee/marquee.tsx
  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/lib/utils.tsx
  • tailwind.config.ts
10ea555 - Add heading to tweet section

Changed files

  • src/components/Marquee/tweet-section.tsx
dd1da56 - Add tweetsData file for dynamic tweets

Changed files

  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/data/tweets.ts
74fc53e - Add image optimization for avatars

Changed files

  • next.config.ts
  • src/components/Marquee/tweet-card.tsx

🐞 Fixes

0555f92 - Correct import path for TweetSection component

Changed files

  • src/app/page.tsx
  • src/components/Marquee/Marquee.tsx
  • src/components/Marquee/TweetCard.tsx
  • src/components/Marquee/TweetSection.tsx
  • src/components/Marquee/marquee.tsx
  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx

Copy link

✨ Features

5ae4835 - Add tweet marquee component

Changed files

  • package.json
  • pnpm-lock.yaml
  • src/app/page.tsx
  • src/components/Marquee/marquee.tsx
  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/lib/utils.tsx
  • tailwind.config.ts
10ea555 - Add heading to tweet section

Changed files

  • src/components/Marquee/tweet-section.tsx
dd1da56 - Add tweetsData file for dynamic tweets

Changed files

  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx
  • src/data/tweets.ts
74fc53e - Add image optimization for avatars

Changed files

  • next.config.ts
  • src/components/Marquee/tweet-card.tsx

🐞 Fixes

0555f92 - Correct import path for TweetSection component

Changed files

  • src/app/page.tsx
  • src/components/Marquee/Marquee.tsx
  • src/components/Marquee/TweetCard.tsx
  • src/components/Marquee/TweetSection.tsx
  • src/components/Marquee/marquee.tsx
  • src/components/Marquee/tweet-card.tsx
  • src/components/Marquee/tweet-section.tsx

♻️ Refactors

a576115 - dark mode and user infos

Changed files

  • bun.lockb
  • src/app/globals.css
  • src/app/layout.tsx
  • src/components/Marquee/TweetCard.tsx
  • src/components/Marquee/TweetSection.tsx
  • src/data/tweets.ts
  • tailwind.config.ts

📋 Changes

dc5d40f - style:change width of tweet component

Changed files

  • src/components/Marquee/TweetSection.tsx

Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for fc-nextjs ready!

Name Link
🔨 Latest commit 81bf543
🔍 Latest deploy log https://app.netlify.com/sites/fc-nextjs/deploys/67af2e25aebf6c00088bdc93
😎 Deploy Preview https://deploy-preview-9--fc-nextjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@AmirHosseinKarimi AmirHosseinKarimi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package managers conflict. PNPM used as project package manager but Bun has been used for this PR.

@AmirHosseinKarimi AmirHosseinKarimi force-pushed the dev branch 3 times, most recently from 6412e1f to a9beae7 Compare February 14, 2025 11:34
@AmirHosseinKarimi AmirHosseinKarimi merged commit 8825071 into dev Feb 14, 2025
4 checks passed
@AmirHosseinKarimi AmirHosseinKarimi deleted the tweet-cards branch February 14, 2025 11:53
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.

3 participants