@@ -37,34 +37,37 @@ <h2 class="text-xl md:text-2xl font-bold text-gray-900 dark:text-white">{{ secti
3737 < div class ="book-progress-bar progress-reading " style ="width: {{ book.progress_percentage_display() }}%; "> </ div >
3838
3939 <!-- Rating Indicator -->
40- {% include "book_list/componenten /rating_overlay.html" %}
40+ {% include "book_list/components/overlays /rating_overlay.html" %}
4141
4242 <!-- Notes Indicator for Reading -->
4343 {% set notes_color_classes = "bg-gradient-to-br from-blue-500 to-blue-600 border border-blue-400/30" %}
44- {% include "book_list/componenten /notes_overlay.html" %}
44+ {% include "book_list/components/overlays /notes_overlay.html" %}
4545
4646 {% elif section_name == "abandoned" %}
4747 <!-- Progress Bar -->
4848 < div class ="book-progress-bar progress-reading " style ="width: {{ book.progress_percentage_display() }}%; "> </ div >
4949
5050 <!-- Rating Indicator -->
51- {% include "book_list/componenten /rating_overlay.html" %}
51+ {% include "book_list/components/overlays /rating_overlay.html" %}
5252
5353 <!-- Notes Indicator for On Hold -->
5454 {% set notes_color_classes = "bg-gradient-to-br from-purple-500 to-purple-600 border border-purple-400/30" %}
55- {% include "book_list/componenten/notes_overlay.html" %}
55+ {% include "book_list/components/overlays/notes_overlay.html" %}
56+
57+ <!-- Pause Indicator -->
58+ {% include "book_list/components/overlays/pause_overlay.html" %}
5659
5760 {% elif section_name == "completed" %}
5861 <!-- Rating Indicator -->
59- {% include "book_list/componenten /rating_overlay.html" %}
62+ {% include "book_list/components/overlays /rating_overlay.html" %}
6063
6164 <!-- Notes Indicator for Completed -->
6265 {% set notes_color_classes = "bg-gradient-to-br from-emerald-500 to-emerald-600 border border-emerald-400/30" %}
63- {% include "book_list/componenten /notes_overlay.html" %}
66+ {% include "book_list/components/overlays /notes_overlay.html" %}
6467
6568 {% elif section_name == "unread" %}
6669 <!-- Unread Indicator -->
67- {% include "book_list/componenten /unread_overlay.html" %}
70+ {% include "book_list/components/overlays /unread_overlay.html" %}
6871 {% endif %}
6972 </ div >
7073 </ a >
0 commit comments