-
Notifications
You must be signed in to change notification settings - Fork 5
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
Internal #37
base: release24
Are you sure you want to change the base?
Conversation
Add Polls Calendar UI update
room and user dp imporovements
android/app/build.gradle
Outdated
@@ -45,7 +46,7 @@ android { | |||
} | |||
|
|||
kotlinOptions { | |||
jvmTarget = JavaVersion.VERSION_17 | |||
jvmTarget = "1.8" |
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.
should be jvmTarget = JavaVersion.VERSION_17
lib/models/events.dart
Outdated
description: "A book fair with author signings and discussion panels.", | ||
type: "Education", | ||
name: "Readers' Haven", | ||
venue: "National Library", |
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.
Never store dummy data like this, it should come from a json file
It should not be pushed to a release branch. Push to release after testing it with api call
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.
Approving PR , will check the UI changes and functionality on the APP.
Error @Alok1721 NEED This fixed by today evening? |
|
Features needed before we can merge this PR.
Focus on functionality, we will work on UI afterwards |
Description
Fixes #(issue number)
Type of Change
Changes Made
Screenshots (if applicable)
How to Test
Additional Notes