-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(webapp): π° allows mark all notifications as read #3922
Conversation
- Add mutation for markAllAsRead (notifications) - Add method to the schema that returns a list of all notifications - Add permissions rules to invoke this method (isAuthenticated) See #2660
Hey @ftonato , Please push after your acceptation again β¦ |
Hello, |
Sorry @ftonato ! BUT: One thing I see is β¦ $ ./scripts/translations/sort.sh
de.json is not sorted by keys
en.json is not sorted by keys
es.json is not sorted by keys
fr.json is not sorted by keys
it.json is not sorted by keys
nl.json is not sorted by keys
pt.json is not sorted by keys
ru.json is not sorted by keys
The command "./scripts/translations/sort.sh" exited with 1.
$ ./scripts/translations/missing-keys.sh The locales are tested with the command:
Or fixed by command:
The entries in the locales have to be in alphabetical order and german language (second base) has to have the same entries as english (base). LintingIn think you already know β¦ The linting is tested:
Or fixed by:
TomorrowI can give you a review tomorrow. |
I already passed by all these steps, but seems still not working =( |
Hey @ftonato , |
- And added some empty lines for nice formating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ftonato ,
really cool and sophisticated first through !!! ππ«
I did some comments and suggestions and there are some little questions open.
Please let me know if I can be of some help for clarifications.
PS: I have merge the master, have corrected one test, which I have tried to corrected successfully, and added some empty lines β¦
Pushed onto your PR. Hope that is okay?
Sorry, tests are still not working β¦ |
Now the Travis tests should work β¦ @ftonato |
Hey @Tirokk, I'm not sure about the reason, but since I did See the image below please: |
Hey @ftonato , Can you try There are some errors in webapp tests in file What do you think about my suggestions in relation to the style and design? PS: I fixed the linting β¦ |
β¦celot-Social into feature/mark-all-notification-as-read-test
I'm closing outdated issues and pull-requests that are no longer relevant given how much time has passed since they were opened. |
Sorry @ftonato this is still relevant. The project gets much more financing and activity now. Shall I unassign you in case you getting notifications you don't want? |
Don't worry, we can keep it open then. I was assuming, since it's an old pull-request, that it wasn't updated and therefore it would be useless to keep it open (my fault, sorry)... Note: I have a script that parses all my old issues/pull requests and closes it for me with the default message ^^ |
Okidoki ππΌ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π° Pullrequest
This pull-request will allows all the users
mark all notifications as read
with one clickPreview:
Issues
Todo
markAsRead
?markAllAsRead
Wolle