-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chore
: Exercise Overview adjustments and PR cleanup
#100
base: develop
Are you sure you want to change the base?
Conversation
…gic from SinglePageConversationBody
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.
Very nice, just some minor changes :)
.../kotlin/de/tum/informatics/www1/artemis/native_app/core/ui/exercise/ExerciseActionButtons.kt
Outdated
Show resolved
Hide resolved
.../kotlin/de/tum/informatics/www1/artemis/native_app/core/ui/exercise/ExerciseActionButtons.kt
Outdated
Show resolved
Hide resolved
...de/tum/informatics/www1/artemis/native_app/core/ui/material/colors/exercise_action_colors.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/exerciseview/home/overview/ExerciseOverviewTab.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/exerciseview/home/overview/ParticipationStatus.kt
Outdated
Show resolved
Hide resolved
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.
Edit: see change requests below
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.
.../kotlin/de/tum/informatics/www1/artemis/native_app/core/ui/exercise/ExerciseActionButtons.kt
Outdated
Show resolved
Hide resolved
Could you check again? I was not able to reproduce this issue. The changes could be resolved now, as the buttons are not displayed anymore. |
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.
The issue indeed seems to be fixed by now.
However I noticed, that the Exercise titles are not displayed anymore, but it seems that this is an issue on develop aswell. If you know how this could be fixed quickly we could include it in this PR, otherwise let's create a separate issue for this.
EDIT: I just noticed that this is a bug on the develop branch, I'll create an issue for it.
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.
Overall, looks very good. Thank you for cleaning up the hardcoded texts.
Description
This PR is follow-up PR to #42 in order to resolve some minor problems, that were pointed out here. Logic has been extracted into view models and strings have been replaced with resource strings. Furthermore, it introduces modifications to the exercise overview and fixes design issues (see screenshots).
Merging this branch will solve #75
Screenshots
Before:
After: