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

Feat/community pages responsiveness #270

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

ShawnAviles
Copy link
Contributor

Description

This is part 1 of a mobile responsiveness PR for Community pages. This PR includes the changes for the Student page. What was done:

  • fixed quick bug with icon sizes on /non-profits page
  • refactored a bunch of code and created new component for mobile responsive "application process timeline" section
  • ensured text sizes for different heading levels were consistent for the mobile view too

Demo

drawing

Related to #265

@ShawnAviles ShawnAviles linked an issue Jan 20, 2025 that may be closed by this pull request
2 tasks
Copy link
Contributor

@Caposto Caposto left a comment

Choose a reason for hiding this comment

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

Fire LGTM

@@ -24,7 +24,8 @@ export default function DropdownFAQ({ faq, index }) {
className="h-[7px] w-3 peer-checked:group-[]:rotate-180"
/>
</label>
<div className="overflow-hidden max-h-0 peer-checked:max-h-max w-full transition-all duration-300 px-3 peer-checked:pt-2 peer-checked:pb-[20px]">
{/* Smooth Animation Requires number for max-height, choose arbitrarily large number */}
Copy link
Contributor

Choose a reason for hiding this comment

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

🔥

@ShawnAviles ShawnAviles merged commit c5781dc into main Jan 20, 2025
6 checks passed
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.

Community Pages (Student & NPOs) - Mobile Responsiveness
2 participants