javigallostra / RocoLib

Web App to create and share bouldering routes of a climbing gym.
GNU General Public License v3.0
7 stars 3 forks source link

Feature: Improve problem list visualization #127

Closed juangallostra closed 2 years ago

juangallostra commented 2 years ago

Description of the issue/feature this PR addresses

Show problems as collapsible cards so that more problems can fit the page.

Current behavior before PR

All problem data is shown, which takes too much space.

Desired behavior after PR is merged

Improved problem visualization in lists.

-- I confirm I have tested this PR thoroughly and coded it according to PEP8.