Eric Andrews
Eric Andrews
Create a set of enriched data models to feed to the frontend, decoupling our frontend code from the API spec and enabling features such as: - Elegantly handling instant vote...
Tab bar actions cease working on the second level of navigation in Feeds. Repro: - Go to the community list - Pick any feed (community or aggregate, doesn't matter) -...
https://github.com/mlemgroup/mlem/pull/1024#discussion_r1571258144 > I noticed that jumping to the favorites section doesn't work correctly, though it doesn't currently work on dev either so not a problem with this PR
There's a lot of redundant code in our widget buttons--most of them can be centralized into a `WidgetView`. Off the top of my head, such a view would need: -...
ProfileView (old UserView) needs a full rewrite
Haptics should be moved to the *edit* middleware layer, rather than being scattered about as they currently are.
Overhaul the editing interface: - Consistent between posts and comments - Markdown support - Better UX Child issues: mlemgroup/mlem#35 mlemgroup/mlem#36
We currently show the number of new comments, but do not highlight them when entering the expanded post view. The API doesn't tell us which comments are new, but we...
Create a better logging solution than just haphazardly printing things