Steven
755d5b83c6
chore: retire legacy setting api
2024-04-12 08:32:54 +08:00
Steven
3e6e56b008
refactor: update workspace store definition
2024-04-11 17:53:00 +08:00
Steven
58ae3217ff
chore: update auth callback messages
2024-04-09 21:23:17 +08:00
Steven
bbdd40b2b0
chore: add placeholder to comment editor
2024-04-09 20:01:19 +08:00
Steven
fc95876617
chore: update memo creator display
2024-04-09 09:05:34 +08:00
The Anh Nguyen
09ffa7b818
chore: fix memo link ( #3173 )
2024-04-02 07:13:58 +08:00
Steven
b79f626a74
chore: fix memo comment inbox
2024-04-01 00:26:46 +08:00
Steven
54a3c25ebd
chore: update memo resource name definition
2024-03-30 08:26:28 +08:00
Steven
5ab845d92e
chore: fix linter
2024-03-30 00:02:34 +08:00
Steven
c7aaf791e6
chore: tweak props naming
2024-03-29 22:49:19 +08:00
Steven
ea6628066d
chore: update sidebar components
2024-03-29 09:16:55 +08:00
Steven
90679cc33a
chore: add explore sidebar
2024-03-29 00:01:45 +08:00
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>
2024-03-27 21:46:29 +08:00
Steven
18d16abdb5
chore: update workspace service
2024-03-21 21:39:34 +08:00
Steven
7c5261b5d2
chore: tweak resource definition
2024-03-20 21:17:04 +08:00
Steven
7cc8b951a3
refactor: update resource id naming
2024-03-20 20:39:16 +08:00
Steven
a3a4e37cb0
chore: update memo content styles
2024-03-20 09:07:54 +08:00
Steven
76c936357b
chore: fix resource link
2024-03-20 08:51:32 +08:00
Steven
96a7d0eb25
chore: tweak line height
2024-03-20 00:40:46 +08:00
Steven
ed89cb8310
chore: update memo relation definition
2024-03-19 21:53:44 +08:00
Steven
722e356044
chore: update memo store
2024-03-19 20:55:33 +08:00
Steven
5f2d6b22be
chore: tweak memo structure
2024-03-18 23:23:53 +08:00
Steven
86db6d0254
chore: tweak user api definition
2024-03-18 12:56:52 +08:00
Steven
9ce381abb9
chore: tweak user profile
2024-03-14 00:13:56 +08:00
Steven
ded4da07a3
feat: use @github/relative-time-element to display time
2024-03-13 23:47:34 +08:00
Steven
e795149186
chore: tweak memo view display
2024-03-13 22:30:59 +08:00
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>
2024-03-04 23:33:43 +08:00
Steven
59314cdf80
chore: add compact mode to memo view
2024-03-04 01:11:34 +08:00
Steven
d34273b186
chore: update memo icons style
2024-03-03 16:41:03 +08:00
Steven
9a8a1d017e
chore: add comments icon
2024-03-02 11:29:21 +08:00
Steven
12f4d3a10d
chore: tweak default page size
2024-02-29 23:42:06 +08:00
Steven
e602aeecc1
fix: update workspace general setting
2024-02-23 09:08:49 +08:00
Steven
ce32206677
chore: remove unused system setting
2024-02-21 21:15:28 +08:00
Steven
d22b772232
chore: add memo actions to memo detail page
2024-02-15 11:16:51 +08:00
Steven
f1ec5775a7
chore: update inbox props
2024-02-14 09:44:35 +08:00
Steven
606e574e19
chore: update enum type
2024-02-13 09:30:28 +08:00
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.
2024-02-13 09:28:16 +08:00
Brilliant Hanabi
81aa9b107f
feat: add notice when sharing private links in MemoDetail ( #2942 )
2024-02-09 09:30:01 +08:00
Steven
d86f0bac8c
chore: implement reaction frontend
2024-02-08 13:25:15 +08:00
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.
2024-02-07 17:53:23 +08:00
Steven
25efc33b24
chore: tweak timeline styles
2024-02-05 21:37:43 +08:00
Athurg Gooth
b8a9783db5
fix: signin error notification is not shown ( #2908 )
...
fix signin error notification is not shown
2024-02-04 14:25:51 +08:00
Ikko Eltociear Ashimine
82e72813f9
chore: fix typo in About.tsx ( #2899 )
2024-02-04 08:33:13 +08:00
Steven
fdd17ce849
chore: update memo content key
2024-02-01 20:40:43 +08:00
Elliot Chen
7cd3fcbc61
fix: wrong order of the timeline in the resource page & add webhook when create memos using Telegram bot ( #2886 )
...
* fix: wrong order in resource page timeline
* feat: add webhook when create memos using Telegram bot
* rename variables and fix typos for static checks
2024-02-01 20:24:58 +08:00
Steven
8ce6a32aac
feat: use gomark wasm in frontend
2024-01-31 22:25:24 +08:00
Wen Sun
50f7f131ea
fix: month grouping error in timeline page ( #2861 )
2024-01-30 07:56:03 +08:00
Steven
c5a5f67fdb
refactor: migrate auth service
2024-01-29 23:12:02 +08:00
Steven
2b7bd47b44
fix: rss routes
2024-01-29 21:04:35 +08:00
Steven
1dc4f02b64
chore: update memo requests
2024-01-27 20:35:48 +08:00