Commit Graph

61 Commits

Author SHA1 Message Date
4ec019f2b7 Fix typescript type check issues 2025-10-11 20:23:10 +02:00
769385d8c7 Fix workspace selection logic and update settings initialization conditions 2025-10-11 19:04:08 +02:00
bcc5d2588a Streamline theme management and improve AppearanceSettings component 2025-10-11 17:46:12 +02:00
69fa105291 Add rename file modal visibility state and handler to CreateWorkspaceModal and WorkspaceSwitcher tests 2025-07-12 15:44:26 +02:00
51c6f62c44 Enhance uploadFile to support multiple files and update handleMove to process file paths for moving files 2025-07-12 13:59:30 +02:00
e1760ccd82 Fix FileActions, FileTree, and MainContent tests by mocking context providers 2025-07-11 23:35:00 +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
b10591ee60 Add file upload functionality to FileActions and FileTree components 2025-07-07 18:14:14 +02:00
520f58435c Refactor tests to remove redundant settings mock data 2025-07-06 01:32:02 +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
7368797a11 Add tests for ContentView and MarkdownPreview components 2025-07-06 00:08:42 +02:00
2747f51293 Add tests for Header, Layout, MainContent, and Sidebar components 2025-07-05 17:39:23 +02:00
7742a04d9a Add tests for FileActions and FileTree components 2025-07-05 16:54:47 +02:00
fffd93afeb Add tests for UserMenu and WorkspaceSwitcher components 2025-07-04 22:44:19 +02:00
eaa37a262e Add tests for AdminDashboard, AdminStatsTab, AdminUsersTab, and AdminWorkspacesTab components 2025-07-04 20:24:56 +02:00
5c7edf40a8 Add tests for AppearanceSettings, DangerZoneSettings, EditorSettings, GeneralSettings, GitSettings, and WorkspaceSettings components 2025-07-03 21:58:14 +02:00
f4ec3af80c Fix handleSubmit invocation in AccountSettings component 2025-07-01 21:10:03 +02:00
e4b584e440 Add tests for AccountSettings, DangerZoneSettings, ProfileSettings, and SecuritySettings components 2025-07-01 21:01:53 +02:00
15486c584a Simplify AccordionControl tests 2025-07-01 20:40:04 +02:00
1a7ddc1a97 Refactor AccordionControl tests for improved structure, clarity, and error handling 2025-06-30 21:42:44 +02:00
32d03347fc Refactor modal tests for improved clarity and consistency in content and actions 2025-06-29 16:06:35 +02:00
8d9222d084 Refactor DeleteWorkspaceModal tests for improved clarity and consistency in assertions 2025-06-29 14:56:57 +02:00
6add442e03 Simplify user modals tests 2025-06-29 14:47:34 +02:00
e40aaff905 Refactor CommitMessageModal tests to improve clarity and remove redundant cases 2025-06-29 14:21:33 +02:00
d90f9968c5 Simplify CreateFileModal and DeleteFileModal tests 2025-06-29 13:58:43 +02:00
5980c308a2 Simplify account modals tests 2025-06-29 13:17:07 +02:00
b673d2ed2d Refactor LoginPage tests 2025-06-29 12:58:51 +02:00
734b98d286 Refactor ProfileSettings and SecuritySettings components to improve code clarity and add input types 2025-06-05 21:01:06 +02:00
3f2aaa34e5 Add CreateWorkspaceModal and DeleteWorkspaceModal tests 2025-06-01 15:19:50 +02:00
bc17005eca Add DeleteUserModal and EditUserModal tests 2025-06-01 13:58:06 +02:00
9d7f312527 Implement CreateUserModal tests 2025-06-01 11:49:05 +02:00
8deededc05 Add DeleteAccountModal and EmailPasswordModal tests 2025-05-31 21:59:00 +02:00
e642b73556 Add data-testid attributes for improved testing in modals 2025-05-31 20:23:15 +02:00
e279cd4535 Add DeleteFileModal and CommitMessageModal tests with accessibility improvements 2025-05-31 20:00:34 +02:00
2964963f98 Add tests for CreateFileModal component and improve form handling 2025-05-29 22:03:28 +02:00
e01ae5b815 Add tests for LoginPage component and improve accessibility features 2025-05-29 20:04:58 +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
15538b243d Refactor theme styles for hover, accordion, and workspace components 2025-05-24 00:12:31 +02:00
e43efc736a Refactor type definitions in AuthenticatedContent and App components 2025-05-23 23:48:45 +02:00
623f619f88 Fix more lint issues 2025-05-23 23:29:29 +02:00
2519d46061 Refactor Node component to destructure props and improve onNodeClick handling 2025-05-23 23:21:58 +02:00
78de42d195 Fix various eslint issues 2025-05-23 23:03:05 +02:00
ad2334c414 Refactor imports and handle async operations in components 2025-05-23 22:13:25 +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
bfc5cc2d29 Migrate edito components 2025-05-18 15:19:58 +02:00
db75bdcc89 Migrate file components 2025-05-18 14:39:17 +02:00