zty
999a05307e
fix: body overflow styles #3056
...
Co-authored-by: zty <zty.dev@outlook.com>
2024-03-09 14:09:31 +08:00
steven
ed1954c58c
chore: fix check setting value
2024-03-09 12:56:44 +08:00
steven
77bafba682
chore: update gomark.wasm
2024-03-09 12:47:20 +08:00
Michael
1540de2f44
chore: translated using Weblate (Korean) ( #3060 )
...
Translated using Weblate (Korean)
Currently translated at 95.1% (292 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ko/
Co-authored-by: WonSeok <wonseok@duck.com>
2024-03-09 12:40:42 +08:00
Steven
ed4b48c54f
chore: update gomark.wasm
2024-03-08 00:34:34 +08:00
Michael
706e749275
chore: translated using Weblate (Portuguese (Brazil)) ( #3050 )
...
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (307 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2024-03-07 11:38:24 +08:00
Steven
845999292a
chore: update frontend dependencies
2024-03-06 23:33:00 +08:00
Michael
240da335c1
chore(i18n): update translation files ( #3042 )
...
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2024-03-05 11:44:51 +08:00
Steven
f9f277695d
chore: fix comment amount
2024-03-04 23:37:38 +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
ec206104e5
chore: tweak i18n locale
2024-03-04 23:23:14 +08:00
Steven
342f341b3d
chore: ignore import locale error
2024-03-04 13:16:55 +08:00
WonSeok
f46b64a17d
fix: check disallow public memo in Telegram( #3036 ) ( #3037 )
2024-03-04 11:24:09 +08:00
Steven
7d5f603482
chore: update compact view
2024-03-04 11:21:48 +08:00
Dubzer
f0a521f5b8
feat: improve theming ( #3032 )
...
Add color-scheme and dark scrollbar styles
2024-03-04 09:35:40 +08:00
Steven
59314cdf80
chore: add compact mode to memo view
2024-03-04 01:11:34 +08:00
Steven
ac0315334d
chore: update i18n locales imports
2024-03-04 00:05:27 +08:00
Steven
ac8a374ebd
chore: bump version
2024-03-03 23:45:52 +08:00
Steven
95b02341eb
chore: tweak logger
2024-03-03 23:45:32 +08:00
Steven
d34273b186
chore: update memo icons style
2024-03-03 16:41:03 +08:00
Steven
dcfb2b7de2
chore: tweak docs generate path
2024-03-03 15:05:42 +08:00
Steven
ebcf43c997
chore: update gomark.wasm
2024-03-03 14:56:40 +08:00
Steven
cfb50f19aa
chore: tweak linter
2024-03-03 14:23:21 +08:00
Steven
e441e3882b
chore: update error logger
2024-03-03 14:20:59 +08:00
Steven
c1da87a819
chore: update get request origin
2024-03-03 14:10:48 +08:00
jjaychen
3b089eeae3
fix: ignore "Tab" key down event when is composing in editor( #3026 ) ( #3027 )
2024-03-03 13:04:00 +08:00
Steven
9a8a1d017e
chore: add comments icon
2024-03-02 11:29:21 +08:00
Steven
7e23ceb242
chore: fix frontend linter
2024-03-01 19:39:24 +08:00
Steven
898b3c3779
chore: update gomark.wasm
2024-03-01 19:31:00 +08:00
Steven
8eb01adb6f
chore: go mod tidy
2024-02-29 23:56:20 +08:00
jg0312
621a8d4e20
chore: fix typo in build script's if statement ( #3017 )
...
missing 'i' in 'if' statement
2024-02-29 23:55:25 +08:00
Steven
dfa78cac49
chore: update logger
2024-02-29 23:54:43 +08:00
Steven
12f4d3a10d
chore: tweak default page size
2024-02-29 23:42:06 +08:00
Steven
00788bd8f8
chore: update actions
2024-02-29 09:21:55 +08:00
Steven
5f2a624c0c
chore: tweak imports order
2024-02-29 01:32:59 +08:00
Steven
3e50bee7da
chore: move api directory
2024-02-29 01:16:43 +08:00
Steven
1aa75847d6
chore: upgrade gomark
2024-02-29 01:07:53 +08:00
Steven
89a270cede
chore: add username to cache key
2024-02-28 00:34:55 +08:00
Xylit
5526355621
fix: dark mode tag selection and suggestion ( #3004 )
...
* fix: use correct higlight color on selecting a tag in darkmode
* fix: take scrolling into account in tab suggestion
Issue: When editing a long memo and editing a tag somewhere where the user has
to scroll down to, the tag suggestions would be out of place (too far down)
because the scrolling wouldn't be taken into account.
Fix: Substract the suggestions div by the scroll amount.
* fix: don't show tag suggestion when on '#'
Fixes this issue like this:
1. Text #tag text
^ backspace here
2. Text#tag text
^ space
3. Text #tag text
^ tag suggestion opens
2024-02-27 09:16:56 +08:00
ercd
1ae9bf23a0
fix: telegram callback query handler dereferencing nil pointer if memo not found ( #3003 )
...
* fix: telegram callback query handler dereferencing nil pointer if memo not found
* chore: add an answer to callback query if memo not found
2024-02-27 00:03:08 +08:00
Zhiyuan Zheng
51a7934616
fix: firefox/safari to redirect to /explore in HomeLayout ( #3001 )
2024-02-26 13:38:24 +08:00
Mr. Lin
8d08cfe1c9
fix: incorrectly checking whether registration is allowed in the login v1 api ( #2998 )
...
fix: Incorrectly checking whether registration is allowed in the login interface, resulting in the inability to log in through apiv1
2024-02-26 13:36:17 +08:00
Steven
b0f52ade7a
chore: remove metric service
2024-02-24 23:32:39 +08:00
Steven
222d04fb22
chore: add fuse to get tag suggestions
2024-02-24 11:02:46 +08:00
Steven
68468927dd
chore: tweak setting styles
2024-02-24 11:01:57 +08:00
Steven
dfe29ec766
chore: tweak route layout
2024-02-24 10:18:53 +08:00
Steven
db56e1b575
chore: fix user banner dropdown
2024-02-23 23:47:26 +08:00
Steven
5b92ac1775
chore: fix setting migrator
2024-02-23 09:16:34 +08:00
Steven
f2eb9f1b8f
chore: fix get workspace setting
2024-02-23 09:11:39 +08:00
Steven
e602aeecc1
fix: update workspace general setting
2024-02-23 09:08:49 +08:00