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

Banner #527

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Banner #527

wants to merge 13 commits into from

Conversation

rodepanda7
Copy link
Contributor

Closes #397 .

Summary

Added notifications in the app. All notifications from the website will be displayed in the app, as well as the "you don't have a profile picture yet" notification.

How to test

Steps to test the changes you made:

  1. Start the app without a profile picture.
  2. Upload a picture, and the notification should disappear.
  3. If there are closeable announcements, you can close them. Please note that when you reload the page/app, the notification banner will reappear.

@rodepanda7 rodepanda7 marked this pull request as draft February 12, 2025 20:09
@rodepanda7 rodepanda7 marked this pull request as ready for review February 12, 2025 20:18
@@ -53,7 +53,7 @@ android {
}

kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you revert this? I also had some issues with this, will try to fix this in a version bump

Comment on lines +3 to +5
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
Copy link
Contributor

Choose a reason for hiding this comment

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

Same

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.

"You don't have a profile picture yet" banner
2 participants