-
-
Notifications
You must be signed in to change notification settings - Fork 116
Fix hook error and add PWA install translations and localize InstallApp #352
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
Conversation
|
Hi @krokosik , thanks for the reviews. I think is fine now. |
|
@krokosik done |
| <div className="mt-[40vh] flex -translate-y-[130%] flex-col items-center justify-center gap-6"> | ||
| <InstallApp /> | ||
| <DownloadAppDrawer /> | ||
| {!isPwa && <p>{t('ui.or', { ns: 'common' })}</p>} |
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.
This check is already inside the component. Simply add: as children.
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 alignment breaks if they are not separate elements.
There was an error in the
InstallAppcomponent in the PWA version. I fixed it and added translations.