-
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
Post page UI foundation #143
Conversation
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.
Great job this new page looks good, I have left a few small comments.
lib/views/pages/post/post_page_widget/bottom_bar_add_comment.dart
Outdated
Show resolved
Hide resolved
Thank you @Aderfish for your 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.
What a PR! This is the best PR I've seen of this project so far I think (after #111 of course), great job!
I've found so few things to say on the UI, that I have been very nitpicky. Those suggestions are very personal, and I'd understand you reject them.
I think my suggestions on the tests are more important but, even still, you have made a great job!
lib/views/pages/post/post_page_widget/bottom_bar_add_comment.dart
Outdated
Show resolved
Hide resolved
lib/views/pages/post/post_page_widget/bottom_bar_add_comment.dart
Outdated
Show resolved
Hide resolved
lib/views/pages/post/post_page_widget/complete_post_widget.dart
Outdated
Show resolved
Hide resolved
Co-authored-by: Joachim Favre <joachim@favre.xyz>
Co-authored-by: Joachim Favre <joachim@favre.xyz>
Very good changes! Just a small typo in a variable name but, apart from that, LGTM! Great job! :) |
Thank you @JoachimFavre for your review 🎉 😄 |
This PR create the foundation for the post page UI.
Adds the post UI, comment and a text field that is always kept on screen (stay above the keyboard when opened).
It also adds the navigation from a post on the feed to this its post page
Current UI / Behavior of the post page using mock data:
Acceptance criteria: