ci: dev version includes UTC time (dev-YYYYMMDD-HHmm)
Build & Push Docker Image / build (push) Successful in 2m36s

Phase 1: browse power-up
- faceted filters: tags + features (array containment) and min rating
  on listTools; new ?tags=?features=?minRating= URL params with chips
- global Cmd+K command palette (cmdk) with tool search + navigation
- mini usefulness/usability bars on grid cards, wide cards and table rows
This commit is contained in:
opencode
2026-08-02 11:51:25 +02:00
parent 461eca9a0a
commit 0c27982098
14 changed files with 504 additions and 29 deletions
+20
View File
@@ -73,6 +73,26 @@ paths:
schema:
type: string
enum: [newest, top_rated, most_reviewed, name_asc, name_desc, recently_updated]
- name: tags
in: query
required: false
description: Comma-separated tags; tool must include all of them
schema:
type: string
- name: features
in: query
required: false
description: Comma-separated features; tool must include all of them
schema:
type: string
- name: minRating
in: query
required: false
description: Minimum average combined rating (0-5)
schema:
type: number
minimum: 0
maximum: 5
responses:
"200":
description: List of tools