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

Fix/154/sponsorship-section-style-improvement #182

Merged
merged 8 commits into from
Mar 30, 2024

Conversation

AmirAgassi
Copy link
Member

🛠️[Fix] sponsorship section style improvement #154

🔍 What's Included

  • Added horizontal sliders for a cleaner display of sponsors and partners in Sponsor.section.tsx.
  • Updated the Taskade logo to an uncropped version.

📁 Files Affected:

  • src/assets/logos/taskade.png
  • src/components/sections/Sponsor.section.tsx

@AmirAgassi AmirAgassi self-assigned this Mar 29, 2024
@AmirAgassi AmirAgassi linked an issue Mar 29, 2024 that may be closed by this pull request
@aidantrabs
Copy link
Member

womp womp

image

Copy link
Contributor

@GabeDiniz GabeDiniz left a comment

Choose a reason for hiding this comment

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

The bar scroll bar is a little wonky looking..
May I suggest, we could either change the styling of the scroll bar (https://www.geeksforgeeks.org/how-to-change-style-of-scrollbar-using-tailwind-css/)
OR make it so when there's overflow, its an animated carousel that infinitely goes through the sponsors? <-- this one might be a pain in the ass to do though
image

Copy link
Contributor

@juancwu juancwu left a comment

Choose a reason for hiding this comment

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

lgtm

carousel.style.transform = `translateX(-${currentPosition}px)`;
animationFrameIds.set(
carousel,
requestAnimationFrame(updatePosition)
Copy link
Contributor

Choose a reason for hiding this comment

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

you know its real when you call requestAnimationFrame

Copy link
Member

Choose a reason for hiding this comment

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

you know its real when you call requestAnimationFrame

ong bro, 10x react dev right here

Copy link
Contributor

@GabeDiniz GabeDiniz left a comment

Choose a reason for hiding this comment

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

This is crazy bro.. good shit

Copy link
Contributor

@teoh4770 teoh4770 left a comment

Choose a reason for hiding this comment

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

W

src/components/sections/Sponsor.section.tsx Dismissed Show dismissed Hide dismissed
src/components/sections/Sponsor.section.tsx Dismissed Show dismissed Hide dismissed
src/components/sections/Sponsor.section.tsx Dismissed Show dismissed Hide dismissed
src/components/sections/Sponsor.section.tsx Dismissed Show dismissed Hide dismissed
@juancwu juancwu merged commit b4a5d73 into main Mar 30, 2024
3 checks passed
@juancwu juancwu deleted the 154-fix-sponsorship-section-style-improvement branch March 30, 2024 21:45
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.

[Fix] sponsorship section style improvement
5 participants