Commit Graph

413 Commits (f9258e41a03eacb1704bc9b1542f39b55f1c56d3)

Author SHA1 Message Date
Steven f9258e41a0 chore: tweak max width 1 year ago
Steven e32a585bbf chore: update resource dashboard 1 year ago
Steven 33f52320f7 fix: remove lazy import components 1 year ago
Steven 155c5baf2c refactor: add markdown service 1 year ago
Steven d8aeec993c chore: replace classnames with clsx 1 year ago
Steven 1b291422e7 refactor: api version 1 year ago
Steven 9b66ef5e26 chore: tweak api definition 1 year ago
Steven 81d24f32a7 fix: memo comment keys 1 year ago
Steven c373131b89 chore: migrate idp service 1 year ago
Steven 755d5b83c6 chore: retire legacy setting api 1 year ago
Steven 3e6e56b008 refactor: update workspace store definition 1 year ago
Steven 58ae3217ff chore: update auth callback messages 1 year ago
Steven bbdd40b2b0 chore: add placeholder to comment editor 1 year ago
Steven fc95876617 chore: update memo creator display 1 year ago
The Anh Nguyen 09ffa7b818
chore: fix memo link (#3173) 1 year ago
Steven b79f626a74 chore: fix memo comment inbox 1 year ago
Steven 54a3c25ebd chore: update memo resource name definition 1 year ago
Steven 5ab845d92e chore: fix linter 1 year ago
Steven c7aaf791e6 chore: tweak props naming 1 year ago
Steven ea6628066d chore: update sidebar components 1 year ago
Steven 90679cc33a chore: add explore sidebar 1 year ago
Dubzer a0846c2818
feat: add shortcut to edit the previous memo (#3122)
* Add shortcut to edit the previous memo

* Fix compilation

* Update web/src/components/MemoEditor/index.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
1 year ago
Steven 18d16abdb5 chore: update workspace service 1 year ago
Steven 7c5261b5d2 chore: tweak resource definition 1 year ago
Steven 7cc8b951a3 refactor: update resource id naming 1 year ago
Steven a3a4e37cb0 chore: update memo content styles 1 year ago
Steven 76c936357b chore: fix resource link 1 year ago
Steven 96a7d0eb25 chore: tweak line height 1 year ago
Steven ed89cb8310 chore: update memo relation definition 1 year ago
Steven 722e356044 chore: update memo store 1 year ago
Steven 5f2d6b22be chore: tweak memo structure 1 year ago
Steven 86db6d0254 chore: tweak user api definition 1 year ago
Steven 9ce381abb9 chore: tweak user profile 1 year ago
Steven ded4da07a3 feat: use @github/relative-time-element to display time 1 year ago
Steven e795149186 chore: tweak memo view display 1 year ago
Dubzer 6cbfbe9c07
chore: settings page improvements (#3034)
* Don't allow to select text on buttons in settings + refactoring

* Remove redundant useMemo

* Update web/src/pages/Setting.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Rename other constants too

* Rename AdminSection to ADMIN_SECTIONS

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
1 year ago
Steven 59314cdf80 chore: add compact mode to memo view 1 year ago
Steven d34273b186 chore: update memo icons style 1 year ago
Steven 9a8a1d017e chore: add comments icon 1 year ago
Steven 12f4d3a10d chore: tweak default page size 1 year ago
Steven e602aeecc1 fix: update workspace general setting 1 year ago
Steven ce32206677 chore: remove unused system setting 1 year ago
Steven d22b772232 chore: add memo actions to memo detail page 1 year ago
Steven f1ec5775a7 chore: update inbox props 1 year ago
Steven 606e574e19 chore: update enum type 1 year ago
Brilliant Hanabi ebe3678288
feat: add visibility select in ShareMemoDialog (#2941)
In ShareMemoDialog, user can change the visibility
of the memo, so that the memo can be set to public
to be viewed by anyone with the link.
1 year ago
Brilliant Hanabi 81aa9b107f
feat: add notice when sharing private links in MemoDetail (#2942) 1 year ago
Steven d86f0bac8c chore: implement reaction frontend 1 year ago
Kazuki H 5ac17fc012
fix: displaying archived memos (#2933)
* fix: web: Archived: Show displayTime instead of updateTime

Archiving a memo is considered "updating" it, so the time it was
archived will be displayed, instead of the time it was created.

* fix: web: Archived: Add an option to fetch more memos

Just like on other pages, add a button to fetch more memos. Otherwise,
the user would only be able to load the latest 10 memos, as defined in
DEFAULT_MEMO_LIMIT.
1 year ago
Steven 25efc33b24 chore: tweak timeline styles 1 year ago