2 parents ef36888 + a520d74 commit 85b6cf1Copy full SHA for 85b6cf1
1 file changed
internal/api/ui/pages/programs.js
@@ -22,7 +22,9 @@
22
let cacheWarm = false;
23
let cacheStale = false;
24
let cacheGeneratedAt = '';
25
- let sortState = { key: 'name', direction: 'asc' };
+ // Default sort: freshest scope update first — that's the most actionable view
26
+ // for a hunter (programs that just changed scope = lowest competition right now).
27
+ let sortState = { key: 'latest', direction: 'desc' };
28
29
function esc(s) {
30
return String(s).replace(/&/g, '&').replace(/"/g, '"').replace(/</g, '<').replace(/>/g, '>');
0 commit comments