johnnyjoy
2a861ea430
refactor: tweak resource state in api
2025-01-10 22:20:23 +08:00
johnnyjoy
1caaef1c5b
chore: fix memo compact mode
2025-01-10 21:47:00 +08:00
Query&mut NinjaStyle, &Ryder
972ebbae2f
fix: compact mode storage ( #4279 )
...
fix #4274 now when checkbox is toggled the memo remembers the compact state
Co-authored-by: root <root@DESKTOP-G3MCU14>
2025-01-10 20:43:46 +08:00
johnnyjoy
ac7121c21a
chore: update archived page
2025-01-10 20:24:05 +08:00
Steven
840b16f041
chore: tweak back to top button
2025-01-08 22:59:08 +08:00
Pierre Quillery
cdadf133d0
chore: adding missing translations ( #4273 )
...
* Added missing translations strings (filters, about page, ...)
* Forgot one translation string.
* Fixed PR issues and added Access Token related missing translation strings.
* Fixed eslint issues.
* Fixed eslint issues #2 .
* Fixed access token dialog translations, added missing webhook dialog translations.
2025-01-08 10:24:41 +08:00
Chris Curry
7b909fb772
feat: scroll to top ( #4244 )
2025-01-04 23:44:37 +08:00
Chris Curry
d81174ad7c
feat: optimize filters sync ( #4260 )
...
* refactor: add bi-directional filters sync between filterStore and searchParams
* fix: tag redirection from memos detail page, https://github.com/usememos/memos/issues/4232
2025-01-04 23:42:49 +08:00
Chris Curry
e3b378b03b
feat: persist memo filters with url query ( #4239 )
...
* feat: persist memo filters with url query
- Implemented synchronization of memo filters with URL search parameters.
- Enhanced memo store to manage current request state for fetching memos, allowing for request cancellation, avoiding the race conditions.
* refactor: update import
2025-01-02 10:23:15 +08:00
Chris Curry
bc0bac94ed
refactor: enhance hyperlink handling in markdown shortcuts ( #4238 )
2024-12-30 17:46:24 +08:00
johnnyjoy
41d9c9d76e
fix: order list starts
2024-12-25 22:43:26 +08:00
Johnny
e913271f15
refactor: move tags from property to payload ( #4229 )
...
* refactor: move tags from property to payload
* chore: fix tests
* chore: drop memo tags
* chore: update
---------
Co-authored-by: Steven <stevenlgtm@gmail.com>
2024-12-24 15:23:15 +00:00
zjy4fun
7a77b4ba38
chore: fix css location compatibility issues on Safari ( #4215 )
...
chore: fix location compatibility issues on Safari
closes https://github.com/usememos/memos/issues/4190
2024-12-20 13:21:59 +08:00
RoccoSmit
ce6ad4035d
fix: limit the size of the resource list viewer ( #4210 )
...
Limit the size of the file upload box
2024-12-19 10:32:05 +08:00
Nikolay
ea394d89b2
fix: add server name change in mobile header ( #4195 )
...
* [fix] add server name change in mobile header
* Update web/src/components/MobileHeader.tsx
* Update web/src/components/MobileHeader.tsx
* Apply suggestions from code review
---------
Co-authored-by: Николай Витальевич Никоноров <nnv@bitt.moe>
Co-authored-by: Johnny <yourselfhosted@gmail.com>
2024-12-13 13:23:16 +08:00
johnnyjoy
cb569c99fd
chore: remove useCallback in fetching memo list
2024-12-07 12:26:21 +08:00
Cheng
2aa3795e50
fix: search conditions affected by pull-to-refresh ( #4159 )
2024-11-29 22:13:41 +08:00
Query&mut NinjaStyle, &Ryder
009f4956ac
fix: check IdP for disallow password auth
...
* fix #4144 now when there is no sso then the Disallow password auth is disabled
* fixed the import issue
* attempt fixing linting issues
---------
Co-authored-by: pransh62390 <63577123+pransh62390@users.noreply.github.com>
2024-11-29 12:23:17 +08:00
KidLoveToPlay
73d13cb97b
chore: style fix to #4151 ( #4153 )
...
* chore: apply styles to the correct month
* chore: style fix
2024-11-28 10:23:28 +08:00
KidLoveToPlay
97ef5a8871
chore: apply styles to the correct month ( #4151 )
2024-11-27 14:00:50 +08:00
Madhur Jodhwani
a51e363c7c
chore: fix truncation of webhook url to avoid disappearance of Trash Icon ( #4145 )
...
* Fixed truncation of webhook url to avoid disappearance of Trash Icon
* fixing webhook truncation issue #4078
* Removing overflow-hidden
* resolving pipeline issues
* supporting on hover url display
---------
Co-authored-by: Madhur <madhur.jodhwani@accelya.com>
2024-11-25 14:19:04 +08:00
RoccoSmit
54ee2bf3ab
feat: show less when memo expanded ( #4143 )
...
* Added show less action and language files
* Renaming type as suggested in pr review
2024-11-24 22:24:58 +08:00
Steven
104948ae40
chore: set pull to refresh with screen size
2024-11-20 20:28:49 +08:00
nlfox
3cbccde67e
feat: add pull to refresh for PagedMemoList ( #4128 )
2024-11-19 23:34:47 +08:00
johnnyjoy
1424036ccd
chore: use for...of
2024-11-17 22:04:49 +08:00
Andy An
f6af564d4e
feat: enhancement on UI/UX on user statistic view part. ( #4122 )
...
Enhancement on UI/UX on user statistic view part.
2024-11-17 09:47:41 +08:00
lcdgit
f00751a6e0
feat: allow to remove done items ( #4126 )
...
* add remove done items
* i18n en add
* bug fix
* add i18n
* Modify the description
* Modify the description
* Modify the description
* remove remove_done_check_items setting
* fix the static checks
* fix the static checks
---------
Co-authored-by: mozhu <lcl_em@163.com>
2024-11-17 09:33:39 +08:00
Steven
f007185b8f
chore: tweak form styles
2024-11-12 23:23:14 +08:00
RoccoSmit
142e97ab5a
feat: navigate image view with keyboard keys ( #4116 )
...
* Navigate images with keyboard left and right keys
* Fix linting
* Adding missing "
* Added change to incorrect branch
2024-11-11 08:16:09 +08:00
Steven
ad50aec2db
chore: update activity calendar
2024-11-06 21:14:36 +08:00
Steven
67c1a46346
chore: remove html renderer sanitizes
2024-11-05 22:44:37 +08:00
Steven
57c00734e2
fix: frontend build
2024-11-05 21:15:13 +08:00
Steven
04c6e262c3
chore: align colors
2024-11-04 21:30:50 +08:00
johnnyjoy
227cc26cb9
chore: align table styles for access token section
2024-11-03 20:28:42 +08:00
Steven
4b28dfddb6
fix: visibility selector overflow
2024-11-02 13:39:08 +08:00
Daniel Pinto
f44583e87d
chore: allow some hardcoded strings to be translated ( #4076 )
...
Allow some hardcoded strings to be translated
Also add pt-PT translation for them
2024-11-02 10:36:11 +08:00
Steven
67e474d4dd
fix: linter warning
2024-10-30 20:19:08 +08:00
Steven
c12425329b
chore: fix action buttons
2024-10-29 00:18:02 +08:00
Steven
db2b34a850
chore: update input source
2024-10-28 22:04:52 +08:00
Steven
f373d8e88c
chore: update checkbox source
2024-10-27 10:19:06 +08:00
Steven
963706aebd
refactor: update button source
2024-10-26 21:36:05 +08:00
Steven
8635aed138
chore: update dependencies
2024-10-25 21:55:00 +08:00
new-aspect
aa9649adf0
fix: automatic indentation follows previous lines in lists ( #4048 ) ( #4050 )
...
* fix: automatic indentation follows previous lines in lists (#4048 )
* fix: automatic indentation follows previous lines in lists (#4048 )
change the position of this logic and recommit it
2024-10-25 19:16:59 +08:00
johnnyjoy
7e48d13834
fix: workspace setting state
2024-10-23 13:46:07 +08:00
Steven
4fcc682a15
chore: add beta badge to relation graph
2024-10-21 20:23:34 +08:00
Steven
f9fec56560
chore: fix date picker position
2024-10-20 17:08:01 +08:00
johnnyjoy
2ebf3f2615
chore: fix math styles
2024-10-19 21:40:24 +08:00
johnnyjoy
cf1be81de2
feat: use date-picker instead of raw datetime input
2024-10-19 21:30:02 +08:00
johnnyjoy
199d5680e6
chore: update inbox messages style
2024-10-19 21:01:02 +08:00
johnnyjoy
435bd5c44f
fix: update relation graph checks
2024-10-19 20:53:53 +08:00
johnnyjoy
04d6329d0f
feat: use hash router to sub-setting pages
2024-10-19 20:46:57 +08:00
johnnyjoy
085995ec3d
chore: update setting title
2024-10-19 20:32:55 +08:00
johnnyjoy
c3cb3770cc
chore: tweak function names
2024-10-19 16:13:33 +08:00
d0zingcat
67dc9a3f0a
chore: allow quick unpin ( #4031 )
...
Signed-off-by: d0zingcat <leewtang@gmail.com>
2024-10-19 16:05:14 +08:00
d0zingcat
e5cb2037e4
feat: allow to disable markdown shortcuts ( #4025 )
...
* add settting to disable markdown keymap
Signed-off-by: d0zingcat <leewtang@gmail.com>
* rename disable markdown shortcuts
Signed-off-by: d0zingcat <leewtang@gmail.com>
* fix lint
Signed-off-by: d0zingcat <leewtang@gmail.com>
---------
Signed-off-by: d0zingcat <leewtang@gmail.com>
2024-10-16 23:27:54 +08:00
Steven
68c2bd3837
chore: update memo relations
2024-10-16 23:09:20 +08:00
Steven
82da20e1c3
feat: implement graph of relations
2024-10-15 23:31:44 +08:00
Steven
952428c15d
chore: update default max height
2024-10-15 20:38:17 +08:00
Steven
cfe1765067
chore: tweak user statistics view
2024-10-15 20:30:24 +08:00
Steven
c4b52c68b5
fix: max height of memo content compact mode
2024-10-15 20:07:55 +08:00
Steven
0b6f24a21a
chore: update task complete
2024-10-10 23:22:18 +08:00
Steven
2acad978d1
chore(frontend): add reactions setting
2024-10-10 22:04:35 +08:00
Steven
e527b6a878
feat: move reaction type to setting
2024-10-10 21:06:32 +08:00
wjsoj
1f9d657065
feat: support set global Default memo visibility ( #3989 )
...
* feat: support set global Default memo visibility
* feat: Move to WorkspaceMemoRelatedSetting
* fix: goimports check failure
* chore: change item name to default_visibility
* fix: goimports check failure
2024-10-08 22:45:18 +08:00
Steven
dc15e8f30f
chore: implement memo metadata store
2024-10-08 22:22:45 +08:00
johnnyjoy
831c254d64
fix: update user fields
2024-10-08 19:52:49 +08:00
Steven
0b2f08ad15
fix: memo view
2024-10-07 01:57:37 +08:00
Steven
d11e7a3a9a
chore: remove duplicated requests
2024-10-07 01:40:15 +08:00
RoccoSmit
f0d43c9577
feat: add tag count to tree view ( #3970 )
...
* Add tag count to tree view
* Only display tag amounts > 1
* Updated tag amount var name to be more descriptive
* - Moved display logic to html in return
- Updated var names to closer match var passed in by TagSection component
2024-10-02 18:31:50 +08:00
Xavier Hocquet
32123e0c21
feat: add month toggle on hover ( #3972 )
...
* Add month toggle on hover
* Lint
2024-10-02 11:37:05 +08:00
Steven
771a977c9f
chore: tweak words
2024-09-29 22:49:29 +08:00
Steven
cf4e660f41
chore: add memo location setting
2024-09-26 22:11:37 +08:00
Steven
95a50b6596
chore: tweak leaflet map
2024-09-26 22:04:05 +08:00
Steven
9c41c8d5c9
chore: fix marker icon
2024-09-26 09:20:33 +08:00
Steven
2837816ff7
chore: fix component state
2024-09-26 00:27:39 +08:00
Steven
b144faf43a
feat: add location selector
2024-09-26 00:03:17 +08:00
Steven
8b444be6ca
chore: update tag search
2024-09-23 21:41:23 +08:00
RoccoSmit
6cbe957db2
fix: show future relative dates ( #3946 )
...
Show future relative dates
2024-09-22 22:24:46 +08:00
auphone
0711ac4ecb
feat: allow mobile user zooming in image preview ( #3880 )
...
* Set viewport scalable in image preview dialog for mobile zooming and reset it on destroy
* Format with prettier
* move setViewportScalable() into useEffect
* use const instead of function
2024-09-22 21:48:01 +08:00
Steven
ea881338a9
chore: add gradient block to compact mode
2024-09-22 21:15:46 +08:00
johnnyjoy
7817947f66
fix: clean duplicated requests
2024-09-22 19:51:55 +08:00
johnnyjoy
1f7a90cec4
chore: add spinner to paged memo list
2024-09-22 19:41:27 +08:00
johnnyjoy
339c38750f
refactor: paged memo list container
2024-09-22 19:30:39 +08:00
johnnyjoy
41976cb894
feat: update memo endpoints
2024-09-22 15:43:46 +08:00
Steven
ca213437e9
feat: implement nesting lists
2024-09-21 20:02:47 +08:00
Steven
d663313ca2
chore: fix frontend linter
2024-09-17 19:09:05 +08:00
Steven
fbe0251eed
feat: impl list renderer
2024-09-17 19:03:10 +08:00
Zisu Zhang
b787d1c7b6
feat: support disable change username and nickname ( #3911 )
...
* feat: support disable change username and nickname
* chore: update UX
2024-09-12 13:45:04 +08:00
ti777777
6f3d5762ca
fix: iframe rendering ( #3916 )
...
* fix iframe rendering
* fix eslint check
2024-09-12 08:54:33 +08:00
RoccoSmit
42bc769d5d
fix: load server name and icon from settings ( #3908 )
2024-09-10 23:02:48 +08:00
Steven
76a9a343a5
chore: fix linter
2024-09-09 20:36:35 +08:00
RoccoSmit
f695e93f20
fix: update first day logic for months starting on Sunday ( #3896 )
...
* Update calendar logic to accomodate for months starting on Sunday
* Apply suggestions from code review
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-09-09 09:19:12 +08:00
RoccoSmit
05d5fb4b04
chore: use translations for calendar days ( #3895 )
...
Use translations for calendar days
2024-09-08 20:24:59 +08:00
Steven
fe01d68d2a
fix: user role checks
2024-09-03 08:07:31 +08:00
johnnyjoy
40d59fc47a
chore: fix user role checks
2024-09-02 21:04:25 +08:00
johnnyjoy
7a9f61967d
feat: allow admin users to update other memos
2024-09-02 20:59:22 +08:00
johnnyjoy
8c6682bd77
chore: regenerate apidocs
2024-09-02 20:50:59 +08:00
Steven
20570fc771
refactor: resource thumbnail
2024-08-30 08:09:07 +08:00
RoccoSmit
9b1adfbbe9
feat: reintroducing thumbnails ( #3821 )
...
* Reintroducing thumbnails
* Aligned with linting rules
* making recomended code review change
- changed method names to start with lower case as they are not used outside of their package
- made receiver types for struct funcs to be pointers to not need to create copies
Trying to cover all linting issues
- converted slog warning to use attributes when logging warnings
- seperated imports to have package files in their own section
* Update go.mod
---------
Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
2024-08-29 21:01:57 +08:00
Steven
bb86482b71
chore: tweak setting name
2024-08-29 08:28:11 +08:00
Steven
f0abd792c7
chore: update auth service
2024-08-29 00:06:15 +08:00
Steven
1167df29d8
feat: add security related settings
2024-08-28 23:46:06 +08:00
Steven
4e5810e205
chore: update workspace setting section
2024-08-28 23:29:30 +08:00
Steven
a8ea28066e
chore: retire export memos
2024-08-28 23:20:32 +08:00
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
2024-08-28 22:55:28 +08:00
Steven
de980fb7d7
chore: update setting display name
2024-08-28 22:44:13 +08:00
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
2024-08-24 06:48:16 +08:00
Steven
f4d6675363
chore: add enable memo comment setting
2024-08-19 09:13:44 +08:00
Steven
3c5aa41a78
feat: implement week start day setting
2024-08-18 23:18:45 +08:00
Steven
1ae3afc0ba
chore: tweak memo relation popover
2024-08-14 23:15:04 +08:00
Steven
aae3e8ae64
chore: update memo property checks
2024-08-13 23:29:40 +08:00
Steven
506d2ed8ca
chore: tweak menu style
2024-08-13 23:28:02 +08:00
Steven
04b4fa1d02
chore: tweak icon button container
2024-08-07 22:56:47 +08:00
Steven
61b8cee31d
chore: retire preview markdown dialog
2024-08-07 22:48:16 +08:00
Steven
4ad6028681
refactor: use popover instead of dialog for memo relations
2024-08-07 22:44:39 +08:00
Steven
158745704e
feat: add memo display setting menu
2024-08-03 01:22:40 +08:00
Steven
21f18f7c56
chore: tweak activity service definition
2024-08-01 23:40:16 +08:00
Steven
26fa172641
chore(frontend): add order by time asc
2024-07-31 23:51:20 +08:00
Steven
14194504ee
chore: remove unused classnames
2024-07-29 23:12:27 +08:00
Steven
444ccc03ed
chore: tweak default title
2024-07-29 23:09:46 +08:00
Steven
b9006f8ce0
chore: tweak date utils
2024-07-27 17:21:22 +08:00
Steven
3d63d9d5fb
chore: fix activity stats
2024-07-27 10:11:41 +08:00
Steven
139090fb8f
chore: fix calendar timestamps
2024-07-27 09:47:12 +08:00
Steven
edc3b578d6
feat: implement search multi tags
2024-07-26 08:40:40 +08:00
Steven
c6a09d9353
chore: update memo filter styles
2024-07-26 08:30:59 +08:00
Steven
cd38ec93ed
feat: implement memo filters
2024-07-26 00:46:48 +08:00
Steven
b3b4aa9ddb
chore: remove unused code
2024-07-24 23:53:07 +08:00
Steven
c313596144
feat: update memo editor
2024-07-22 09:57:40 +08:00
Steven
10c9bb081b
chore: retire timeline page
2024-07-20 00:28:49 +08:00
Steven
c4a24bead6
chore(frontend): tweak memo relations
2024-07-19 20:52:52 +08:00
andrigamerita
d264f45979
fix: code blocks of unknown languages cause HTML injection ( #3711 )
...
* fix: code blocks of unknown languages cause HTML injection
A code block of unknown language (that is, a language not treated as special by Memos and not handled by highlight.js) should fall back on rendering its plaintext content. However, the content is never properly escaped before it is appended to the DOM, and thus any string that happens to contain HTML is unsafely rendered. This commit fixes the issue by ensuring that, when none of the previous cases handle the text, any HTML entities are escaped first.
* Update CodeBlock.tsx to conform to eslint
2024-07-19 08:32:58 +08:00
Steven
5704aaad08
chore: tweak embeded memo style
2024-07-17 22:48:22 +08:00
Steven
ef7e2151dc
chore: update memo relation list
2024-07-17 21:40:43 +08:00
Steven
e2fd79200e
feat: implement inline memo editor
2024-07-17 21:07:36 +08:00
Steven
956f21838d
chore: fix popover z-index
2024-07-17 20:28:31 +08:00
Steven
878fea5f13
chore: use popover for update tag view setting
2024-07-17 08:46:52 +08:00
Steven
f2cfc528a6
chore: introduce tag view option
2024-07-15 22:55:59 +08:00
Johnny
9909fd8a6f
feat: add snippet field to memo message ( #3689 )
2024-07-15 08:08:08 +08:00
Johnny
bcb8843245
chore: implement stringify markdown nodes endpoint ( #3688 )
2024-07-14 20:46:57 +08:00
Johnny
7c9e54afbd
chore: update disallow public visibility setting name ( #3687 )
2024-07-14 20:23:19 +08:00
Steven
f374169a2b
feat: implement html element renderer
2024-07-13 11:06:51 +08:00
Johnny
5a196e2f1a
feat: update gomark version ( #3679 )
2024-07-12 22:17:03 +08:00
Steven
457cf92cc1
feat(api): implement get resource by uid
2024-07-11 23:43:44 +08:00
Steven
1ab2c89408
feat(api): implement get memo by uid
2024-07-11 23:31:50 +08:00
Steven
626c972d9c
chore: add properties to memo detail sidebar
2024-07-08 23:14:00 +08:00
Johnny
5e3ed201b4
fix: update mask of update memo ( #3659 )
2024-07-08 08:50:38 +08:00
Johnny
eccddb1154
chore: add create time to memo detail sidebar ( #3657 )
2024-07-07 23:09:48 +08:00
Johnny
4d2b953e23
chore: add enable link preview setting to memo related settings ( #3647 )
2024-07-02 22:00:38 +08:00
Steven
1ad5d9bf0a
chore: update confirm dialog
2024-07-01 23:22:39 +08:00
Steven
291b815653
feat: implement memo detail sidebar
2024-07-01 23:06:10 +08:00
Steven
05c6edfe2f
chore: tweak auth pages
2024-06-26 22:11:18 +08:00
Johnny
736637a362
feat: add public flag instead of system setting to enable signup ( #3589 )
2024-06-19 22:03:12 +08:00
Steven
076aa2f8aa
chore: remove memo filter
2024-06-05 23:18:14 +08:00
Steven
d159975994
chore: update statistics view
2024-06-05 20:46:35 +08:00
Martin MacDonald
aec5927d31
feat: add hook for generating different date times ( #3524 )
...
* Added hook for generating different date times
* Fixed up logic to destructure the datetime params
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 19:52:07 +08:00
Steven
7375b87967
chore: tweak tooltips
2024-06-05 08:51:04 +08:00
Steven
d0ac866eb1
chore: update statistics view
2024-06-05 08:48:40 +08:00
Martin MacDonald
f0817f2762
chore: update fetch tags args ( #3515 )
...
* Centralised the logic for filters to apply to tagging and updated components to pass in those params needed
* Fixed linting issue
* Split out params from options
* Fixed linting errors
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 08:06:01 +08:00
Martin MacDonald
0977acbc7f
fix: update uniqby key ( #3518 )
...
* Used correct uniqby key
* Put back filter
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
2024-06-05 08:03:56 +08:00
Steven
e8ed437ca3
fix: purify html before render
2024-06-04 23:10:54 +08:00
Steven
2b49025f4a
chore: update memo filters
2024-06-04 23:03:51 +08:00
Steven
8c0bee3840
chore: tweak refresh button
2024-06-01 23:27:35 +08:00
Steven
4e54ec38ff
chore: update memo related settings
2024-06-01 09:05:09 +08:00
Steven
0657a1ef5b
chore: fix memo editor cache
2024-06-01 08:48:54 +08:00
Steven
b215426623
chore: update general setting
2024-05-30 07:19:38 +08:00
Steven
0f4b7c5f4a
feat: add more memo settings
2024-05-29 23:17:53 +08:00
Steven
cf70867470
chore: update tag section
2024-05-29 08:03:01 +08:00
Steven
719c22fef8
chore: update i18n
2024-05-29 07:39:16 +08:00
Steven
cbf556fee5
chore: fix memo cache key
2024-05-28 23:23:23 +08:00
Steven
0275a65781
chore: add last visited page
2024-05-28 09:05:59 +08:00
Steven
f0e5a72271
feat: update search memo filter
2024-05-27 23:25:25 +08:00
Steven
ba0876a563
feat: update statistics view
2024-05-27 20:04:07 +08:00
Steven
1ccfa81cf3
chore: tweak common function
2024-05-26 11:02:23 +08:00
Steven
7d6dbb9487
fix: link hover handler
2024-05-22 23:25:04 +08:00
Steven
21838d0aae
chore: fix editor autocomplete
2024-05-20 08:49:55 +08:00
Steven
c25c57ab61
feat: support updating display time
2024-05-18 07:52:35 +08:00
Steven
0c251f9ab8
chore: fix resource delete handler
2024-05-16 21:53:12 +08:00
Steven
c8ff3fa2ee
chore: fix uploading flag
2024-05-15 09:08:34 +08:00
Steven
9265b8e2bd
chore: update tags filter
2024-05-14 08:12:25 +08:00
Steven
2317204c50
fix: list idp
2024-05-14 07:04:17 +08:00
Steven
c561362d62
feat: implement memo property
2024-05-13 22:04:37 +08:00
Steven
31e07c083d
chore: fix types
2024-05-13 20:07:56 +08:00
Steven
b8763905ba
chore: tweak naming
2024-05-13 20:03:04 +08:00
Steven
83b9ea45b9
chore: tweak dark mode styles
2024-05-13 08:09:32 +08:00
Steven
f79554371d
chore: retire share dialog
2024-05-13 07:57:58 +08:00
boojack
3fbc4d8539
feat: implement drag and drop for resource order in editor ( #3337 )
...
* Implement drag and drop for resource order in editor
* chore: update
* chore: update
* chore: update
2024-05-10 20:34:35 +08:00
Steven
5f207c8f0c
fix: math overflow
2024-05-10 06:21:47 +08:00
Steven
584c669068
chore: tweak max width
2024-05-09 22:10:27 +08:00
Steven
46a085f8df
chore: add datepicker to timeline
2024-05-09 20:31:37 +08:00
Steven
e7a788fa71
chore: tweak memo detail page
2024-05-09 20:10:13 +08:00
Steven
deae53c1f1
chore: add dayjs to fix datetime format in safari
2024-05-09 08:52:34 +08:00
Steven
1d99dad435
feat: update timeline page
2024-05-09 07:56:00 +08:00
Steven
33133ea1a3
chore: tweak searchbar styles
2024-05-08 22:50:13 +08:00
Steven
a4235bb4bf
chore: tweak tags style
2024-05-08 22:31:22 +08:00
Steven
40a5503d45
chore: tweak i18n locales
2024-05-08 21:33:49 +08:00
Steven
d0655ece53
refactor: update memo tags
2024-05-08 20:03:01 +08:00
Jerwin Arnado
a9caecf479
fix: Set max height to 50vh for better viewing for larger screens. ( #3330 )
...
Feature: Set max height to 50vh for better viewing for larger screens.
2024-05-07 23:19:20 +08:00
Steven
d355e2c631
chore: tweak tags section
2024-05-07 22:11:46 +08:00
Steven
f9258e41a0
chore: tweak max width
2024-05-07 22:10:08 +08:00
Steven
af1ad2f2db
chore: add memo content length limit setting
2024-05-06 08:02:39 +08:00
Nabiel Omar Syarif
56ceba2dec
fix: fix deleting tag from tag lists ( #3311 )
2024-05-06 07:38:15 +08:00
Steven
e32a585bbf
chore: update resource dashboard
2024-05-06 07:37:48 +08:00
Steven
590b626052
chore: update upload resources button
2024-05-01 10:43:09 +08:00
Steven
8a3845ff54
chore: remove external resource dialog
2024-04-29 22:57:47 +08:00
Steven
155c5baf2c
refactor: add markdown service
2024-04-29 08:00:37 +08:00
Steven
320963098f
refactor: update storage setting
2024-04-28 21:36:22 +08:00
Steven
d8aeec993c
chore: replace classnames with clsx
2024-04-28 00:58:40 +08:00
Steven
1b291422e7
refactor: api version
2024-04-28 00:44:29 +08:00
Steven
8bba7f706e
chore: update IME mode checks
2024-04-28 00:12:44 +08:00
Steven
f9942002f9
chore: fix linter
2024-04-27 23:36:57 +08:00
Steven
9b66ef5e26
chore: tweak api definition
2024-04-27 22:02:15 +08:00
Steven
647602beac
chore: update link preview
2024-04-25 21:01:13 +08:00
SkyWT
9bcd4f59a2
fix: editor IME composing event behavior ( #3267 )
...
* fix: editor IME composing event behavior
* fix: editor IME composing event behavior
* Update web/src/components/MemoEditor/hooks/useAutoComplete.ts
---------
Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-04-25 08:59:26 +08:00
Steven
205bf7ed0e
chore: update link target
2024-04-24 22:02:11 +08:00
Steven
cdcb61da17
chore: fix update storage
2024-04-24 09:18:33 +08:00
刘明野
06a79a2e37
fix: tag dependencies ( #3251 )
...
fix: 修改tag名称后重新请求数据
2024-04-20 21:16:17 +08:00
Steven
339fecbfff
chore: allow search comments
2024-04-18 21:04:10 +08:00
Steven
f9dd29ae07
chore: tweak tag store
2024-04-14 22:20:09 +08:00
Steven
1f0bfd2169
chore: update tag store
2024-04-14 22:03:56 +08:00
Steven
cb7886dc49
chore: retire telegram integration in frontend
2024-04-13 12:42:34 +08:00
Steven
c373131b89
chore: migrate idp service
2024-04-13 10:50:25 +08:00
Steven
8f51529c78
chore: implement storage service
2024-04-13 02:55:40 +08:00
Steven
707e5caf89
chore: update workspace setting store
2024-04-13 02:08:35 +08:00
Steven
f5461264c5
chore: fix dialog background color
2024-04-12 08:44:19 +08:00
Steven
133951328b
chore: fix linter
2024-04-12 08:36:02 +08:00
imikod
257b8add8c
chore: localization improvements ( #3213 )
...
* localization improvements
* typo fix
* fix linting error
2024-04-12 08:35:14 +08:00
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
6d842711e2
chore: fix dependencies
2024-04-10 23:34:29 +08:00
Dubzer
8ee56bd29f
feat: add code wrapping option on mobile devices ( #3196 )
...
* feat: add code wrapping option on mobile devices
* Minor changes
* oopsie
2024-04-10 22:03:47 +08:00
Steven
58ae3217ff
chore: update auth callback messages
2024-04-09 21:23:17 +08:00
Steven
6028838f03
chore: update component name
2024-04-09 20:51:09 +08:00
Steven
bbdd40b2b0
chore: add placeholder to comment editor
2024-04-09 20:01:19 +08:00
imikod
8356ebc46b
chore: improve localization ( #3190 )
...
* improve localization
* follow suggestion
2024-04-09 16:11:32 +08:00
Steven
fc95876617
chore: update memo creator display
2024-04-09 09:05:34 +08:00
Steven
6d10251cbd
feat: impl list syntax auto complete to editor
2024-04-08 20:42:53 +08:00
Steven
436a6cb084
chore: fix text truncate
2024-04-08 19:20:16 +08:00
imikod
90ed908d2e
fix: set navigation icons to not shrink ( #3186 )
2024-04-08 10:16:52 +08:00
Steven
756ab71302
chore: tweak truncate styles
2024-04-07 23:30:28 +08:00
Steven
a6b09aa5b1
chore: add confirm dialog for disable password login setting
2024-04-07 23:22:59 +08:00
Steven
bedf3b3025
chore: tweak embedded memo styles
2024-04-02 23:32:43 +08:00
Steven
ba7dbc1fca
chore: fix task node click handler
2024-04-01 21:38:18 +08:00
Steven
b1297f5d01
chore: tweak linter
2024-04-01 00:41:25 +08:00
Steven
33e9b13665
chore: tweak linter
2024-04-01 00:34:51 +08:00
Steven
b79f626a74
chore: fix memo comment inbox
2024-04-01 00:26:46 +08:00
Steven
edc7645086
chore: fix linter
2024-03-30 15:01:19 +08:00
Steven
4d62ed46cc
chore: tweak words
2024-03-30 14:14:42 +08:00
The Anh Nguyen
2fe6d606ec
feat: handle restore memo when is in archived memo detail page ( #3165 )
2024-03-30 13:06:08 +08:00
Steven
c8baeb86ec
chore: fix memo links
2024-03-30 13:04:40 +08:00
The Anh Nguyen
9a88e00df0
fix: link embedded content to uid instead of name ( #3164 )
2024-03-30 12:30:09 +08:00