87 Commits

Author SHA1 Message Date
a73296451e Load last opened file on frontend 2024-10-30 21:43:37 +01:00
3ba9d57b11 Select default files when no files listed 2024-10-29 21:46:59 +01:00
ad3fa28bc7 Show file list on load 2024-10-29 21:38:15 +01:00
d417b9f0c7 Set up compression 2024-10-28 21:29:38 +01:00
64a86152d6 Split bundle to chunks 2024-10-28 21:11:52 +01:00
69506f739c Update sass api 2024-10-28 20:43:23 +01:00
012465fb02 Rename files to .jsx 2024-10-28 20:36:04 +01:00
552016f61d Set up vite configuration 2024-10-28 20:32:42 +01:00
239b441aa6 Improve Settings modal 2024-10-27 21:34:59 +01:00
ba4a0dadca Implement workspace deletion 2024-10-27 21:19:42 +01:00
b679af08e7 Enable workspace renaming 2024-10-27 18:15:11 +01:00
c5e0937070 Add rename and delete workspace ui elements 2024-10-27 17:39:56 +01:00
17c03c2d14 Update Workspace Settings on frontend 2024-10-27 16:53:15 +01:00
ab7b018f88 Update WorkspaceSwitcher ui 2024-10-27 14:50:21 +01:00
eaad78730e Save default settings with workspace creation 2024-10-27 12:44:01 +01:00
bbd7358d15 Add CreateWorkspaceModal 2024-10-26 23:29:33 +02:00
12312137b7 Implement workspace switching 2024-10-26 23:15:23 +02:00
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
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
6eb3eecb24 Add Workspace context 2024-10-19 13:48:37 +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
1341881968 Enable autocommit for delete and create 2024-10-13 15:02:31 +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
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
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
9de434ff2e Remove more contexts 2024-10-05 20:50:55 +02:00
5ea932c96e Remove FileList, FileOps and GitOps contexts 2024-10-05 12:12:51 +02:00
96e0d1b73d Remove Tab Context 2024-10-05 11:30:29 +02:00
49c68e3f77 Remove debug console logs 2024-10-05 10:18:59 +02:00
3691a59666 Split up hooks 2024-10-05 00:30:18 +02:00