-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature/faq #428
feature/faq #428
Conversation
Deploy preview for irvinehacks-site-2025 ready!
|
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.
Thanks for working on this Noah, the functionality looks great! I left a few minor comments.
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.
Awesome start Noah! Here are a few suggestions:
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/components/ListItemButton.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/components/ListItemButton.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionMobile.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionMobile.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
duration-300 on many of the components are required to make sure that switching between the different screens (i.e., page 1, page 2, and question focused) is smooth |
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.
For accessibility readers, using hidden
rather than opacity
is better even if we have to sacrifice the cool transition effect, but due to time constraints, we can take a look at this later if needed.
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionDesktop.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionMobile.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/(home)/sections/FAQ/FAQAccordionMobile.tsx
Outdated
Show resolved
Hide resolved
becaea8
to
351e04d
Compare
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.
Thanks for tackling this huge task Noah!
Completed FAQ section according to Figma.