Commit Graph

106 Commits

Author SHA1 Message Date
Bnyro c069b15cd8 feat: migrate to lemmy v0.19 (closes #33) 2024-01-06 11:30:55 +01:00
Bnyro 7f8d62cc98 chore: prepare for v5.0 2023-12-14 14:03:20 +01:00
Bnyro 545b7bc313 feat: indicate and mark posts as read/unread (closes #32) 2023-12-14 13:46:41 +01:00
Bnyro a91f1f4d7f feat: support for reporting posts (closes #30) 2023-09-15 10:44:04 +02:00
Bnyro 62fcb4640d feat: support for reporting comments under posts 2023-09-14 19:57:25 +02:00
Bnyro 5d47f33661 feat: dynamic image measures based on screen size (see #27) 2023-09-14 19:16:33 +02:00
BusyVar 285374a41f Implement setting dialog & make infinite scroll an option on it
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-09-07 20:14:17 +02:00
BusyVar a7da2a7531 Add infinite scroll behaviour 2023-08-30 00:53:46 +02:00
Bnyro cac731b41e feat: search community on enter 2023-08-10 11:01:44 +02:00
Lorenzo B Gomez 216dc9751f
feat: search on enter in instance list (#21) 2023-08-10 10:59:19 +02:00
Bnyro a4ea2363fa fix(community page): simplify sub, posts and comment count 2023-08-08 18:56:02 +02:00
Bnyro 929e2b8556 feat(profile): show when the user has joined lemmy 2023-08-08 18:52:12 +02:00
Bnyro 355a3da2fa feat: add important site info to its dialog 2023-08-07 17:24:17 +02:00
Bnyro a0720eddcd refactor: simplify the creation of menu actions 2023-08-07 16:57:28 +02:00
Bnyro 7908213245 chore: run cargo format 2023-08-07 16:55:14 +02:00
Bnyro 0540bb3ae2 feat: add a site info dialog 2023-08-07 16:54:56 +02:00
Bnyro c401ca54a2 feat: support for blocking other users 2023-08-07 16:14:42 +02:00
Bnyro 58c77072ed feat: support for (un)blocking communities 2023-08-07 16:05:55 +02:00
Bnyro 807c0e9051 feat(community): option to set the sort order of posts 2023-08-06 17:44:12 +02:00
Bnyro b96ad40fb4 feat(posts): option to set the sort order 2023-08-06 13:41:44 +02:00
Bnyro 785118c6d9 fix various clippy warnings to improve the code quality 2023-07-18 20:04:13 +02:00
Bnyro 1f54f431f8 run cargo format to fix indentation 2023-07-18 09:00:18 +02:00
Bnyro 700630da2f Minor UI improvements at the instances page 2023-07-16 20:06:13 +02:00
Bnyro 3ce4fc0c3f Show preview of post thumbnail(closes #9) 2023-07-16 19:53:01 +02:00
Bnyro beb56f8fb0 Prepare for v0.3.0 2023-07-13 17:07:16 +02:00
Bnyro b7f8125707 Fix index out of bounds after removing account 2023-07-13 16:58:44 +02:00
Bnyro 7f993ee531 Fix layout issues with the width of a post 2023-07-13 16:36:23 +02:00
Bnyro 1f044145b3 Fix showing saved posts 2023-07-13 16:34:27 +02:00
Bnyro 2ac8c98e87 Show local posts and communities by default 2023-07-11 10:33:51 +02:00
Bnyro 2f4485620f support for viewing saved posts and comments 2023-07-11 10:30:01 +02:00
Bnyro 900928be71 support for saving/bookmarking comments 2023-07-11 09:49:44 +02:00
Bnyro 572b1992b1 support for bookmarking posts 2023-07-11 09:42:53 +02:00
Lorenzo B Gomez 2442843ce3
Possibility to search instances in public tab (#16) 2023-07-09 07:50:29 +02:00
Bnyro 5e0c84aec7 Support for comment nesting with a tree structure 2023-07-08 18:02:02 +02:00
Bnyro 2f8b8ecf17 Fix horizontal padding of posts in home page 2023-07-06 17:43:29 +02:00
Bnyro 29e661ec5e Initial support for multiple account profiles 2023-07-06 17:41:12 +02:00
Bnyro cd0fd30e69 Show login page after choosing an instance 2023-07-06 15:24:51 +02:00
Bnyro 6266004dcb refactor posts/home page 2023-07-06 15:21:16 +02:00
Bnyro b38d225540 Improve mobile accessibility on post page 2023-07-06 14:51:35 +02:00
Bnyro bfe570a0fc Wrap text into new lines and improve view of moderated communities 2023-07-06 12:31:29 +02:00
Bnyro e51da627ea Replace unneeded if else expressions with set_visible 2023-07-02 19:25:27 +02:00
Bnyro 5e353c27cb Show communities moderated by a person 2023-07-02 19:09:12 +02:00
Bnyro 41e84f0995 Support for viewing the next pages of a profile 2023-07-02 11:30:04 +02:00
Bnyro f8f5c80450 Support for viewing comments by a user 2023-07-02 11:02:54 +02:00
Bnyro 25d6e98a17 Show new created comment reply after creation 2023-07-01 17:25:27 +02:00
Bnyro 8fe42f3838 Support for replying to comments 2023-07-01 17:19:28 +02:00
Bnyro 19fa49ecf7 Use ComponentSender#Emit when talking to parent components 2023-07-01 12:04:23 +02:00
Bnyro 7aa4936b0a Simplify the logic for changing the instance 2023-07-01 12:01:57 +02:00
Bnyro 206bb2ab83 Move the login logic to a separate component 2023-07-01 11:55:13 +02:00
Bnyro 0755f2a0de Move communities page into a separate component 2023-07-01 11:31:25 +02:00