-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(webapp): refactor notification page #6116
Conversation
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.
It is more a question to everyone do we use f
or n
in a loop or do we use the full descriptiv name, I prefer the second.
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
@Elweyn I fully agree with you to use full descriptive names for variables and added your suggestions |
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
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.
Great, I have no more objections.
…cial into 6016-feature-refactor-notification-page
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.
Hey @maeckes-infinitylabs
that looks really cool and breaks nicely into the mobile style.
Great 😍
I approve 🚀🚀💫💫
PS: Please fix the linting in webapp yarn lint --fix
and merge the actual master after you merged your donation bar PR.
…cial into 6016-feature-refactor-notification-page
🍰 Pullrequest
Refactors the notification page to add better visibility for mobile devices.
It now uses a mixture of CSS Grid and Flex to have a responsive table for desktop views.
For mobile devices it breaks the table down in notification-row items for a better overview.
Issues
Todo