Commit Graph

54 Commits (6db7ad76da1b0ffe7cae25029b6cd677072d5476)

Author SHA1 Message Date
Steven 6db7ad76da chore: update tag selector 1 year ago
Steven ab1fa44f00 feat: implement markdown buttons 1 year ago
Steven 79c13c6f83 chore: fix edit memo params 1 year ago
Steven c58851bc97 chore: tweak accent color 1 year ago
Steven 96140f3875 chore: tweak dark mode styles 1 year ago
Steven f74fa97b4a chore: traverse nodes to upsert tags 1 year ago
Steven eefce6ade3 chore: implement webhook dispatch in v2 api 1 year ago
Steven df5aeb6d88 chore: remove v1 prefix in store name 1 year ago
Steven a3feeceace chore: remove component v1 suffix 1 year ago
Steven 81524c38e9 chore: refactor memo module 1 year ago
Steven abc14217f6 chore: tweak padding styles 1 year ago
Steven a3a1bbe8de chore: tweak responsible styles 1 year ago
Steven 5d677c3c57 chore: implement node renderer components 1 year ago
Steven a9812592fe chore: tweak editor border styles 1 year ago
Steven 9faee68dab chore: code clean 1 year ago
steven c68bfcc3b9 chore: fix user setting store 1 year ago
Athurg Gooth ed190cd41e
fix: visibility of memo editor is empty (#2580)
Fix visibility of memo editor is empty
1 year ago
Steven e83d483454 refactor(frontend): use auth service 1 year ago
zty 4f222bca5c
fix: keep content and query param on save when access token is invalid (#2524)
fix:
keep content on save when access token is invalid

Co-authored-by: zty <zty.dev@outlook.com>
1 year ago
Athurg Gooth 6ee95a2c0c
fix: clear localStorage while draft is empty (#2510)
* Clear localStorage while draft is empty

* change == into ===
1 year ago
Mahoo Huang f67757f606
feat: add editor auto focus preference (#2498)
* feat: add editor auto focus perference

* feat: set editor auto focus
1 year ago
Christopher a62f1e15a6
fix: private memos being public (#2480)
* fix(web/memo): filter out public option

Filter out the public option if we have disabled public memos

* feat(api/memo): sanity check for disabled public memos

In case something goes wrong, we check the system setting on the backend in order to valdiate if we can create a public memo

* refactor(web/memo): disable public option

Seems like a better option than removing it, as it looks werid if you are looking at a memo that is previously public

* fix(web/memo): use translation keys

* chore(web/editor): remove unsused tooltip

* revert(api/memo): sanity check

* fix(web/memo): allow admins to create public memos

* chore(web/memo): remove unused import

* fix(web/memo): check for both host and admin

* fix(web/memo): remove warning text from MemoDetail
1 year ago
Steven 97190645cc chore: update memo editor styles 2 years ago
Athurg Gooth e41ea445c9
fix: missing relation after post comment (#2452)
fix missing relation after post comment
2 years ago
Zexi 035d71e07c
fix: visibility translation (#2429)
* fix: visibility translation

* refactor: remove useless file

* feat: add visibility icon
2 years ago
Christopher 82effea070
tweak(web): use iconbutton for editor helpers (#2426) 2 years ago
Steven bfd2dbfee2 chore: fix update resource api 2 years ago
Steven 952539f817 chore: update memo editor dialog 2 years ago
Steven 21c70e7993 feat: update memo relations dialog 2 years ago
Steven c02f3c0a7d chore: remove less files in editor 2 years ago
Steven fd7043ea40 chore: fix editor cache 2 years ago
Steven 7dc4bc5714 chore: update resource service 2 years ago
Steven 078bc164d5 chore: update memo relations view 2 years ago
Steven e40621eb0f chore: implement memo content views 2 years ago
Steven 6007f48b7d chore: retire memo resource relation table 2 years ago
Zeng1998 462f10ab60
feat: optimize the logic of the checkbox button. (#2227) 2 years ago
boojack b13042d644
chore: move buf generated code to gitignore (#2236) 2 years ago
Steven d09e3c3658 chore: remove buf es generator 2 years ago
Steven b233eaea97 chore: update docs link 2 years ago
Steven fb1490c183 feat: impl resources list page 2 years ago
Steven f0f42aea9f chore: fix react use imports 2 years ago
Steven 36209eaef1 feat: add content cache for memo editor 2 years ago
Steven 7ec5d07cb8 chore: remove fullscreen button 2 years ago
boojack d114b630d2
feat: add prettier sort import plugin (#2058) 2 years ago
boojack 589b104671
chore: upgrade version to `v0.14.0` (#1970)
* chore: upgrade version

* chore: update

* chore: update
2 years ago
boojack 220cba84ae
chore: add dev guard for memo chat (#1968) 2 years ago
boojack 01f4780655
chore: update detail styles (#1964) 2 years ago
Ajay Kumbhare 1780225da5
feat: add typeScript support to enforce valid translation keys (#1954)
* #1952 Fix incorrect localization key for sign-up failure message

* feat: add typeScript support to enforce valid translation keys

* feat: add typeScript support to enforce valid translation keys

* fix lint errors

* fix lint error
2 years ago
SedationH 1b0efc5548
fix: use `??` in className use (#1829) 2 years ago
boojack dd8c10743d
feat: memo editor dialog (#1772)
* feat: memo editor dialog

* chore: update mark

* chore: update
2 years ago