Skip to content

Commit

Permalink
Thesis: Add Survey dialog (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin authored Nov 29, 2024
1 parent 94e6c3a commit aafd80b
Show file tree
Hide file tree
Showing 14 changed files with 855 additions and 537 deletions.
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

0 comments on commit aafd80b

Please sign in to comment.