Skip to content
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

32 in app chat 1 #55

Merged
merged 32 commits into from
Jan 3, 2023
Merged

32 in app chat 1 #55

merged 32 commits into from
Jan 3, 2023

Conversation

itsalb3rt
Copy link
Member

#35

* Added i18n text
* Added notification icon to the menu
* Added i18n text
* Added notification real time event
* Added notification funcionality
* Added i18n text
* Added read all button
* Added i18n text
* Created method to read all notifications
* Change messages notification body
* Added i18n text
* Handle the notification click
* Handle the chat id from the URL
* Handle the click of the notification
* Added i18n text
* Created method to get the notification title
* Used the get notification title method
* Handle the schedule notification click
* Wrong property of the space id
* Added prop to create a identify
* Added highlight to the schedule cards when the user comes from a notification
* Added the "to_user" field to message body
* Added the new notification to the notifications object
* Removed debug method
* Added funcionality to the mark all as read button
* Created method to mark single notification as read
* Removed the profile icon
* Added the profile option to the avatar action
* Removed notification logic
* Removed unused import
* Created a notfiications panel component
* Added notification panel
* Added icons to the notifications
@itsalb3rt itsalb3rt linked an issue Dec 31, 2022 that may be closed by this pull request
9 tasks
* Added margin to the time ago
@itsalb3rt itsalb3rt merged commit fc3cc05 into main Jan 3, 2023
Copy link
Contributor

@pcabreram1234 pcabreram1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except for the $q var in the previous comment, every else is good and the code is easy to read

export default {
name: "ComponentNotificationsPanel",
setup() {
const $q = useQuasar();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This var is not used

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I checking this asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In-app Chat and notifications
2 participants