Commit Graph

456 Commits

Author SHA1 Message Date
fd313c1d7f Add Workspace menu 2024-10-22 21:47:10 +02:00
05dd3a83b0 Fix settings saving 2024-10-22 21:21:18 +02:00
a231fc48c2 Remove debug print 2024-10-22 18:32:46 +02:00
4ade504b5b Run go mod tidy 2024-10-22 18:32:33 +02:00
1c59f8da4f Fix file list loading 2024-10-22 00:11:03 +02:00
ffe82b335a Get full workspace object 2024-10-21 23:48:50 +02:00
749461f11b Fix router 2024-10-19 14:10:49 +02:00
2f87d87833 Fix admin user creation 2024-10-19 13:49:11 +02:00
6eb3eecb24 Add Workspace context 2024-10-19 13:48:37 +02:00
3b7bf83073 Set up admin user 2024-10-19 12:07:58 +02:00
1df4952300 Create workspace on user create 2024-10-19 12:07:45 +02:00
a24f0d637c Fix chi error 2024-10-15 22:33:59 +02:00
68ec134bf5 Fix migration error 2024-10-15 22:33:50 +02:00
403ded509a Fix main 2024-10-15 22:23:09 +02:00
6cf141bfd9 Rework api 2024-10-15 22:17:34 +02:00
071619cfb3 Rework db schema 2024-10-15 21:05:28 +02:00
d440ac0fd7 Update handlers to pass user id 2024-10-14 22:43:00 +02:00
4953138154 Fix filesystem paths 2024-10-14 22:36:37 +02:00
cbdf51db05 Fix filesystem 2024-10-14 22:06:38 +02:00
18bc50f5b4 Update handlers for workspaces 2024-10-14 22:01:17 +02:00
97ebf1c08e Update fs for workspaces 2024-10-14 21:26:31 +02:00
2d2b596f2c Add db support for workspaces 2024-10-14 21:08:37 +02:00
b36c5b30c6 Merge pull request #5 from LordMathis/fix/autocommit-on-delete
Fix/autocommit on delete
2024-10-13 17:16:08 +02:00
903393953a Dont await autocommit 2024-10-13 16:58:54 +02:00
b6e8a93d86 Fix file list reload after delete 2024-10-13 16:13:47 +02:00
da5a3ebeee Remove autocommit from backend 2024-10-13 16:00:17 +02:00
1341881968 Enable autocommit for delete and create 2024-10-13 15:02:31 +02:00
593a01db2e Fix wrong workflow path v0.1.0 2024-10-13 12:30:48 +02:00
ae2fe5c11a Create workflow 2024-10-13 12:19:23 +02:00
021cf76ba4 Merge pull request #4 from LordMathis/dependabot/npm_and_yarn/frontend/npm_and_yarn-9f37c16f8f
Bump the npm_and_yarn group across 1 directory with 2 updates
2024-10-13 11:19:40 +02:00
ac54c083a9 Setup git repo on settings change 2024-10-13 11:16:44 +02:00
dependabot[bot]
7b1778a4d7 Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express).


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 09:11:04 +00:00
aad6616ebe Merge pull request #3 from LordMathis/feat/mantine-ui
Feat/mantine UI
2024-10-12 11:10:05 +02:00
563de5aa2d Update layout 2024-10-11 23:57:45 +02:00
d29732f5e9 Update git settings layout 2024-10-11 20:02:00 +02:00
a8629bc793 Fix theme toggle 2024-10-10 22:51:51 +02:00
d29d402cf3 Migrate hooks 2024-10-10 21:12:37 +02:00
76b4ed5d88 Migrate main content 2024-10-09 22:48:58 +02:00
8fdc8daa0f Migrate FileTree 2024-10-09 22:34:19 +02:00
859c460d84 Use react arborist 2024-10-09 21:59:30 +02:00
7d21b3066d Migrate ContentView 2024-10-09 21:00:16 +02:00
472ae8010d Migrate file actions 2024-10-09 20:31:01 +02:00
f365eed4dd Migrate modals 2024-10-09 20:30:50 +02:00
221d8f5742 Migrate Settings to Mantine ui 2024-10-09 20:05:26 +02:00
4872ca2e40 Set up Mantine ui 2024-10-08 21:23:41 +02:00
660fd8b09d Merge pull request #2 from LordMathis/feat/react-context
Feat/react context
2024-10-07 19:29:52 +02:00
af3b8ab3de Memoize Settings 2024-10-07 19:23:15 +02:00
9bad569ca3 Fix duplicate file list requests 2024-10-06 12:58:43 +02:00
cf4378edf6 Fix file loading, saving and navigation issues 2024-10-05 23:38:35 +02:00
6406265df6 Fix some props issues 2024-10-05 23:15:35 +02:00