thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
781 stars 68 forks source link

New Post Page Followups #1413

Open micahmo opened 4 months ago

micahmo commented 4 months ago

Bug Description

This issue is for tracking additional work that needs to be done to the new post/comment page as a followup to #1363 in order to bring it in parity with the old one. The new one is still behind an experimental flag, so these things aren't super urgent, but should be done before releasing it for general availability.

Known Issues (these are things intentionally deferred from the initial implementation)

Additional Issues (these have been found while daily driving the new page)

https://github.com/thunder-app/thunder/assets/7417301/7f0b3b76-9df4-4c41-8fb7-a028f3cd69e8

https://github.com/thunder-app/thunder/assets/7417301/7f0b3b76-9df4-4c41-8fb7-a028f3cd69e8

image

https://github.com/thunder-app/thunder/assets/7417301/8f2f5304-40b7-43c7-b6cd-c3cf99b55d50
https://github.com/thunder-app/thunder/assets/7417301/f2fd31b4-9b7b-474d-b854-89a8d0be4c03
https://github.com/thunder-app/thunder/assets/7417301/f4ab620f-a847-4448-9382-8ab926c46a98

On a bright note, I believe the following issues have been resolved (either from #1363 or #1361).

hjiangsu commented 4 months ago

The scrolling fixes from https://github.com/thunder-app/thunder/pull/1252 and https://github.com/thunder-app/thunder/pull/1319 seem to be missing

I was planning to add this back in in conjunction with the comment navigation!

micahmo commented 4 months ago

The scrolling fixes from #1252 and #1319 seem to be missing

I was planning to add this back in in conjunction with the comment navigation!

Makes sense! Just as long as you can scroll the last comment to the top even without using the nav buttons. 😊😊