-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create right info column with link #6
Conversation
@GailWilson LG - if a video is added here, can it open full screen in a lightbox interaction? |
I believe this is outside the scope of this PR, but we should look at how all of these columns respond and how the components within them respond in the specific area's. |
@gentianmetaphor RE: Responsiveness |
9c8f96e
to
1c193b5
Compare
1c193b5
to
117cd8b
Compare
I think you're using 'button' for the headers rather than 'small button' text size |
src/InfoColumn.tsx
Outdated
export interface InfoColumnProps { | ||
icon?: string; | ||
description?: string; | ||
videoUrl?: string; |
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.
nit: make these "Uri" instead of "Url", cause they could be ipfs/arweave URIs or something in the future
src/InfoColumn.tsx
Outdated
description?: string; | ||
videoUrl?: string; | ||
linkText?: string; | ||
linkUrl?: string; |
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.
same
Yep y'all are right! update ✅ |
InfoColumn
Link
&InfoAccordion
Known issues: