Commit Graph

25 Commits

Author SHA1 Message Date
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 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 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 e0bdc593fb Clean up logic for editing comments and posts 2023-06-28 10:42:42 +02:00
Bnyro c2acf90f3f Fix the button positions in the community page when logged in 2023-06-28 09:07:34 +02:00
Bnyro b857219be2 Fix empty spaces on community page when not logged in 2023-06-27 12:24:51 +02:00
Bnyro 12e5ef6dce Hide subscribe button for community when not logged in 2023-06-26 13:37:38 +02:00
Bnyro fbf4b8dfa5 Reformat project and change package id 2023-06-26 10:58:21 +02:00
Bnyro 07343a3021 Support for viewing the next pages of communities and posts 2023-06-23 16:26:59 +02:00
Bnyro 37a9cc244f Hide all actions that require an account while logged out 2023-06-22 16:16:15 +02:00
Bnyro 3ac17ddd9f Support for editing comments 2023-06-21 16:36:24 +02:00
Bnyro b56776b671 Support for editing posts 2023-06-21 15:37:07 +02:00
Bnyro 1e984b0765 (Down-)voting posts and comments 2023-06-20 17:13:14 +02:00
Bnyro 99e122ed9a Support for subscribing and unsubscribing communities 2023-06-20 15:46:40 +02:00
Bnyro 0417cea437 Tab to view only subscribed posts 2023-06-20 15:26:23 +02:00
Bnyro 10b5059420 Support for commenting on posts 2023-06-20 12:20:28 +02:00
Bnyro 99f35bfe7a Support for creating posts 2023-06-20 11:52:23 +02:00
Bnyro e4ea0ed5ba Support rendering markdown content 2023-06-19 08:02:44 +02:00
Bnyro ef6ee57f6c Drop RefCell's and use Relm component mutability instead 2023-06-19 07:34:10 +02:00
Bnyro 6b8eae051e Initial commit 2023-06-18 16:53:53 +02:00