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

Thesis: Add Survey dialog #140

Merged
merged 10 commits into from
Nov 29, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ import de.tum.informatics.www1.artemis.native_app.feature.courseregistration.cou
import de.tum.informatics.www1.artemis.native_app.feature.courseregistration.navigateToCourseRegistration
import de.tum.informatics.www1.artemis.native_app.feature.courseview.ui.course_overview.course
import de.tum.informatics.www1.artemis.native_app.feature.courseview.ui.course_overview.navigateToCourse
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.DashboardScreen
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.dashboard
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.navigateToDashboard
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.ui.DashboardScreen
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.ui.dashboard
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.ui.navigateToDashboard
import de.tum.informatics.www1.artemis.native_app.feature.exerciseview.ExerciseViewDestination
import de.tum.informatics.www1.artemis.native_app.feature.exerciseview.ExerciseViewMode
import de.tum.informatics.www1.artemis.native_app.feature.exerciseview.ExerciseViewUi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import de.tum.informatics.www1.artemis.native_app.core.ui.LocalCourseImageProvid
import de.tum.informatics.www1.artemis.native_app.core.ui.PlayStoreScreenshots
import de.tum.informatics.www1.artemis.native_app.core.ui.ScreenshotFrame
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.service.DashboardService
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.ui.CourseOverviewViewModel
import de.tum.informatics.www1.artemis.native_app.feature.dashboard.ui.CoursesOverview

private const val IMAGE_MARS = "mars"
private const val IMAGE_SATURN_5 = "saturn5"
Expand Down
Loading
Loading