Extensions list: sort_by parameter #159

Merged
Márton Lente merged 36 commits from filter-sort into main 2024-06-03 12:57:45 +02:00

36 Commits

Author SHA1 Message Date
b9a7e26a7f Merge branch 'main' into filter-sort 2024-06-03 12:30:47 +02:00
26340da20c Fix: Navigation dropdown menu filter sort overflow scroll temporarily 2024-06-03 12:13:10 +02:00
1300e68b31 add indexes for sorting listed extensions 2024-05-31 12:12:55 +02:00
f55744bceb these are likely not the indexes we need - we need compound ones with is_listed and status 2024-05-31 11:36:08 +02:00
295d36e199 change default sorting to rating + create missing indexes 2024-05-31 11:31:31 +02:00
e1ecd2a80e cleanup unused sorting option 2024-05-30 18:53:13 +02:00
3b4dbfc5ef List Sort/Filter: Various layout adjustments
* Bring label outside of dropdown.
* Remove count badge from active item in dropdown, count value is
  already in pagination results.
* Use .badge for the number items count.
* Ignore clicks on badge in dropdown, since it can swallow click events.
2024-05-30 18:07:20 +02:00
9182ed7543 Merge branch 'main' into filter-sort 2024-05-30 17:44:57 +02:00
32f2a2e034 add sort_by_option_name in the template 2024-05-30 12:38:02 +02:00
0da53c8f38 sort_by url parameter 2024-05-30 10:15:33 +02:00
631f9ec0d7 tag count support 2024-05-28 17:15:01 +02:00
32b97ddb00 Fix: Style partial navigation selector indent 2024-05-28 11:43:06 +02:00
02fec4db8f Merge branch 'main' into filter-sort 2024-05-28 11:31:02 +02:00
8be7101520 Revert "Merge branch 'main' into filter-sort"
This reverts commit 9485ec6a0a.
2024-05-28 11:22:16 +02:00
6181e44f5c Revert "Fix: Post-merge issues base"
This reverts commit c22fc18987.
2024-05-28 11:22:15 +02:00
792d8fd6e5 Revert "Fix: Post-merge issues filter and sort buttons and dropdown-items layout"
This reverts commit a4c35b04bf.
2024-05-28 11:22:10 +02:00
a4c35b04bf Fix: Post-merge issues filter and sort buttons and dropdown-items layout 2024-05-27 17:43:51 +02:00
c22fc18987 Fix: Post-merge issues base 2024-05-27 17:27:06 +02:00
9485ec6a0a Merge branch 'main' into filter-sort 2024-05-27 17:21:31 +02:00
4384a9fa05 Cleanup: Style partial box redundant rules 2024-05-23 12:45:40 +02:00
0c01330587 UI: Add style component navigation overflow scrolling 2024-05-23 12:28:45 +02:00
3f8a875f3b Fix: Template list headings and filter dropdowns layout
Fix template list headings and filter dropdowns layout if tag is selected.
2024-05-23 12:20:27 +02:00
840b38014f Cleanup: Remove js app unused function scrollFilters
Remove js app unused function scrollFilters, that is no longer needed.
2024-05-23 12:10:37 +02:00
3640061d7d UI: Change template list sort select layout
Make template list sort select layout horizontally aligned with headings.
2024-05-22 18:16:35 +02:00
a17d8a149a UI: Change template list sort select to js component dropdown 2024-05-22 17:57:58 +02:00
3a5000c1ed UI: Remove template list filter label 2024-05-22 17:48:47 +02:00
57a74466cc Fix: Template list conditionals tags 2024-05-22 17:41:12 +02:00
0ed83d96b5 UI: Change template list tags display bar to js dropdown base 2024-05-22 17:20:56 +02:00
74453f4d4f Fix: Template list post-merge template tags issues 2024-05-22 16:42:34 +02:00
11ecab3e1f Merge branch 'main' into filter-sort 2024-05-22 16:33:22 +02:00
64b5ddf944 UI: Add js app function scrollFilters
Create function scrollFilters to manage display of box filter sort's start and end gradients.
2024-05-17 17:58:37 +02:00
d21595e213 UI: Add style scrollbar for Chromium browsers
Normalize scrollbar display in Chromium browsers.
2024-05-17 16:30:27 +02:00
4ccddebb5f UI: Make template list boxes filter and sort layout horizontal one line 2024-05-17 15:37:50 +02:00
d0eb57cb7f UI: Change template list box filter sort layout and style
Change template list box filter sort layout and style by making it horizontal and add horizontal scrolling.
2024-05-17 15:19:56 +02:00
e604250d1e UI: Make template list badge tags count width resized with content
Part of #126
2024-05-14 17:10:34 +02:00
4ffb5c8d9d UI: Add template list dropdown select sort by front-end base
Add template list dropdown select sort by front-end base for sorting by select options.

Part of #126
2024-05-14 16:37:37 +02:00