Commit Graph

272 Commits

Author SHA1 Message Date
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
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
50b0fbb03c Split large contexts 2024-10-04 23:09:40 +02:00
654d35ad40 Use context in settings 2024-10-04 22:09:15 +02:00
622c310782 Use context in editor and markdown preview 2024-10-04 21:59:27 +02:00
ed74c5404d Add no file selected text 2024-10-04 21:44:15 +02:00
5b946269bc Implement state contexts 2024-10-04 21:21:24 +02:00
402d6b1623 Remove close confirmation 2024-10-03 22:30:00 +02:00
d21233a67f Implement Settings context 2024-10-03 22:20:43 +02:00
93e675e0c7 Retrun false 2024-10-03 21:18:35 +02:00
7ec6823534 use reducerSplit useFileManagement hook 2024-10-03 19:37:05 +02:00
fe2b9e376f Separate modals into components 2024-10-03 12:47:29 +02:00
313ca5a14c Fix missing prop 2024-10-02 22:13:26 +02:00
c94d4f67ea Split large components 2024-10-02 21:38:07 +02:00
61051ebdce Refactor common functions 2024-10-01 22:32:40 +02:00
e7fbdd9a8d Merge pull request #1 from LordMathis/dependabot/go_modules/backend/go_modules-b9ac453758
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /backend in the go_modules group across 1 directory
2024-10-01 14:42:03 +02:00
ab27b36aad Validate paths for static file server 2024-09-30 19:31:20 +02:00
58fe6355bc Handle link text 2024-09-30 19:06:10 +02:00
b64c13442b Handle wiki style links 2024-09-30 19:01:27 +02:00
43d647c9ea Add support for images 2024-09-29 23:44:24 +02:00
879c1d96ff Update README 2024-09-29 22:27:54 +02:00
1c5b60ef21 Add default editor settings 2024-09-29 22:15:22 +02:00
a8da48b557 Setup and run go linters 2024-09-29 22:12:58 +02:00
b20c66d257 Move eslint and prettier configs to fe folder 2024-09-29 21:58:15 +02:00
05f5ca2877 Set up and run eslint and prettier 2024-09-29 21:52:30 +02:00
eb497c7ccb Fix infinite file list load bug 2024-09-29 21:40:04 +02:00
5af07a9e35 Add git api calls on frontend 2024-09-28 19:39:45 +02:00
4290119b93 Initial git settings on frontend 2024-09-28 15:35:52 +02:00
dependabot[bot]
ebdcda6aa2 Bump golang.org/x/net
Bumps the go_modules group with 1 update in the /backend directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.21.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 12:54:12 +00:00
0558ea292b Initial git sorage backend implementation 2024-09-28 14:52:02 +02:00
122860d230 Fix settings not closing on submit bug 2024-09-27 23:28:19 +02:00