-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mobile version #6
Conversation
Makes the homepage, header and footer suitable for mobile devices. Does this using bootstrap and custom made css classes that are invoked into the existing components.
…ator results reset on refresh of page Makes the Search page compatible with mobile devices by scaling elements and making the filters triggerable by a button. Also makes the search results reset on each iteration to not let it build up a pile of search results
Makes the taxonomic service page compatible with mobile devices
Updates the data model with the latest information and fixes small issues and lacks with existing components
Commit for resolving Sonar Cloud issues
… into MobileVersion
Second commit for resolving Sonar Cloud issues
Quality Gate passedIssues Measures |
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.
Ok hard to review as I don't have any experience with mobile but looks good.
I can explain sometime with a look into the code |
PR makes the application compatible with mobile devices.
The home, search and taxonomic service pages can be viewed fully and additional features were added to make it easier for mobile users to interact with the content and help crop all the components in the screen.
Small fixes were made to existing component.
The data model is updated to the latest version.