-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dashboard
: Redesign course cards (#170)
* Redesign Header * Redesign body of course cards * Add direct navigation to next exercise * Improve alignment of multi-line titles * Show slightly more course cards at once on large screens
- Loading branch information
Showing
6 changed files
with
86 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
ArtemisKit/Sources/Dashboard/Resources/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"dashboardExercisesLabel" = "Exercises: %d"; | ||
"dashboardLecturesLabel" = "Lectures: %d"; | ||
"dashboardRegisterForCourseButton" = "Course Enrollment"; | ||
"dashboardTitle" = "Courses"; | ||
"dashboardNextExerciseLabel" = "Next Exercise:"; | ||
"dashboardNextExerciseLabel" = "Next Exercise"; | ||
"dashboardNoExercisePlannedLabel" = "No exercise planned"; | ||
"dashboardNoStatisticsAvailable" = "No statistics available"; | ||
"dashboardScoreLabel" = "%d / %d Points"; | ||
"dashboardScoreTitle" = "Score"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters