feat: implement learning module page with AI-generated content and feedback workflow
All checks were successful
On Push to Main / test (push) Successful in 29s
On Push to Main / publish (push) Successful in 58s
On Push to Main / deploy-dev (push) Successful in 1m34s

This commit is contained in:
RaymondVerhoef
2026-05-17 17:53:09 +02:00
parent 5b37c04588
commit 5659ff6726
4 changed files with 6 additions and 78 deletions

View File

@@ -26,7 +26,7 @@ const UploadZone = ({ onUploadComplete }) => {
const [status, setStatus] = useState(null);
// GitHub sync state
const [githubUrl, setGithubUrl] = useState('https://github.com/respellion/employee-handbook/tree/main/docs');
const [githubUrl, setGithubUrl] = useState('https://github.com/respellion/employee-handbook/tree/main/docs/knowledge-base');
const [isFetching, setIsFetching] = useState(false);
const [fileList, setFileList] = useState(null);
const [syncProgress, setSyncProgress] = useState(null);