-
Notifications
You must be signed in to change notification settings - Fork 257
fix(cooperators): improve invite UX, fix notification template, add i18n support #1414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tim48-robot
wants to merge
6
commits into
ruxailab:develop
Choose a base branch
from
tim48-robot:fix/cooperator-i18n-clean
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(cooperators): improve invite UX, fix notification template, add i18n support #1414
tim48-robot
wants to merge
6
commits into
ruxailab:develop
from
tim48-robot:fix/cooperator-i18n-clean
+276
−352
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Prevent duplicate cooperator entries when re-inviting same email - Update existing cooperator's role instead of creating duplicate - Add toast feedback for role updates vs new invites - Add missing 'invite_message' i18n key to all 10 locale files
56d125d to
a47c2f3
Compare
a47c2f3 to
2fc647a
Compare
KarinePistili
requested changes
Jan 23, 2026
5fe7f2c to
35358f6
Compare
93f3000 to
08a1e09
Compare
66a9e80 to
8c6c938
Compare
…locales - Added translation keys for notification titles and descriptions - Synchronized locale structures across all 10 languages - Cleaned up redundant and duplicate notification keys
- Added type field (Message, Collaboration) to notifications - Fixed Notification model to use null instead of undefined for optional fields - Fixed NotificationButton dropdown to only show dialog for Collaboration type - Fixed NotificationPage to handle different notification types correctly - Messages now use redirectsTo: null (no redirect needed) - Removed debug console.log statements - Removed type badge from NotificationItem to prevent UI overlap
8c6c938 to
1b0be18
Compare
- Fixed gap utility class (gap-4 → ga-4) for proper Vuetify spacing - Reduced dropdown title size (text-h6 → text-subtitle-1) - Changed message author from testAdmin to current user email
|
Contributor
Author
|
additional info i forgot to say
2026-01-28.17-39-44.3.mp4 |
Contributor
Author
|
hey @KarinePistili, i think its ready to review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



This PR addresses three issues with the cooperator invitation system:
fixes #1398
2026-01-23.14-00-58.mp4