List is strictly newest-first; search only filters

Drop the recency/pin/usage score bonuses that reordered the picker: an
entry pasted before outranked a fresh copy for hours. Results are now
sorted by timestamp only; query tokens and fuzzy terms filter rows.
This commit is contained in:
2026-09-08 10:59:34 +01:00
parent b1d98971c9
commit b1ebdb83e6
4 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import "Classify.js" as Classify
// Clipboard history picker — Raycast-style: fuzzy search bar, result list,
// and a per-type preview pane. Clone of omarchy.clipboard with richer
// capture metadata (app, size, dims, pins, usage) and full-text fuzzy search.
// capture metadata (app, size, dims, pins, usage) and full-text fuzzy filtering.
Item {
id: root