Joel Hernández
Joel Hernández
Thanks to @duichwer for reporting these! - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L313 - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L405 - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L483 - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L485 - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L487 - [ ] https://github.com/OkunaOrg/okuna-app/blob/dd1a8e17617a7e5ea4d0ffc4e40b32e2f677571f/lib/services/httpie.dart#L490...
We should show a reply button on a comment reply which opens a new comment with the @username of the person replying to filled in. Bonus points: Perhaps we should...
The trending widget state is recreated everytime the user taps on the search bar, types, and cancels it. It should be cached. Most likely solution is adding the widget as...
I suspect the following is the reason. https://sentry.openbook.social/okuna/okuna-app/issues/13388/?query=is:unresolved
Perhaps also to get it done with https://github.com/OkunaOrg/okuna-app/issues/421 ?
Some people might find link previews annoying. Let's provide an in-app way to disable them.
Currently our cache strategy works with FIFO, this means if a user explores deep enough and then comes back to the main screen, the visualized post will no longer be...
We can't push a release till we find a way to make the video player to work with caching on Flutter's latest master version with latest flutter_plugins/video_player changes.. Currently no...
We should have an onboarding flow right after sign-up which orients people within the platform. Right now you land on an empty feed with no clue of what to do....
See title