Massedil
3447bdc864
fix: fetch discussion and ressources info when accepting a group invitation
...
Also ensure that the actor is included in PERSON_STATUS_GROUP, to stay consistent with LOGGED_USER_MEMBERSHIPS as used in MyGroups.vue.
The accept-invitation and refuse-invitation events needed to be emitted before refetching PERSON_STATUS_GROUP, so they can be caught by GroupView.vue before <InvitationsList> is destroyed due to the v-if becoming false.
Fixes #1800
2025-06-20 18:36:28 +02:00
Massedil
c87f884d0a
fix: interface is well updated after rejecting and accepting invitation in /groups/me page
...
InvitationList.vue now emit accept-invitation and reject-invitation as expected by MyGroups.vue
MyGroups.vue refetch data after receiving the events.
Fixes #1797
2025-06-19 18:35:39 +02:00
Massedil
bfd08493d8
fix: group member list data are always updated
...
Solves one case in #1688
2025-06-19 18:28:58 +02:00
Massedil
63758a444f
fix: invitations to groups are immediately shown
...
Solves one case in #1688
2025-06-19 16:41:27 +02:00
Massedil
71e692385b
fix: update group page UI on logout to hide member and admin content
...
Solves #1793
2025-06-18 19:30:28 +02:00
Massedil
15850cc72c
Issue #1066 : The "Update group" button indicates that a background update is in progress
2024-11-29 19:19:19 +01:00
Massedil
04fe44f72b
Issue #1567 : distinction between activities (long_event) and normal events on group page
2024-11-29 19:19:19 +01:00
Massedil
b96c476eaa
Issue #1066 Add a loading state on <o-button> in the create group page
2024-11-29 19:15:35 +01:00
Massedil
edac95ef4a
Issue #1546 Small CSS tweaks for mobile view
2024-11-02 16:17:44 +01:00
Massedil
02687e68bb
Issue #1546 Change block order
2024-11-02 16:06:17 +01:00
Massedil
861c445b63
#1546 Harmonization between public and private view + improved CSS
2024-10-30 20:01:13 +01:00
setop
7030d56864
all developments of milestone 1
2024-04-10 12:36:21 +00:00
Thomas Citharel
57d0372ce8
fix(front): fix reporting group
...
Item was hidden unless anonymous reporting was enabled
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-01-04 14:02:13 +01:00
Thomas Citharel
a6a80cabc6
Merge branch 'oruga-0.8' into upgrade-deps
2023-12-22 12:17:17 +01:00
Thomas Citharel
112019d21c
refactor: fix date-fns import in GroupView.vue
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-22 12:16:01 +01:00
Thomas Citharel
a9676d6481
feat(front): upgrade to Oruga 0.8.x
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-14 11:30:54 +01:00
Thomas Citharel
935799f123
fix(front): fix editing group
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-06 08:37:48 +01:00
Thomas Citharel
32caebb1d0
fix: prevent sending group physical address if it's empty and allow empty text for timezone
...
As old addresses don't hold TZ information
Closes #1357
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-12-03 18:14:00 +01:00
Thomas Citharel
5602164c62
build: replace @vueuse/head with @unhead/vue
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-11-21 16:40:32 +01:00
Thomas Citharel
b635937091
fix: various fixes
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-11-20 09:35:21 +01:00
Thomas Citharel
2e72f6faf4
build: switch from yarn to npm to manage js dependencies and move js contents to root
...
yarn v1 is being deprecated and starts to have some issues
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2023-11-14 17:24:42 +01:00