5716 Commits

Author SHA1 Message Date
ogerly
7d5205e08b translation of the texts 2022-09-19 18:27:41 +02:00
Wolfgang Huß
5d0eecfc75 Cleanup 2022-09-19 07:42:51 +02:00
Wolfgang Huß
29be8ee49a Fix update of members list if current user is not allowed to see it anymore 2022-09-19 07:39:37 +02:00
Wolfgang Huß
2e0e485bbd Fix multiple use of 'disabled' property in BaseButton component in code base by implementing it. 2022-09-19 06:56:40 +02:00
Wolfgang Huß
83bfbd863c Manage seeing group members on group profile 2022-09-19 06:27:41 +02:00
Wolfgang Huß
c2f7604918 Fix 'groupQuery' GQL on group edit page
- Fix links 'group/my-groups' to 'my-groups'.
- Fix 'createGroupMutation' to be used as a function on group create page.
2022-09-18 19:44:50 +02:00
Wolfgang Huß
bba4ca0fc6 Test 'descriptionExcerpt' in all relevant group resolvers 2022-09-18 19:18:44 +02:00
Wolfgang Huß
e53e502587 Removed 'lang="ts"' in 'GroupCard.vue' 2022-09-18 18:51:43 +02:00
Wolfgang Huß
8da2d1102f Fix tests in 'AvatarUploader.spec.js' 2022-09-18 18:47:21 +02:00
Wolfgang Huß
6f6dc4e7fd Refactor 'groupMembersQuery' to a function that returns GQL
- Toast some Apollo GQL error messages
2022-09-18 17:51:26 +02:00
Wolfgang Huß
a85085ca74 Refactor 'changeGroupMemberRoleMutation', 'groupQuery' to a function that returns GQL 2022-09-18 17:35:08 +02:00
Wolfgang Huß
14824c8b33 Refactor 'leaveGroupMutation' to a function that returns GQL 2022-09-18 17:15:29 +02:00
Wolfgang Huß
1c040e1549 Refactor 'joinGroupMutation' to a function that returns GQL 2022-09-18 14:07:38 +02:00
Wolfgang Huß
6df10e5588 Refactor 'updateGroupMutation' to a function that returns GQL
- Add and refactor some tests for the user resolvers.
- Refactor minor in general.
2022-09-18 08:35:31 +02:00
Wolfgang Huß
7d9e42806c Refactor 'createGroupMutation' to a function that returns GQL 2022-09-18 07:07:11 +02:00
Wolfgang Huß
0048486a78 Refactor to save location in db by 'UpdateUser', 'CreateGroup', and 'UpdateGroup' resolvers
- Refactor, add, and refine tests of location for 'CreateGroup' and 'UpdateGroup' resolvers.
2022-09-17 20:55:43 +02:00
Wolfgang Huß
a4575f3ad0 Implement 'location' on group profile 2022-09-17 01:00:50 +02:00
Wolfgang Huß
57f7a43d09 Test locations in group resolvers 2022-09-16 21:09:45 +02:00
Wolfgang Huß
d32c137cff Implement 'locationName', 'location' in 'CreateGroup', 'UpdateGroup', and 'Group' resolvers 2022-09-16 07:40:33 +02:00
Wolfgang Huß
9396a61ec0 Implement 'categories' on group profile 2022-09-16 07:23:40 +02:00
Wolfgang Huß
bece00c1bc Set Vue tooltip delay to 1500 ms and remove unneeded properties 2022-09-16 07:22:44 +02:00
Wolfgang Huß
a48a338e26 Merge branch 'category-tooltipps' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-description-etc
# Conflicts:
#	webapp/components/PostTeaser/PostTeaser.vue
#	webapp/pages/post/_id/_slug/index.vue
2022-09-16 07:18:25 +02:00
Wolfgang Huß
b26c500bd0 Implement 'categories' on group profile, next step 2022-09-16 07:14:56 +02:00
Wolfgang Huß
1d3fc9b88a Set tooltip on post page categories 2022-09-16 07:08:32 +02:00
Wolfgang Huß
7f397b4669 Set Vue tooltip delay to 1500 ms and remove unneeded properties 2022-09-16 07:05:21 +02:00
Wolfgang Huß
4f68d9c7c3 Implement 'categories' on group profile, first step 2022-09-16 05:25:31 +02:00
Wolfgang Huß
e570d0773a Remove unneeded eslint-enable 2022-09-16 05:25:00 +02:00
Wolfgang Huß
912980c6e6 Implement 'description', 'descriptionExcerpt', and collapse on group profile 2022-09-15 18:28:13 +02:00
ogerly
a5e0794ec8 style in groupList for locationName and radius 2022-09-15 13:13:51 +02:00
ogerly
bc8cba13b3 add location and location name for group 2022-09-15 12:38:59 +02:00
Wolfgang Huß
b5e181c6a1 Fix undefined locales for group properties on group profile 2022-09-15 10:05:08 +02:00
Moriz Wahl
64153ea9e3 change delay of category tooltip to 1500 2022-09-15 10:04:26 +02:00
Wolfgang Huß
b23f4ea47b Implement descriptionExcerpt on group profile 2022-09-15 09:55:51 +02:00
Moriz Wahl
ba9a6fd750
Update webapp/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-09-15 09:25:46 +02:00
Wolfgang Huß
12a924764c Add comments for several elements on the group profile 2022-09-15 07:49:25 +02:00
Wolfgang Huß
6af9e0cec0 Merge branch '5059-groups/5318-group-profile-second' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-members-list-etc
# Conflicts:
#	webapp/locales/de.json
#	webapp/locales/en.json
2022-09-14 16:18:37 +02:00
Wolfgang Huß
b7d4d506e3 Merge branch '5059-epic-groups' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-second 2022-09-14 14:32:27 +02:00
Wolfgang Huß
2d3d559eab Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-epic-groups 2022-09-14 14:28:09 +02:00
Wolfgang Huß
210aebb829 Merge branch 'master' of github.com:Ocelot-Social-Community/Ocelot-Social into 5059-groups/5318-group-profile-second 2022-09-14 14:27:01 +02:00
Wolfgang Huß
ff8f3fed7a Implement confirm modal for leaving a group 2022-09-14 14:12:06 +02:00
Wolfgang Huß
13727729a5 Refactor join/leave button function and the related events 2022-09-14 13:01:07 +02:00
ogerly
b57f5e253c add following event and emit 2022-09-14 11:25:43 +02:00
Wolfgang Huß
176fb3919a Fix Vue HTML errors in group profile 'groupType' etc. 2022-09-14 08:49:45 +02:00
Wolfgang Huß
bfef47a2a1 fix assignment to prop in 'JoinLeaveButton' 2022-09-14 08:28:56 +02:00
Wolfgang Huß
9472a68bcd Add Vue 'head' element to group and user profile 2022-09-13 22:49:46 +02:00
Wolfgang Huß
e04bfe7484 Implement displaying of 'myRole', 'groupType', and 'actionRadius' on group profile 2022-09-13 22:06:16 +02:00
ogerly
f1957c5fe7 fix lint 2022-09-13 20:46:18 +02:00
Wolfgang Huß
0cd3617f65 Implement working leave button on group profile 2022-09-13 20:42:08 +02:00
ogerly
41955c5f56 add gruopMenu 2022-09-13 20:40:40 +02:00
Wolfgang Huß
6a9c040722 Implement 'LeaveGroup' resolver 2022-09-13 20:23:34 +02:00