Commit Graph

310 Commits (feefaabce9a48600105aea95827893e58ae6cdb6)

Author SHA1 Message Date
Steven feefaabce9 chore: update heatmap click handler 2 years ago
Steven 29b540ade3 chore: fix fetch memos 2 years ago
Steven 919f75af1a chore: update suspense loading 2 years ago
Steven 34af969785 chore: fix list memos order by pinned 2 years ago
Steven fd9c3ccbae chore: implement useMemoList store 2 years ago
Steven a3feeceace chore: remove component v1 suffix 2 years ago
Steven 02265a6e1a chore: fix memo search 2 years ago
Steven 81524c38e9 chore: refactor memo module 2 years ago
Steven 671551bdc1 chore: update memo detail page 2 years ago
Steven 9361613f23 chore: update timeline page 2 years ago
Steven cbdae24314 chore: update archived page 2 years ago
Steven 5334fdf1b2 chore: use api v2 in archived page 2 years ago
Steven abc14217f6 chore: tweak padding styles 2 years ago
Steven b575064d47 chore: tweak padding 2 years ago
Steven aeed25648a chore: tweak drawer background 2 years ago
Steven a3a1bbe8de chore: tweak responsible styles 2 years ago
Steven fe4ec0b156 chore: rename navigator 2 years ago
Steven 4d54463aeb chore: add mobile header 2 years ago
Steven 40bc8df63d chore: fix container height 2 years ago
Steven d6656db20d feat: implement part of full-screen layout 2 years ago
Steven 15a091fe4c chore: fix offset params in explore page 2 years ago
Steven 8095d94c97 chore: deprecate marked 2 years ago
Steven bcfcd59642 chore: deprecate old `MemoContent` 2 years ago
Steven 5d677c3c57 chore: implement node renderer components 2 years ago
Steven a9812592fe chore: tweak editor border styles 2 years ago
Steven fa34a7af4b chore: tweak memo parent styles 2 years ago
Steven 77b75aa6c4 chore: tweak memo display 2 years ago
Steven 9faee68dab chore: code clean 2 years ago
Steven 33dda9bf87 chore: fix auth status checks 2 years ago
t.yang 055a327b5e
fix: detail page user-avatar size have unexpected height (#2576)
Co-authored-by: tyangs.yang <tyangs.yang@hstong.com>
2 years ago
Steven e83d483454 refactor(frontend): use auth service 2 years ago
Steven 6d469fd997 chore: fix image size 2 years ago
Steven 472afce98f chore: fix current user store 2 years ago
Steven d317b03832 feat: add search box in resources dashboard 2 years ago
Steven 45d7d0d5f6 chore: migrate get current user 2 years ago
Steven dfa14689e4 chore: add click away event to date picker 2 years ago
Steven 94c71cb834 chore: fix loading status 2 years ago
Vespa314 65022beb0d
fix: duplicate memo filter in user profile page (#2502) 2 years ago
Steven c288d49138 chore: fix decouple user name 2 years ago
Steven 0ea0645258 chore: add use reponsive width 2 years ago
steven eb6b0ddead chore: update navigation 2 years ago
Steven dca90fb5d2 chore: update header 2 years ago
Steven 65a34ee41a chore: update home sidebar 2 years ago
Steven 5ff0234c71 chore: update response styles 2 years ago
Steven 4499f45b67 chore: deprecate daily review offset local setting 2 years ago
Steven 834b58fbbd feat: add version update inbox message 2 years ago
Steven 39a0e69b04 chore: update function name 2 years ago
Steven e60e47f76f chore: update user definition 2 years ago
Steven ef820a1138 chore: fix memo editor padding in daily review 2 years 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
2 years ago