-
Notifications
You must be signed in to change notification settings - Fork 36
Hotel details. #318
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
Hotel details. #318
Conversation
This reverts commit 0d533f0.
@@ -17,7 +20,13 @@ final _schema = S.object( | |||
description: 'A list of items to display in the carousel.', | |||
items: S.object( | |||
properties: { | |||
'title': S.string(description: 'The title of the carousel item.'), | |||
'description': S.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.
Optional: How about having a separate subtitle field or something which is shown in a different color, like a grey or something? While it's a small thing, I think it makes the UI look quite a bit more polished to have visually separated sections like that.
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.
I am afraid it may make it more complicated for AI. So, we may loose reliability.
I like the idea. But I would make it P2 and test it carefully. BTW, can be a good item for external contributors.
Merged in spite of the error as it seems main is broken: #322 |
Fixes #309