m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

[Projects] Issue with sorting and filtering projects #1112

Open simonadachova opened 11 months ago

simonadachova commented 11 months ago

https://fragalysis-tibor-default.xchem-dev.diamond.ac.uk/viewer/react/projects/

https://github.com/m2ms/fragalysis-frontend/assets/104004432/c58993e0-e148-4dca-89a9-fe1d33c87253

978

simonadachova commented 11 months ago

2023-07-28_08h18_15

simonadachova commented 11 months ago

If the filter is loaded, filtering causes errors.

https://github.com/m2ms/fragalysis-frontend/assets/104004432/221eebf5-c9c6-4da0-bb58-bd871fe94e7f

boriskovar-m2ms commented 11 months ago

Also if the number of projects exceeds what fits on the page the page-ination controls are not visible

boriskovar-m2ms commented 11 months ago

Also if the number of projects exceeds what fits on the page the page-ination controls are not visible

fixed this issue

boriskovar-m2ms commented 11 months ago

Pagination is broken when switching between different page sizes. It seems to duplicate entries. Had to take picture on my phone because dropdown would always close itself when trying to take a screenshot on my PC. IMG-3954

boriskovar-m2ms commented 11 months ago

Table should initially size itself to fit on the page (including pagination controls) but now it exceeds the page image

boriskovar-m2ms commented 11 months ago

This is due to the different height of the rows which will be addressed in issue #1106