Marcin Wojnarowski

Results 42 issues of Marcin Wojnarowski

Live updates through WebSockets in chosen places. - [ ] New comments on a post appear automatically - [ ] Comment/post scores are automatically updated - [ ] In-app notifications...

enhancement

### Describe the bug When creating a comment and then pulling to refresh the newly created comment duplicates in the UI (it isn't actually duplicated on the server) ### Steps...

bug
UI

Expand customization with new comment and post styles, and more user choice relating to the look of the app. - [ ] User has 2 post styles to choose from:...

enhancement

Ability to follow a topic or keyword. - [ ] User is able to subscribe to a topic - [ ] Notification interval can be chosen

enhancement

Lemmur could benefit greatly from request caching. Currently, other than images, nothing is cached. This means everything is refetched every time some data is needed. Additionally, this prevents lemmur from...

enhancement

### Is your feature request related to a problem? Please describe. See #255 ### Describe the solution you'd like Drafts are automatically saved. When navigating back to a write post/comment...

enhancement
help wanted

Invalid auth tokens will in many cases cause infinite spinners. Since invalid authentication always means invalid tokens, it is safe to log the user out or mark the account as...

enhancement

Lemmy hosts a `pict.rs` server. It has a [mini API](https://github.com/LemmyNet/lemmy/blob/main/src/routes/images.rs). Some interface for interacting with it has to be created and integrated in the following views: - [x] When creating...

enhancement
logic
Priority: medium

lemmur is using `flutter_hooks` and all local state is managed by it. When using a `TabBarView` each tab has it's own local state. When switching between tabs all state is...

bug
logic