-
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
LUN-132: Favorites #307
LUN-132: Favorites #307
Conversation
@@ -107,15 +100,13 @@ const AudioPlayer = ({ document, disabled, submittedAlternative }: AudioPlayerPr | |||
} | |||
|
|||
return ( | |||
<StyledView> |
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.
Tested on Android emulator works like a charm. 👍 |
Please also add a release note |
# Conflicts: # src/components/VocabularyList.tsx # src/components/VocabularyListItem.tsx # src/constants/labels.json # src/routes/VocabularyDetailScreen.tsx # src/routes/VocabularyListScreen.tsx # src/routes/choice-exercises/__tests__/ArticleChoiceExerciseScreen.spec.tsx # src/routes/write-exercise/components/InteractionSection.tsx
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.
Please fix styling issues like shadow and positioning. I thought it would be possible that you can just do
styled(FavoriteButton)
and set the margin but seems like that doesn't work with styled components
LUN-132: Change FavoriteButton
# Conflicts: # src/constants/endpoints.ts # src/routes/write-exercise/components/__tests__/InteractionSection.spec.tsx
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.
tested on ios
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.
Now you can enable the feature and bottom navigation bar.
Steffen said we can merge it for him when everything is resolved. Favs in the bottom bar is enabled |
This pull request belongs to an issue on our bugtracker.
You can find it there by looking for an issue with the key which is mentioned in the title of this pull request.
It starts with the keyword LUN.
Hopefully my final favorites PR 🎉