Eric Andrews

Results 70 issues of 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...

enhancement
CURRENT CYCLE

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) -...

bug

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

bug

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: -...

enhancement

ProfileView (old UserView) needs a full rewrite

enhancement

Good as-is, just needs update to new middleware models

enhancement

Haptics should be moved to the *edit* middleware layer, rather than being scattered about as they currently are.

enhancement

Overhaul the editing interface: - Consistent between posts and comments - Markdown support - Better UX Child issues: mlemgroup/mlem#35 mlemgroup/mlem#36

enhancement

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...

enhancement

Create a better logging solution than just haphazardly printing things

enhancement