105 Commits

Author SHA1 Message Date
Diego Beraldin
206d74241a fix: chat loading messages 2023-12-16 14:37:26 +01:00
Diego Beraldin
08c1490502
feat: edit chat message (#310); closes #226, #202
* feat: add possibility to edit messages; closes #226

* fix: chat loading messages; closes #202
2023-12-16 14:17:36 +01:00
Diego Beraldin
c7232dcb83
fix: scaled and controversial sort types (#249); closes #248 2023-12-08 13:37:16 +01:00
Diego Beraldin
e840484238
fix: community loading (#244); closes #201 2023-12-07 23:09:45 +01:00
Diego Beraldin
8aa511b742
fix: user loading from other instance (#243); closes #196 2023-12-07 22:49:26 +01:00
Diego Beraldin
3bd984043f
feat: expose instance version (#237); closes #212
* feat: expose instance version

* refactor: abstracts away repositories

* chore: create get sort type use case

* feat: conditional sort types; closes #212
2023-12-07 12:46:19 +01:00
Diego Beraldin
f9058fe43c
fix: load more comment depth (#236); closes #215 2023-12-06 23:35:21 +01:00
Diego Beraldin
6087df5856
refactor: navigation module (#195)
* refactor: move navigation to own module

* refactor: use applyDefaultHierarchyTemplate
2023-12-04 19:36:34 +01:00
Diego Beraldin
2a31369894
fix: more lemmy 0.19 breaking changes (#192) 2023-12-04 13:01:50 +01:00
Diego Beraldin
9667e8d028
feat: add/remove moderators (#188)
* chore: update service and repository

* chore: highlight post from moderators in community detail

* feat: possibility to add/remove mod in community detail

* feat: possibility to add/remove mod in post detail

* feat: chore: highlight post from moderator in post detail
2023-12-03 21:42:34 +01:00
Diego Beraldin
8e7d837b32
feat: inbox improvements (default type, loading) (#182)
* feat: add option for default inbox type

* fix: chat loading
2023-12-01 22:03:03 +01:00
Diego Beraldin
7aecc6d741
fix(inbox): several fixes (#178)
* fix: chat fonts

* fix: chat loading

* fix: count messages in inbox unread
2023-11-29 21:22:42 +01:00
Diego Beraldin
d1f1ad51d9
fix(api): improve Lemmy 0.19 compatibility (#173)
* fix: optional fields

* fix: back to top when changing instance in anon mode
2023-11-29 12:59:49 +01:00
Diego Beraldin
c44a9dc6e5
feat(mod-tools): user ban (#166) 2023-11-27 22:09:15 +01:00
Diego Beraldin
bdde62a757
refactor(inbox): remove unnecessary mark (un)read option (#156) 2023-11-24 19:37:51 +01:00
Diego Beraldin
70fadd93cf
feat: mod tools (#153)
* update services and DTOs

* update repositories and models

* feat: add remove bottom sheet

* update community detail

* update post detail

* feat: show featured posts and distinguished comments

* feat: report list

* chore: translations
2023-11-24 18:56:33 +01:00
Diego Beraldin
cc32ec2e33
fix: bug reports RC9 (#154)
* chore: remove trailing … from messages

* chore: move quote action at first position in text toolbar

* fix(posts): share original URL

* chore: show timestamp in raw content dialog
2023-11-22 19:12:31 +01:00
Diego Beraldin
9b884dce48
fix: remove unnecessary reloads (#138)
* fix: remove unnecessary reloads

* fix: sort in community

* fix: introduce search result in explore
2023-11-17 13:58:58 +01:00
Diego Beraldin
e474c9227d
feat: double click management (#130) 2023-11-13 22:17:59 +01:00
Diego Beraldin
673b2faf83
enhancement: edit screens (#128)
* fix: window background color

* enhancement: specific title for edit screens

* fix: bug preventing post modification

* fix: add update date to better track changes
2023-11-12 10:08:59 +01:00
Diego Beraldin
b73f84d89c
feat: sort communities instance detail (#124)
* fix: improve horizontal margin

* feat: add sort in instance detail
2023-11-11 00:23:39 +01:00
Diego Beraldin
058a92f804
enhancement: image prefetch; icon sizes (#109)
* enhancement: add image prefetch

* enhancement: standardize image sizes
2023-11-06 23:49:52 +01:00
Diego Beraldin
8558f524df
chore: update deps (#108) 2023-11-06 22:48:51 +01:00
Diego Beraldin
f56a99fa96
feat: new comment visible/expanded policy (#93) 2023-11-02 08:40:31 +01:00
Diego Beraldin
596d4a5cd7
feat: comment collapsing (#83)
* feat: new comment expanding policy

* fix: typo in Italian l10n

* fix: text fields in create post screen
2023-10-29 09:30:58 +01:00
Diego Beraldin
4a9efb5e45
fix: load more button visibility (#79) 2023-10-28 12:30:09 +02:00
Diego Beraldin
ac71df56c7
fix: sidebar user initialization (#69) 2023-10-26 19:04:17 +02:00
Diego Beraldin
5801e6c6b2
fix(domain-lemmy): preserve community subscription status (#61) 2023-10-24 18:18:49 +02:00
Diego Beraldin
745755ff88 feat: report post and comments 2023-10-24 08:48:09 +02:00
Diego Beraldin
660a38180d feat: show community stats in sidebar 2023-10-23 20:07:42 +02:00
Diego Beraldin
c66eda4125 feat: mark post as read; closes #43 2023-10-22 21:23:36 +02:00
Diego Beraldin
ba7c197957 fix: deep link (and hide back button if not possible) 2023-10-21 21:53:03 +02:00
Diego Beraldin
808f521e20
feat: upgrade to lemmy 0.19 (#59)
* chore: add auth headers to all network calls

* chore: add support to scaled sort

* chore: support for cursor based pagination

* chore: relax required fields

* feat: add block instance
2023-10-21 08:16:50 +02:00
Diego Beraldin
cb0f030295 fix: separate upvotes and downvotes in inbox 2023-10-20 08:38:34 +02:00
Diego Beraldin
c406ff7b7f fix: comments not being loaded from button 2023-10-19 22:23:42 +02:00
Diego Beraldin
c8c05c9818 feat: show cross posts; closes #58 2023-10-17 19:27:49 +02:00
Diego Beraldin
cd8b243141 feat: possibility to expand/collapse top level comments; closes #37 2023-10-17 08:31:23 +02:00
Diego Beraldin
d08d493b3a refactor: unifies API calls for data in other instances 2023-10-16 18:59:34 +02:00
Diego Beraldin
8595eabf5c chore: minor improvements 2023-10-15 22:06:48 +02:00
Diego Beraldin
54accc8538 enhancement: immediately apply sort and feed type; update sort and feed type icons 2023-10-15 19:21:10 +02:00
Diego Beraldin
254e170490 fix: vote counters for inbox replies and mentions 2023-10-15 18:12:51 +02:00
Diego Beraldin
647916fe6c fix: pagination issues in case of network or API error 2023-10-07 23:18:19 +02:00
Diego Beraldin
b5521b8b1c feat: separate upvotes and downvotes 2023-10-06 19:33:23 +02:00
Diego Beraldin
abc9b3632a
feat: multi-communities (#36)
* chore: add persistence

* chore: move serializable to core-utils

* fix: leftover color in user detail

* chore: new messages

* feat: add multi-communities in subscription list

* feat: add multi-community editor

* feat: add multi-community detail
2023-10-05 21:18:32 +02:00
Diego Beraldin
e7e8a00882 fix: highlight and scroll to comment if not present in first page 2023-10-04 18:16:30 +02:00
Diego Beraldin
a75e2daa36 feat: block user and community 2023-10-04 13:56:49 +02:00
Diego Beraldin
5226d17c20 feat: add sort by controversial 2023-10-02 22:58:00 +02:00
Diego Beraldin
6a808439f3 fix(common): update counter after creating comments 2023-10-01 10:14:27 +02:00
Diego Beraldin
74a2a77254 fix(inbox): correct header for replies and mentions 2023-09-29 18:41:49 +02:00
Diego Beraldin
eaaf066304 feat: manage user and community opening from links in texts 2023-09-28 20:38:25 +02:00