RocketMan / zookeeper

Zookeeper Online is a music database and charting application for student and independent radio.
GNU General Public License v3.0
4 stars 3 forks source link

Refactor album details page to Twig #406

Closed RocketMan closed 1 year ago

RocketMan commented 1 year ago

Generation of the album details page is spread across multiple UI controller classes.

This PR consolidates the controller aspect of the album details page and refactors the UI to Twig.

In addition, this PR finesses the review creation UI to employ a style more consistent with playlist editor track edit.

Finally, the PR applies responsive button and input field styles across the app, in areas previously uncovered (e.g., new add, profile update, etc.)