Commit Graph

559 Commits

Author SHA1 Message Date
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
646a897b93 Fix some lint issues 2025-05-22 22:00:37 +02:00
32218e5595 Refactor types 2025-05-22 21:24:39 +02:00
2f181d0f7f Run npm lint:fix 2025-05-18 16:57:48 +02:00
16fbbec992 Configure eslint 2025-05-18 16:56:09 +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
bfc5cc2d29 Migrate edito components 2025-05-18 15:19:58 +02:00
db75bdcc89 Migrate file components 2025-05-18 14:39:17 +02:00
834a7b1e7e Migrate layout 2025-05-18 13:08:03 +02:00
a8a525531e Migrate navigation to ts 2025-05-18 12:33:42 +02:00
9125cbdad3 Migrate workspace settings to ts 2025-05-18 12:21:18 +02:00
7044e42e94 Migrate admin dashboard to ts 2025-05-18 11:53:17 +02:00
c478e8e8a1 Migrate account settings 2025-05-16 22:57:47 +02:00
924d710b2f Migrate all modals to ts 2025-05-12 21:26:07 +02:00
f3993accdc Merge pull request #48 from lordmathis/alert-autofix-6
Fix for code scanning alert no. 6: Workflow does not contain permissions
2025-05-12 15:56:38 +02:00
00affe3456 Potential fix for code scanning alert no. 6: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-12 15:47:58 +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
14b1a46508 Migrate ModalContext and WorkspaceContext 2025-05-08 21:42:13 +02:00
1a06c31705 Migrate AuthContext 2025-05-08 21:01:20 +02:00
1e350bb0cf Migrate git api to ts 2025-05-06 21:02:09 +02:00
02c8100f0b Migrate workspace api to ts 2025-05-06 20:42:12 +02:00
66fe5e485b Migrate user api to ts 2025-05-06 20:16:22 +02:00
905df9f6dd Migrate file api ops to ts 2025-05-05 22:20:11 +02:00
8849deec21 Migrate admin API to typescript 2025-05-05 21:28:29 +02:00
043eab423f Migrating from services to dedicated API files 2025-05-03 21:28:41 +02:00
65db2d2030 Merge pull request #47 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-de653eece3
Bump vite from 6.2.6 to 6.3.4 in /app in the npm_and_yarn group across 1 directory
2025-05-03 14:31:35 +02:00
dependabot[bot]
1fd8d4af22 Bump vite in /app in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /app directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.6 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 19:45:45 +00:00
f1b7fa56b6 Merge pull request #46 from lordmathis/dependabot/go_modules/server/go_modules-bbb8b02913
Bump golang.org/x/net from 0.36.0 to 0.38.0 in /server in the go_modules group across 1 directory
2025-04-19 19:04:14 +02:00
689483d490 Merge pull request #45 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-b7c6efa8f1
Bump vite from 6.2.5 to 6.2.6 in /app in the npm_and_yarn group across 1 directory
2025-04-19 19:03:35 +02:00
e789025cd1 Refactor authentication API service to TypeScript 2025-04-18 19:37:39 +02:00
0769aa2bac Fix default database URL and type in Config 2025-04-18 19:21:06 +02:00
dependabot[bot]
46f4df155f Bump golang.org/x/net
Bumps the go_modules group with 1 update in the /server directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:18:51 +00:00
46e4897881 Add TypeScript types for App component 2025-04-15 20:00:20 +02:00
dependabot[bot]
fdf7c1738b Bump vite in /app in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /app directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.5 to 6.2.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.2.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 17:07:53 +00:00
e6a2fdc0d5 Merge pull request #44 from lordmathis/dependabot/npm_and_yarn/app/npm_and_yarn-2bd33993d4
Bump vite from 6.2.4 to 6.2.5 in /app in the npm_and_yarn group across 1 directory
2025-04-15 19:06:48 +02:00
e4fb276cf7 Migrate utils to ts 2025-04-04 19:23:31 +02:00