Skip to content

[$150] Sorting the project list view should not reload the page if we have all the data #1575

@vic-georgiev

Description

@vic-georgiev

Expected behavior

Upon reaching the bottom of the grid, I want to reorder it by oldest first. I would expect the conversion to happen without reloading the page -- we have all the data already loaded. Also - changing the sort order should only pass new properties onto the components of the list instead of reloading the whole page -- data should be managed by the grid component and keep the state, pass props to the children components (row). We need to optimize the list view to be a better break down of components and managed components.

Actual behavior

A lot of the actions on the grid require reloading of the page. We can optimize the component architecture so that we can render the components faster and modify the properties with the data instead of reloading/rerendering everything.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions