Commit Graph

347 Commits

Author SHA1 Message Date
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
cf3ad5f389 Add Dockerfile 2024-09-27 22:34:35 +02:00
5cea9b3844 Set up static routing on be 2024-09-27 22:00:48 +02:00
0933132a42 Set api url for prod 2024-09-27 18:21:50 +02:00
56bd2c29ad File path validation 2024-09-27 17:56:20 +02:00
840e77fcc0 FE Settings integration 2024-09-27 17:54:00 +02:00
3a651ce4d8 Add user settings validation 2024-09-27 14:56:43 +02:00
f99c93ac23 Add settings persistance on backend 2024-09-27 14:30:49 +02:00
1fd95e2abf Remove unnecessary settings 2024-09-27 13:10:25 +02:00
7f8b95d42e Improve settings layout 2024-09-27 13:01:59 +02:00
8caba560a6 Remove unnecessary file 2024-09-27 11:10:30 +02:00
79c8c1f888 First implementation of dark mode 2024-09-26 22:59:13 +02:00
ab22acc4ce Add README 2024-09-26 22:01:44 +02:00
42e128c09a Add settings modal 2024-09-26 21:58:22 +02:00
27be41ba62 Add preview mode 2024-09-26 21:47:23 +02:00
79bd172f70 Update layout 2024-09-26 19:54:12 +02:00
148b3438b4 Fix fe api paths 2024-09-26 15:58:29 +02:00
fcbf4a689f Save file on FE 2024-09-26 15:43:28 +02:00
9faa212043 Add file save and delete api endpoints 2024-09-26 15:34:24 +02:00
b2e99fa39e Connect FE with BE api 2024-09-25 22:03:32 +02:00
a135f28fd5 Initial backend api 2024-09-25 20:36:09 +02:00
646b683cbb Initial frontend implementation 2024-09-25 18:37:44 +02:00
4a21b7de97 Initial commit 2024-09-25 11:50:06 +02:00