zetkin / organize.zetk.in

Organizer front-end of the Zetkin system for organizing activism
21 stars 14 forks source link

View column reordering #1234

Closed richardolsson closed 3 years ago

richardolsson commented 3 years ago

This PR adds an interface to reorder view columns. I found it really difficult to achieve this reliable within the view, so I added a new pane to do it. This will also be the place for future settings such as access/sharing, ownership and other settings. We could potentially move "delete" here as well.

Finally, it changes the way view column sorting works so that you can click anywhere on the column head to sort it. This is made possible by moving the column configuration to the new settings pane. Clicking the column head used to open column settings, but now you need to go through the new pane to edit the column.

image

Fixes #1113