boojack
f7cd039819
chore: rename common to base component ( #1279 )
2023-03-05 23:08:02 +08:00
boojack
5d24fe189d
chore: update location store handler ( #1273 )
...
* chore: update location store handler
* chore: update search bar
2023-03-05 19:50:50 +08:00
boojack
bf46a9af68
chore: add heat map to sidebar ( #1255 )
2023-03-05 01:03:37 +08:00
boojack
dd625d8edc
chore: update links reference ( #1243 )
2023-03-04 15:06:01 +08:00
boojack
6ab58f294e
feat: update home layout ( #1242 )
2023-03-04 13:49:53 +08:00
Dane Roelofs
4a59965d7a
fix: action button container not overflowing memo ( #1218 )
2023-03-01 22:05:02 +08:00
Dan Fiumara
4ab32d4c2c
fix: corners not rounded on memos-editor-wrapper ( #1209 )
...
* Fixed corners on memos-editor-wrapper
* Remove change in Home.tsx
* Moved change to home.less
2023-03-01 13:38:33 +08:00
Stephen Zhou
3e7fbac926
fix: corner style after scaling ( #1199 )
2023-02-28 23:52:04 +08:00
Zeng1998
d81cf5cc1b
fix: z-index of image preview ( #1171 )
2023-02-27 19:50:26 +08:00
H3arn
a09b2c4eea
feat: use accent color when confirming deletion ( #1161 )
...
- .final-confirm
2023-02-26 19:37:01 +08:00
boojack
6d2d322140
chore: show pinned memos in explore ( #1141 )
2023-02-23 19:59:18 +08:00
boojack
42d849abfc
chore: update explore header style ( #1137 )
2023-02-22 19:21:08 +08:00
boojack
b145d8b8a2
chore: update setting dialog style ( #1125 )
2023-02-19 21:12:16 +08:00
boojack
d0b8b076cf
feat: implement sign in with SSO ( #1119 )
...
* feat: implement sign in with SSO
* chore: update
* chore: update
* chore: update
2023-02-19 09:50:30 +08:00
boojack
37f9c7c8d6
chore: update avatar max size ( #1109 )
2023-02-18 10:48:31 +08:00
boojack
bcee0bbf3a
feat: add avatar to user in frontend ( #1108 )
2023-02-18 10:00:46 +08:00
boojack
caf054bae7
chore: add beta badge to storage ( #1099 )
...
* chore: add beta badge to storage
* chore: update
2023-02-16 21:21:39 +08:00
boojack
3394380ffa
chore: update storage components ( #1091 )
2023-02-14 22:45:22 +08:00
Zeng1998
2493bb0fb7
feat: storage service frontend ( #1088 )
2023-02-14 09:56:04 +08:00
Christopher
4641e89c17
feat(system): support for disabling public memos ( #1003 )
...
* feat(system): support for disabling public memos
* fix(web/editor): set visibility to private on disabled public memos
* feat(server/memo): find/check if public memos are disabled
* fix(server/memo): handle error for finding system error
* fix(server/memo): unmarshal visiblity when getting system settings
* chore(web): move side effect imports to end
* Update memo.go
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-02-13 16:07:31 +00:00
Xi
28405f6d24
feat: not found page ( #1081 )
...
* feat: style for not found page (#1078 )
* chore: translation for not found page (#1078 )
* feat: add not found page (#1078 )
* chore: router for not found page (#1078 )
* fix: typo
2023-02-13 23:28:46 +08:00
boojack
a997e1d10d
chore: simplify memo editor component ( #1079 )
2023-02-12 16:34:42 +08:00
boojack
a004dcf320
fix: pass empty condition in rss ( #1058 )
...
fix: handle empty condition in rss
2023-02-10 08:28:14 +08:00
boojack
989208eb45
chore: update resource select dialog ( #999 )
...
* chore: update resource select dialog
* chore: update
2023-02-09 23:24:51 +08:00
boojack
c5368fe8d3
chore: update resource dialog style ( #982 )
2023-01-21 08:46:49 +08:00
Wujiao233
a5f3b051f2
fix: round corner issue in resource blocks ( #979 )
2023-01-19 17:59:37 +08:00
Zeng1998
9ed503fd6d
feat: add qrcode in share dialog ( #964 )
...
* feat: add qrcode in share dialog
* update: change the color
* update: import order
2023-01-18 18:49:48 +08:00
boojack
4cfd000b92
feat: support audio player ( #948 )
2023-01-14 07:41:17 +08:00
boojack
8c146aed68
feat: update memo resources style ( #933 )
...
* feat: update memo resources style
* chore: update
2023-01-12 00:00:44 +08:00
boojack
4b860777cf
fix: tag generate in code block ( #925 )
2023-01-08 13:49:26 +08:00
boojack
96798e10b4
feat: support embed memo with iframe ( #912 )
2023-01-07 01:56:02 +08:00
Zeng1998
92a8a4ac0c
feat: support code copy ( #901 )
...
* feat: support code copy
* update
2023-01-03 23:05:00 +08:00
Zeng1998
cac04e4406
feat: enable word break ( #849 )
...
* feat: enable word break
* Update web/src/less/editor.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
* Update web/src/less/memo-content.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-24 14:50:10 +08:00
boojack
f6039f2eb9
chore: update dialog title ( #834 )
2022-12-23 19:49:44 +08:00
boojack
72daa4e1d6
feat: support heading syntax ( #827 )
2022-12-22 19:48:19 +08:00
ChasLui
54702db9ba
feat: prevent page jitter caused by the presence of scroll bars ( #808 )
2022-12-22 17:46:09 +08:00
Zeng1998
41ad084489
fix: fix css of input placeholder in auth page ( #824 )
2022-12-22 17:45:12 +08:00
boojack
2fb171e069
chore: update create tag dialog style ( #818 )
...
* chore: update create tag dialog
* chore: update
2022-12-22 09:29:22 +08:00
boojack
68a77b6e1f
feat: create tag dialog ( #814 )
2022-12-21 23:59:03 +08:00
ChasLui
1838e616fd
feat: show active panel when searchBar is in focus ( #806 )
...
* feat: Show active panel when searchBar is in focus
* refactor: rename
2022-12-21 18:36:08 +08:00
boojack
b67ed1ee13
feat: customize system profile ( #774 )
...
* feat: system setting for customized profile
* chore: update
* feat: update frontend
* chore: update
2022-12-18 21:18:30 +08:00
boojack
a8751af6b5
fix: memo list padding bottom ( #759 )
2022-12-17 10:19:15 +08:00
boojack
6b24f52cd1
fix: watermark container width ( #758 )
2022-12-17 10:15:54 +08:00
boojack
ee89dc00c0
chore: update list style ( #754 )
2022-12-16 23:09:01 +08:00
boojack
bbd5fe4eb2
feat: remove sticky style for memo editor ( #752 )
2022-12-16 22:41:12 +08:00
boojack
c77d49259a
chore: update light bg color ( #744 )
2022-12-13 23:34:38 +08:00
boojack
66418d4210
feat: get image only when cors error ( #721 )
2022-12-10 13:20:48 +08:00
boojack
ab8c7b9d8a
fix: auto complete in memo editor ( #720 )
2022-12-10 12:44:45 +08:00
M. Gschwandtner
387799b31c
fix: added dark theme bg color to buttons ( #719 )
2022-12-10 12:14:02 +08:00
M. Gschwandtner
964c58ac01
feat: responsive layout for create shortcut dialog ( #717 )
2022-12-10 10:17:47 +08:00