mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-11 01:55:03 +00:00

* Add feautre group header fragment for homepage. * Add feature group headers to feature groups. * Style feature groups. * Add collapsing/expanding functionality as well as a favorites section. * Cards are now sorted in the order of update link > favorite > alphabetical on the homepage. * Decrease space between section title and cards. * Add filtering buttons and view options to homepage. * Hide list view button in preparation for release. --------- Co-authored-by: FiratUsta <ahmetfiratusta@gmail.com>
6 lines
220 B
HTML
6 lines
220 B
HTML
<div th:fragment="featureGroupHeader" class="feature-group-header">
|
|
<h3 class="menu-title" th:text="${groupTitle}"></h3>
|
|
<span class="material-symbols-rounded header-expand-button">
|
|
chevron_right
|
|
</span>
|
|
</div> |