Commit Graph

44 Commits

Author SHA1 Message Date
0b0cd9160e Refactor WorkspaceDataContext and useFileOperations to remove settings 2025-07-11 23:53:37 +02:00
a789c62a68 Add rename file functionality with modal support 2025-07-07 20:18:36 +02:00
4a3df3a040 Implement file upload functionality in FileActions and FileTree components 2025-07-07 19:13:25 +02:00
e5c34c25d7 Update tests to handle asynchronous loading and initialization states across multiple components 2025-07-06 01:29:55 +02:00
cf554fbb6e Refactor workspace settings handling in tests and components to use currentWorkspace directly 2025-07-06 00:41:30 +02:00
0fd87c072d Remove duplicate error handling tests from useWorkspaceOperations test 2025-06-04 19:22:21 +02:00
07af3f6e39 Refactor ThemeContext to ensure fallback to light scheme and update color scheme logic 2025-06-04 19:17:09 +02:00
54feefcd5c Remove redundant test in useProfileSettings 2025-06-04 18:54:48 +02:00
9854deb43b Add test for handling empty file path in saveLastOpenedFile function 2025-06-04 18:46:31 +02:00
1e80edd5ca Remove unnecessary test 2025-06-04 18:41:39 +02:00
d938c3b03b Add test for handling large file lists in useFileList hook 2025-06-04 18:22:11 +02:00
6a7736ea5b Improve useFileContent hook tests 2025-06-04 18:11:37 +02:00
dfd9d5b70c Simplify useAdminData tests 2025-06-04 17:54:57 +02:00
5ed3e96350 Refactor admin API types and add validation functions for WorkspaceStats and FileCountStats 2025-05-29 11:15:53 +02:00
d814c365ea Refactor hooks and hook tests error handling and state management 2025-05-28 22:01:27 +02:00
907dffe362 Refactor tests in useGitOperations and useWorkspaceOperations to handle undefined values gracefully 2025-05-28 21:04:43 +02:00
6a8b359c84 Add tests for useWorkspaceOperations hook functionality 2025-05-28 20:41:12 +02:00
3e482c546c Add tests for useUserAdmin hook functionality 2025-05-28 19:44:00 +02:00
ae35172c2a Add tests for useFileNavigation hook functionality 2025-05-28 18:39:41 +02:00
05c3111f8b Fix error message casing for email already exists in useProfileSettings tests 2025-05-28 18:39:33 +02:00
1532896b27 Add tests for useProfileSettings hook functionality 2025-05-27 21:52:21 +02:00
00edb9e5a6 Add tests for useLastOpenedFile hook functionality 2025-05-27 21:43:20 +02:00
9cefe12872 Improve tests and add useGitOps hook test 2025-05-27 21:33:02 +02:00
942ff17c4f Add tests for useFileContent and useFileOperations hooks 2025-05-26 21:53:52 +02:00
ecc1fe9989 Fix logout button 2025-05-25 12:34:36 +02:00
a724bc44e9 Refactor workspace context usage to improve structure and introduce ThemeContext 2025-05-25 12:11:03 +02:00
646a897b93 Fix some lint issues 2025-05-22 22:00:37 +02:00
2f181d0f7f Run npm lint:fix 2025-05-18 16:57:48 +02:00
60ab01b0c8 Fix type-check issues 2025-05-18 16:36:20 +02:00
3619cf4ed4 Update ts configuration 2025-05-18 15:51:44 +02:00
834a7b1e7e Migrate layout 2025-05-18 13:08:03 +02:00
7044e42e94 Migrate admin dashboard to ts 2025-05-18 11:53:17 +02:00
b7be5a46a2 Migrate useUserAdmin 2025-05-11 15:44:27 +02:00
5fcd24db3e Migrate useProfileSettings hook 2025-05-11 15:36:30 +02:00
c6d46df7a0 Migrate useLastOpenedFile hook 2025-05-11 15:09:11 +02:00
32cb89d329 Migrate useGitOperations 2025-05-11 13:01:43 +02:00
f3691d4dbf Migrate useFileOperations 2025-05-11 12:55:18 +02:00
5dc427ce00 Migrate useFileNavigation hook 2025-05-11 12:37:28 +02:00
a7c83d0c24 Migrate useFileList 2025-05-11 12:25:59 +02:00
1c477f1022 Migrate useFileContent hook 2025-05-11 12:24:12 +02:00
bc60cb3451 Migrate useAdminData to TypeScript with improved type safety and error handling 2025-05-08 22:04:49 +02:00
1e350bb0cf Migrate git api to ts 2025-05-06 21:02:09 +02:00
043eab423f Migrating from services to dedicated API files 2025-05-03 21:28:41 +02:00
fb1c9a499f Rename root folders 2024-11-12 21:25:02 +01:00