Commit Graph

113 Commits

Author SHA1 Message Date
1c3bd9fccd fix account render test crash 2020-06-09 13:01:17 +03:00
70a3907327 prettier fixes 2020-06-09 12:57:05 +03:00
51a6803fe2 basic password change 2020-06-09 12:55:06 +03:00
c3b3e22c75 update all the dependencies 2020-03-15 11:03:07 +03:00
6ca1ff6227 don't overwrite local document content on upload 2020-01-19 20:45:38 +03:00
a1255b0c26 make the heading clickable 2019-12-31 18:02:33 +03:00
a201a354f3 fix navbar overflow 2019-12-31 17:59:32 +03:00
62c2329aee more paddings and margins for mobile devices 2019-12-31 17:34:22 +03:00
7ff76049c7 add husky checks 2019-12-25 20:51:12 +03:00
3f91e190f6 stub account page 2019-12-20 22:57:54 +03:00
f7ffaf498d less branching in SharedView 2019-12-17 22:49:25 +03:00
9ebb86a1f3 fix start edit button's width 2019-12-09 22:52:20 +03:00
05cff029c9 update deps 2019-12-07 18:02:04 +03:00
1992812d6c upgrade deps 2019-10-27 17:44:05 +03:00
9434dd85cd fix some things 2019-10-27 13:24:57 +03:00
e794311aa1 newDocumentCard same background color 2019-10-27 13:17:59 +03:00
0fe0b4902e move font import into index.html 2019-10-05 19:04:13 +03:00
60eae649de make use of env variables in frontend 2019-09-16 16:44:37 +03:00
e31ecc4b4a test SharedView 2019-09-15 20:45:41 +03:00
955ac48b9a fix navbar dark mode transition 2019-09-15 20:24:19 +03:00
ad1de39980 better background color 2019-09-15 19:12:35 +03:00
d2b42b1014 add copy document link to the share menu 2019-09-15 17:57:12 +03:00
49ada9f963 redirect to normal view if user owns the document 2019-09-15 17:54:06 +03:00
dea6e3922d fix a test 2019-09-13 15:19:10 +03:00
5775c32dfe simple public document viewer 2019-09-13 15:17:12 +03:00
207b157303 copy link to clipboard 2019-09-13 14:41:18 +03:00
1ee06d674d make docs shared in ui 2019-09-13 14:28:40 +03:00
28f4b1a339 fix DocumentEdit test 2019-09-13 14:00:07 +03:00
0457457967 format everything 2019-09-13 13:58:50 +03:00
783155cabd show a simple 404 page 2019-09-13 13:54:52 +03:00
68c34364f6 update deps 2019-09-13 13:15:08 +03:00
ddf93c5bc1 autosave docs the proper way 2019-08-31 22:27:22 +02:00
d188fa3167 fix a test 2019-08-31 22:14:08 +02:00
00e3bbb9e2 autosave docs #5 2019-08-31 22:10:04 +02:00
c95c7f1c9d upload all docs in one action 2019-08-31 17:43:11 +02:00
55c13270a2 move local document state to redux 2019-08-30 22:22:45 +02:00
1b42e02768 rename "update" to "upload" in documents context 2019-08-30 21:38:44 +02:00
1ee044806d add a document upload indicator 2019-08-30 18:40:21 +02:00
a1a5084b96 fix breadcrumbs 2019-08-30 17:08:44 +02:00
d7a19d5222 fix npm audit 2019-08-29 17:18:41 +02:00
76d5a42b01 npm audit fix 2019-07-22 20:25:42 +03:00
2a43c3009f cleanup app.tsx 2019-06-26 22:55:20 +03:00
5f5bd3da96 update stuff, format sccs 2019-06-26 20:13:28 +03:00
12c42d759d use PT sans as ui font 2019-06-08 01:09:13 +03:00
23f3697c3d don't call history.push() in render() 2019-06-07 21:27:58 +03:00
f055931a9b update all the things 2019-06-07 21:05:32 +03:00
73c3f3a034 move deletion confirmation toast props to one file
Signed-off-by: Stepan Usatyuk <usaatyuk@ustk.me>
2019-05-15 01:03:34 +03:00
4887fb0731 hide recent documents if there aren't any
Signed-off-by: Stepan Usatyuk <usaatyuk@ustk.me>
2019-05-15 00:54:05 +03:00
66abd85149 save document at enter press in name input
Signed-off-by: Stepan Usatyuk <usaatyuk@ustk.me>
2019-05-01 00:12:13 +03:00
bacb7bf2b2 test CodeBlock 2019-04-20 22:19:37 +03:00