feat: emoji reactions for tasks and comments #2196

Merged
konrad merged 19 commits from feature/reactions into main 2024-03-12 19:26:01 +00:00

19 Commits

Author SHA1 Message Date
kolaente 2ffaec15f1
fix(reactions): lint
continuous-integration/drone/pr Build is passing Details
2024-03-12 17:34:09 +01:00
kolaente a65776ad56
fix(reactions): make sure editing a reacted entity does not remove the reactions
continuous-integration/drone/pr Build is failing Details
2024-03-12 17:20:19 +01:00
kolaente 3ab92c0585
fix(reactions): do not fire keyboard shortcut events when the focus is on the emoji picker search input 2024-03-12 17:01:04 +01:00
kolaente 7558879d99
fix(reactions): use dark mode from setting 2024-03-12 16:43:53 +01:00
kolaente aa840286fd
feat(reactions): load emojis from bundle 2024-03-12 14:38:03 +01:00
kolaente 68391d4b49
fix(reactions): do not close emoji picker when clicking on a category 2024-03-12 13:38:50 +01:00
kolaente f7ba299ecf
fix(reactions): use post to delete a reaction 2024-03-12 13:35:33 +01:00
kolaente 4518a01070
fix(reactions): return reactions for comments 2024-03-12 13:27:52 +01:00
kolaente d51d682b3b
feat(reactions): add reacting to comments in the frontend 2024-03-12 13:25:55 +01:00
kolaente 23e5f2478d
feat(reactions): add reacting to tasks in the frontend 2024-03-12 13:20:43 +01:00
kolaente fae7e8e649
feat(reactions): add tests 2024-03-12 11:28:23 +01:00
kolaente ed6d590e3b
fix(reactions): add model to tests 2024-03-11 23:35:36 +01:00
kolaente a2fa1515cd
fix(reactions): add reactions to task comments 2024-03-11 23:35:36 +01:00
kolaente 69b9086bef
fix(reactions): make retrieving reactions for tasks more efficient 2024-03-11 23:35:36 +01:00
kolaente 8af554292c
fix(users): pass in correct condition for fetching users 2024-03-11 23:35:36 +01:00
kolaente c4e0e08bbc
feat(reactions): return reactions when fetching tasks 2024-03-11 23:35:36 +01:00
kolaente 49b174e19f
feat(reactions): add permission check when fetching all reactions 2024-03-11 23:35:35 +01:00
kolaente 5c846ea990
feat(reactions): add swagger docs 2024-03-11 23:35:35 +01:00
kolaente 389ea6258d
feat(reactions): add reactions struct and routes 2024-03-11 23:35:35 +01:00