feat: add Help page with search, streamline copilot, misc UI fixes

Adds searchable Help/User Guide page, trims copilot tool bloat,
adds OTHER department option, and various form/layout improvements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 19:42:39 +01:00
parent b35c14fddc
commit 74a292ea93
33 changed files with 1815 additions and 453 deletions

View File

@@ -17,7 +17,7 @@ export const copilotApi = axios.create({
headers: {
'Content-Type': 'application/json',
},
timeout: 120000, // 2 minute timeout for AI requests
timeout: 300000, // 5 minute timeout for AI requests (large tasks need multiple tool calls)
});
// Token getter function - set by AuthContext when authenticated