jlightner
|
39e169b4ce
|
feat: Split 945-line public-client.ts into 10 domain API modules with s…
- "frontend/src/api/client.ts"
- "frontend/src/api/index.ts"
- "frontend/src/api/search.ts"
- "frontend/src/api/techniques.ts"
- "frontend/src/api/creators.ts"
- "frontend/src/api/topics.ts"
- "frontend/src/api/stats.ts"
- "frontend/src/api/reports.ts"
GSD-Task: S05/T01
|
2026-04-03 23:04:56 +00:00 |
|
jlightner
|
989ca41162
|
feat: Added technique_section result rendering with Section badge, deep…
- "frontend/src/api/public-client.ts"
- "frontend/src/pages/TechniquePage.tsx"
- "frontend/src/pages/SearchResults.tsx"
- "frontend/src/components/SearchAutocomplete.tsx"
GSD-Task: S07/T02
|
2026-04-03 02:15:07 +00:00 |
|
jlightner
|
11f7ca4fbf
|
feat: Change global search shortcut from Cmd+K to Ctrl+Shift+F
|
2026-03-31 17:33:09 +00:00 |
|
jlightner
|
50675db557
|
feat: Refactored SearchAutocomplete from heroSize boolean to variant st…
- "frontend/src/components/SearchAutocomplete.tsx"
- "frontend/src/App.tsx"
- "frontend/src/App.css"
- "frontend/src/pages/Home.tsx"
- "frontend/src/pages/SearchResults.tsx"
GSD-Task: S03/T01
|
2026-03-31 08:42:15 +00:00 |
|
jlightner
|
2a8b0b3a84
|
feat: Extracted inline typeahead from Home.tsx into shared SearchAutoco…
- "frontend/src/components/SearchAutocomplete.tsx"
- "frontend/src/api/public-client.ts"
- "frontend/src/pages/Home.tsx"
- "frontend/src/pages/SearchResults.tsx"
- "frontend/src/App.css"
GSD-Task: S04/T02
|
2026-03-31 06:39:01 +00:00 |
|