Talent-Catalog / talentcatalog

https://tctalent.org
GNU Affero General Public License v3.0
11 stars 4 forks source link

Screen real estate on Search and List full screen views #1370

Open sadatmalik opened 1 week ago

sadatmalik commented 1 week ago
sadatmalik commented 1 week ago

Remove the breadcrumbs and tidy up search title and top clear, save, delete button

Changing from this:

Screenshot 2024-09-13 at 12.45.14.png

To this:

Screenshot 2024-09-13 at 12.47.51.png
sadatmalik commented 1 week ago

Breadcrumb and heading for lists:

Changing from:

Screenshot 2024-09-13 at 13.09.05.png

To:

Screenshot 2024-09-13 at 13.09.49.png
sadatmalik commented 1 week ago

Make submission title more prominent

A normal list:

Screenshot 2024-09-13 at 13.53.50.png

A submission list:

Screenshot 2024-09-13 at 13.54.48.png
sadatmalik commented 1 week ago

Make the description collapsible

Toggle the same as you can for a show/hide search request on searches.

Show:

Screenshot 2024-09-13 at 14.16.58.png

Hide:

Screenshot 2024-09-13 at 14.17.17.png

Also on searches:

Screenshot 2024-09-13 at 14.17.51.png
sadatmalik commented 1 week ago

Update the Description box placeholder text:

Screenshot 2024-09-13 at 14.32.36.png
sadatmalik commented 1 week ago

Cluster the buttons and icons:

Final result submission list:

Screenshot 2024-09-16 at 21.16.31.png

Regular list:

Screenshot 2024-09-16 at 21.16.52.png

Search:

Screenshot 2024-09-16 at 21.17.13.png

For the search to pick up the icons; we are using the heading generated in app-show-candidates - not the one generated in define-search. To tidy up the final display so that the heading displays at the top; above the search request - it will need to be factored out as e.g. a candidate-source-heading component. Will do that as a separate issue.