-
Notifications
You must be signed in to change notification settings - Fork 0
Question & Actions Lists #15
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
Conversation
…ders/LIFT02 into feat/list-logic
…rs/LIFT02 into feat/list-logic
…to feat/list-logic
AlexVOiceover
left a comment
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.
Just a suggestion about consolidation Button components in a single one.
No need to be done on this PR (Generic Button will likely evolve to acomodate all buttons)
Jaz-spec
left a comment
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.
Yep, looks good to me!
Jaz-spec
left a comment
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.
Yep, looks good to me!
Overview
TL;DR
Run the new dev script before starting the app:
Gallery
CleanShot.2025-06-09.Monday.at.3.09.08.Arc.mp4
Changes
'tis fruity
Database
Added a preview string prop to the
questionstable, then tweaked the seed files to use it.List
It's great. Queries
question.categoryto populate the list then renders an element usingquestion.preview.QuestionCard
Incorporates some of @Jaz-spec's work on this component
Misc