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>
9 months ago
johnnyjoy
cb569c99fd
chore: remove useCallback in fetching memo list
10 months ago
johnnyjoy
0a5111e4b0
chore: update i18n types definition
10 months ago
Cheng
2aa3795e50
fix: search conditions affected by pull-to-refresh ( #4159 )
10 months ago
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>
10 months ago
KidLoveToPlay
73d13cb97b
chore: style fix to #4151 ( #4153 )
...
* chore: apply styles to the correct month
* chore: style fix
10 months ago
KidLoveToPlay
97ef5a8871
chore: apply styles to the correct month ( #4151 )
10 months ago
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>
10 months ago
RoccoSmit
54ee2bf3ab
feat: show less when memo expanded ( #4143 )
...
* Added show less action and language files
* Renaming type as suggested in pr review
10 months ago
Steven
104948ae40
chore: set pull to refresh with screen size
10 months ago
nlfox
3cbccde67e
feat: add pull to refresh for PagedMemoList ( #4128 )
10 months ago
johnnyjoy
1424036ccd
chore: use for...of
10 months ago
Andy An
f6af564d4e
feat: enhancement on UI/UX on user statistic view part. ( #4122 )
...
Enhancement on UI/UX on user statistic view part.
10 months ago
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>
10 months ago
Steven
f007185b8f
chore: tweak form styles
10 months ago
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
11 months ago
Steven
ad50aec2db
chore: update activity calendar
11 months ago
Steven
67c1a46346
chore: remove html renderer sanitizes
11 months ago
Steven
57c00734e2
fix: frontend build
11 months ago
Ngô Quốc Đạt
e25792be9c
chore: update vi translations ( #4099 )
11 months ago
Steven
f5a0827a3f
chore: update explore translate of `zh-hans`
11 months ago
Steven
04c6e262c3
chore: align colors
11 months ago
Simon
f310207b9a
chore: update i18n Ukrainian ( #4096 )
...
* Update uk.json
* Update uk.json
11 months ago
Steven
b547720aa8
chore: add id to i18n locales
11 months ago
kiraware
3542a79420
feat: add Bahasa Indonesia (id) translation ( #4092 )
11 months ago
johnnyjoy
227cc26cb9
chore: align table styles for access token section
11 months ago
Steven
4b28dfddb6
fix: visibility selector overflow
11 months ago
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
11 months ago
Steven
67e474d4dd
fix: linter warning
11 months ago
Steven
c12425329b
chore: fix action buttons
11 months ago
Steven
db2b34a850
chore: update input source
11 months ago
Daniel Pinto
12bcf65f7d
locale: Add pt-PT translations ( #4064 )
...
* locale: Add pt-PT translations
* fix str
11 months ago
Steven
f373d8e88c
chore: update checkbox source
11 months ago
Steven
963706aebd
refactor: update button source
11 months ago
Steven
8635aed138
chore: update dependencies
11 months ago
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
11 months ago
RoccoSmit
2851f11302
fix: use UTC date for calendar filter ( #4046 )
11 months ago
johnnyjoy
7e48d13834
fix: workspace setting state
11 months ago
Steven
4fcc682a15
chore: add beta badge to relation graph
11 months ago
Steven
f9fec56560
chore: fix date picker position
11 months ago
johnnyjoy
2ebf3f2615
chore: fix math styles
11 months ago
johnnyjoy
cf1be81de2
feat: use date-picker instead of raw datetime input
11 months ago
johnnyjoy
199d5680e6
chore: update inbox messages style
11 months ago
johnnyjoy
435bd5c44f
fix: update relation graph checks
11 months ago
johnnyjoy
04d6329d0f
feat: use hash router to sub-setting pages
11 months ago
johnnyjoy
085995ec3d
chore: update setting title
11 months ago
johnnyjoy
c3cb3770cc
chore: tweak function names
11 months ago
d0zingcat
67dc9a3f0a
chore: allow quick unpin ( #4031 )
...
Signed-off-by: d0zingcat <leewtang@gmail.com>
11 months ago
Matteo Vollero
19098940f7
chore: check currentUser and redirect to index if logged ( #4021 )
...
* If to check currentUser and redirect to index if logged
* Moved check into useEffect
11 months ago
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>
11 months ago
Steven
68c2bd3837
chore: update memo relations
11 months ago
Steven
82da20e1c3
feat: implement graph of relations
11 months ago
Steven
952428c15d
chore: update default max height
11 months ago
Steven
cfe1765067
chore: tweak user statistics view
11 months ago
Steven
c4b52c68b5
fix: max height of memo content compact mode
11 months ago
Steven
60a0ead0fa
chore: add `ka-GE` locale
11 months ago
Aleksandre
69e93c1ab4
feat: support Georgian Language ( #4016 )
...
Create ge.json
Georgian language
11 months ago
RoccoSmit
35cf975e76
fix: apply system theme dynamically ( #4010 )
...
Remove appearance comparison
12 months ago
Steven
0b6f24a21a
chore: update task complete
12 months ago
Steven
2acad978d1
chore(frontend): add reactions setting
12 months ago
Steven
e527b6a878
feat: move reaction type to setting
12 months ago
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
12 months ago
Steven
dc15e8f30f
chore: implement memo metadata store
12 months ago
johnnyjoy
831c254d64
fix: update user fields
12 months ago
Steven
0b2f08ad15
fix: memo view
12 months ago
Steven
d11e7a3a9a
chore: remove duplicated requests
12 months ago
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
12 months ago
Xavier Hocquet
32123e0c21
feat: add month toggle on hover ( #3972 )
...
* Add month toggle on hover
* Lint
12 months ago
ElTopo
0ba36ed7e0
chore: updated zh-Hans.json from current version of en.json ( #3966 )
12 months ago
Steven
771a977c9f
chore: tweak words
12 months ago
Steven
cf4e660f41
chore: add memo location setting
1 year ago
Steven
95a50b6596
chore: tweak leaflet map
1 year ago
Steven
9c41c8d5c9
chore: fix marker icon
1 year ago
Steven
2837816ff7
chore: fix component state
1 year ago
Steven
b144faf43a
feat: add location selector
1 year ago
Steven
8b444be6ca
chore: update tag search
1 year ago
RoccoSmit
6cbe957db2
fix: show future relative dates ( #3946 )
...
Show future relative dates
1 year ago
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
1 year ago
Steven
ea881338a9
chore: add gradient block to compact mode
1 year ago
johnnyjoy
7817947f66
fix: clean duplicated requests
1 year ago
johnnyjoy
1f7a90cec4
chore: add spinner to paged memo list
1 year ago
johnnyjoy
339c38750f
refactor: paged memo list container
1 year ago
johnnyjoy
41976cb894
feat: update memo endpoints
1 year ago
Steven
ca213437e9
feat: implement nesting lists
1 year ago
thehijacker
f6ebfdf7f9
feat: update Slovenian translation ( #3935 )
...
Updated Slovenian translation
Co-authored-by: Andrej Kralj <andrej.kralj@t-2.com>
1 year ago
Steven
d663313ca2
chore: fix frontend linter
1 year ago
Steven
fbe0251eed
feat: impl list renderer
1 year ago
Zisu Zhang
b787d1c7b6
feat: support disable change username and nickname ( #3911 )
...
* feat: support disable change username and nickname
* chore: update UX
1 year ago
ti777777
6f3d5762ca
fix: iframe rendering ( #3916 )
...
* fix iframe rendering
* fix eslint check
1 year ago
RoccoSmit
42bc769d5d
fix: load server name and icon from settings ( #3908 )
1 year ago
Steven
76a9a343a5
chore: fix linter
1 year ago
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>
1 year ago
RoccoSmit
05d5fb4b04
chore: use translations for calendar days ( #3895 )
...
Use translations for calendar days
1 year ago
johnnyjoy
09586d032c
chore: fix user checks
1 year ago
Steven
fe01d68d2a
fix: user role checks
1 year ago
johnnyjoy
40d59fc47a
chore: fix user role checks
1 year ago
johnnyjoy
7a9f61967d
feat: allow admin users to update other memos
1 year ago
johnnyjoy
8c6682bd77
chore: regenerate apidocs
1 year ago
Steven
20570fc771
refactor: resource thumbnail
1 year ago
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>
1 year ago
Steven
710961d336
chore: fix text color in dark mode
1 year ago
Steven
bb86482b71
chore: tweak setting name
1 year ago
Steven
f0abd792c7
chore: update auth service
1 year ago
Steven
1167df29d8
feat: add security related settings
1 year ago
Steven
4e5810e205
chore: update workspace setting section
1 year ago
Steven
a8ea28066e
chore: retire export memos
1 year ago
Michel Heusschen
2dbf92f7f1
perf: reduce bundle size by 21% with direct icon imports ( #3844 )
1 year ago
Steven
de980fb7d7
chore: update setting display name
1 year ago
RoccoSmit
eca9649be3
fix: cancel removes memo cache ( #3826 )
...
Clear local storage record of memo changes if chanes to a memo are cancelled
1 year ago
Steven
f4d6675363
chore: add enable memo comment setting
1 year ago
Steven
3c5aa41a78
feat: implement week start day setting
1 year ago
Steven
1ae3afc0ba
chore: tweak memo relation popover
1 year ago
Jakub Wołynko
18db78172c
feat: add translation for collapse/expand button and update polish locale ( #3811 )
...
add: collapse, expand, polish locale
1 year ago
Steven
aae3e8ae64
chore: update memo property checks
1 year ago
Steven
506d2ed8ca
chore: tweak menu style
1 year ago
Steven
9a27fdf855
chore: tweak load more button
1 year ago
Mykal Machon
c0826c43b0
fix: explicitly disabling `autocapitalize` and `spellcheck` ( #3797 )
...
fix #3747 : removing autocapitalize and spellcheck
1 year ago
Steven
04b4fa1d02
chore: tweak icon button container
1 year ago
Steven
61b8cee31d
chore: retire preview markdown dialog
1 year ago
Steven
4ad6028681
refactor: use popover instead of dialog for memo relations
1 year ago
Steven
158745704e
feat: add memo display setting menu
1 year ago
Steven
21f18f7c56
chore: tweak activity service definition
1 year ago
Steven
26fa172641
chore(frontend): add order by time asc
1 year ago
Steven
14194504ee
chore: remove unused classnames
1 year ago
Steven
444ccc03ed
chore: tweak default title
1 year ago
Steven
a1083e648f
chore: fix resource display time
1 year ago
Steven
4b415e519e
chore: tweak demo data
1 year ago
Steven
a50f3b9382
chore: fix memos sorting
1 year ago
Steven
8bf7cdfd31
feat: add password auth flag
1 year ago
Steven
b9006f8ce0
chore: tweak date utils
1 year ago
Steven
3d63d9d5fb
chore: fix activity stats
1 year ago
Steven
139090fb8f
chore: fix calendar timestamps
1 year ago
Steven
edc3b578d6
feat: implement search multi tags
1 year ago
Steven
c6a09d9353
chore: update memo filter styles
1 year ago
Steven
cd38ec93ed
feat: implement memo filters
1 year ago
Steven
b3b4aa9ddb
chore: remove unused code
1 year ago
Steven
c313596144
feat: update memo editor
1 year ago
Steven
10c9bb081b
chore: retire timeline page
1 year ago
Steven
c4a24bead6
chore(frontend): tweak memo relations
1 year ago
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
1 year ago
Steven
5704aaad08
chore: tweak embeded memo style
1 year ago
Steven
ef7e2151dc
chore: update memo relation list
1 year ago
Steven
e2fd79200e
feat: implement inline memo editor
1 year ago
Steven
956f21838d
chore: fix popover z-index
1 year ago
Steven
878fea5f13
chore: use popover for update tag view setting
1 year ago
Steven
f2cfc528a6
chore: introduce tag view option
1 year ago
Johnny
9909fd8a6f
feat: add snippet field to memo message ( #3689 )
1 year ago
Johnny
bcb8843245
chore: implement stringify markdown nodes endpoint ( #3688 )
1 year ago
Johnny
7c9e54afbd
chore: update disallow public visibility setting name ( #3687 )
1 year ago
Steven
f374169a2b
feat: implement html element renderer
1 year ago
Johnny
4ff3b89a8e
chore: update i18n from Weblate ( #3680 )
...
* Added translation using Weblate (Catalan)
* Translated using Weblate (Catalan)
Currently translated at 25.0% (65 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ca/
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
---------
Co-authored-by: Carles Mateu <carlesm@carlesm.com>
Co-authored-by: Ezmana <ezmana.land@gmail.com>
1 year ago
Johnny
5a196e2f1a
feat: update gomark version ( #3679 )
1 year ago
Steven
457cf92cc1
feat(api): implement get resource by uid
1 year ago
Steven
1ab2c89408
feat(api): implement get memo by uid
1 year ago
Steven
626c972d9c
chore: add properties to memo detail sidebar
1 year ago
Johnny
5e3ed201b4
fix: update mask of update memo ( #3659 )
1 year ago
Johnny
eccddb1154
chore: add create time to memo detail sidebar ( #3657 )
1 year ago
Johnny
4d2b953e23
chore: add enable link preview setting to memo related settings ( #3647 )
1 year ago
Steven
1ad5d9bf0a
chore: update confirm dialog
1 year ago
Steven
291b815653
feat: implement memo detail sidebar
1 year ago
Steven
05c6edfe2f
chore: tweak auth pages
1 year ago
Johnny
736637a362
feat: add public flag instead of system setting to enable signup ( #3589 )
1 year ago
Steven
da603053f2
chore: add th locale
1 year ago
boojack
edda6ea4bd
chore: update i18n with Weblate ( #3540 )
...
* Added translation using Weblate (Thai)
* Translated using Weblate (Thai)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/th/
---------
Co-authored-by: NeneNeko <lennon.rin@gmail.com>
1 year ago
boojack
7b7ecc2daa
chore: update i18n with Weblate ( #3533 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Yuri <isyuricunha@duck.com>
1 year ago
Steven
076aa2f8aa
chore: remove memo filter
1 year ago
Steven
d159975994
chore: update statistics view
1 year ago
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>
1 year ago
Steven
7375b87967
chore: tweak tooltips
1 year ago
Steven
d0ac866eb1
chore: update statistics view
1 year ago
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>
1 year ago
Martin MacDonald
2ebd5c64bd
fix: copy by reference ( #3517 )
...
* Fixed issue with copy by reference
* Fixed linting issues
---------
Co-authored-by: Martin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
1 year ago
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>
1 year ago
Steven
e8ed437ca3
fix: purify html before render
1 year ago
Steven
2b49025f4a
chore: update memo filters
1 year ago
Steven
e40b39033f
chore: fix compact default value
1 year ago
Michael
616f306efe
chore: update i18n with Weblate ( #3509 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: ti777777 <ti12272198686@yahoo.com.tw>
1 year ago
Michael
c484b09c4c
chore: update i18n with Weblate ( #3499 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (260 of 260 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
8c0bee3840
chore: tweak refresh button
1 year ago
Steven
4e54ec38ff
chore: update memo related settings
1 year ago
Steven
0657a1ef5b
chore: fix memo editor cache
1 year ago
Michael
48546f05b3
chore: update i18n with Weblate ( #3492 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (259 of 259 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Apply suggestions from code review
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Steven
08a9291964
chore: update timeline filters
1 year ago
Steven
b215426623
chore: update general setting
1 year ago
Michael
f2b708c1b8
chore: update i18n with Weblate ( #3483 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (257 of 257 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Ramazan SANCAR <ramazansancar4545@gmail.com>
1 year ago
Steven
0f4b7c5f4a
feat: add more memo settings
1 year ago
Steven
1894ef161f
chore: fix content search
1 year ago
Michael
98eb57b370
chore: update translation files ( #3481 )
...
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>
1 year ago
Steven
cf70867470
chore: update tag section
1 year ago
Steven
719c22fef8
chore: update i18n
1 year ago
Steven
cbf556fee5
chore: fix memo cache key
1 year ago
Steven
93e848d170
chore: tweak root redirector
1 year ago
Steven
60b5b4815d
chore: fix imports
1 year ago
Steven
0275a65781
chore: add last visited page
1 year ago
Steven
f0e5a72271
feat: update search memo filter
1 year ago
Steven
ba0876a563
feat: update statistics view
1 year ago
Steven
1ccfa81cf3
chore: tweak common function
1 year ago
quaintdev
af71ac49bb
feat(i18n): added marathi(mr) translations ( #3449 )
1 year ago
Steven
7d6dbb9487
fix: link hover handler
1 year ago
Steven
e0600388b2
chore: implement memo property endpoint
1 year ago
Steven
16d3de63c2
chore: update resource binary endpoint
1 year ago
Michael
2c50d3469e
chore: update i18n with weblate ( #3435 )
...
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 58.0% (148 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/uk/
---------
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: Gregory Malets <gregory.malets@gmail.com>
1 year ago
Steven
21838d0aae
chore: fix editor autocomplete
1 year ago
Michael
8f6d38719f
chore: update i18n from Weblate ( #3399 )
...
* Added translation using Weblate (Marathi)
* Translated using Weblate (Marathi)
Currently translated at 22.7% (58 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/mr/
---------
Co-authored-by: quaintdev <accounts@rohanrd.xyz>
1 year ago
Steven
c25c57ab61
feat: support updating display time
1 year ago
Steven
0c251f9ab8
chore: fix resource delete handler
1 year ago
Steven
3e5e5b1f80
chore: fix search memos
1 year ago
Steven
c8ff3fa2ee
chore: fix uploading flag
1 year ago
Steven
9265b8e2bd
chore: update tags filter
1 year ago
Steven
2317204c50
fix: list idp
1 year ago
Steven
c561362d62
feat: implement memo property
1 year ago
Steven
31e07c083d
chore: fix types
1 year ago
Steven
b8763905ba
chore: tweak naming
1 year ago
Michael
62705fed39
chore: translated using Weblate (French) ( #3358 )
...
Translated using Weblate (French)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Ezmana <ezmana.land@gmail.com>
1 year ago
Michael
6c481743de
chore: translated using Weblate (Turkish) ( #3356 )
...
Translated using Weblate (Turkish)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
83b9ea45b9
chore: tweak dark mode styles
1 year ago
Steven
f79554371d
chore: retire share dialog
1 year ago
Steven
eda1983964
chore: return workspace setting with default value
1 year ago
Michael
ee984a8872
chore: translated using Weblate (Chinese (Simplified)) ( #3345 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Michael
a15025303b
chore: update i18n with Weblate ( #3339 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.6% (254 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
1 year ago
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
1 year ago
Steven
5f207c8f0c
fix: math overflow
1 year ago
Michael
fe5a0fe98a
chore: update i18n with Weblate ( #3335 )
...
* Translated using Weblate (Japanese)
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (255 of 255 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* 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: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
1 year ago
Steven
584c669068
chore: tweak max width
1 year ago
Steven
46a085f8df
chore: add datepicker to timeline
1 year ago
Steven
e7a788fa71
chore: tweak memo detail page
1 year ago
Steven
deae53c1f1
chore: add dayjs to fix datetime format in safari
1 year ago
Steven
1d99dad435
feat: update timeline page
1 year ago
Steven
33133ea1a3
chore: tweak searchbar styles
1 year ago
Steven
a4235bb4bf
chore: tweak tags style
1 year ago
Michael
4e12744811
chore: update translation files ( #3332 )
...
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>
1 year ago
Steven
40a5503d45
chore: tweak i18n locales
1 year ago
Michael
d57e7d5a0b
chore: update translation files ( #3331 )
...
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>
1 year ago
Steven
d0655ece53
refactor: update memo tags
1 year ago
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.
1 year ago
Steven
d355e2c631
chore: tweak tags section
1 year ago
Steven
f9258e41a0
chore: tweak max width
1 year ago
Michael
b0ecb72eaa
chore: translated using Weblate (Hungarian) ( #3312 )
...
Translated using Weblate (Hungarian)
Currently translated at 98.6% (299 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/hu/
Co-authored-by: Vermunds <33235701+Vermunds@users.noreply.github.com>
1 year ago
Steven
af1ad2f2db
chore: add memo content length limit setting
1 year ago
Nabiel Omar Syarif
56ceba2dec
fix: fix deleting tag from tag lists ( #3311 )
1 year ago
Steven
e32a585bbf
chore: update resource dashboard
1 year ago
Michael
da535c8dc6
chore: translated using Weblate (Chinese (Simplified)) ( #3307 )
...
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Co-authored-by: Sung Kim <1740603900@qq.com>
1 year ago
Steven
10c57167cc
chore: remove unused flags
1 year ago
Steven
26545c855c
refactor: implement s3 storage
1 year ago
Michael
355ea352aa
chore: translated using Weblate (Chinese (Traditional)) ( #3304 )
...
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (303 of 303 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (303 of 303 strings)
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
Translation: memos-i18n/i18n
Co-authored-by: Yuri <isyuricunha@duck.com>
1 year ago
Steven
144269fbbc
chore: fix router
1 year ago
Steven
590b626052
chore: update upload resources button
1 year ago
Steven
ff175bbb7e
refactor: update resource binary request handler
1 year ago
Steven
33f52320f7
fix: remove lazy import components
1 year ago
Steven
8a3845ff54
chore: remove external resource dialog
1 year ago
Steven
155c5baf2c
refactor: add markdown service
1 year ago
Steven
4338234641
chore: retire storage related functions
1 year ago
Steven
320963098f
refactor: update storage setting
1 year ago
Steven
d8aeec993c
chore: replace classnames with clsx
1 year ago
Steven
1b291422e7
refactor: api version
1 year ago
Steven
8bba7f706e
chore: update IME mode checks
1 year ago
Steven
f9942002f9
chore: fix linter
1 year ago
Steven
92872118b9
refactor: tweak api definition
1 year ago
Steven
9b66ef5e26
chore: tweak api definition
1 year ago
Michael
cc2370e01e
chore: update i18n with Weblate ( #3287 )
...
* Translated using Weblate (Japanese)
Currently translated at 91.0% (276 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: mirukupc <mirukupc.jp@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Steven
647602beac
chore: update link preview
1 year ago
Steven
81d24f32a7
fix: memo comment keys
1 year ago
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>
1 year ago
Steven
205bf7ed0e
chore: update link target
1 year ago
Steven
cdcb61da17
chore: fix update storage
1 year ago
Michael
7f9af9b12c
chore: translated using Weblate (French) ( #3272 )
...
Translated using Weblate (French)
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Alexis <alexisl61@outlook.fr>
1 year ago
Michael
761b4e115b
chore: translated using Weblate (English) ( #3259 )
...
Translated using Weblate (English)
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/en/
Co-authored-by: noxonad <noxonad@proton.me>
1 year ago
刘明野
06a79a2e37
fix: tag dependencies ( #3251 )
...
fix: 修改tag名称后重新请求数据
1 year ago
Michael
330cc3dc89
chore: translated using Weblate (French) ( #3249 )
...
Translated using Weblate (French)
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Alexis <alexisl61@outlook.fr>
1 year ago
Steven
339fecbfff
chore: allow search comments
1 year ago
Michael
00d25b12c1
chore: translated using Weblate (Russian) ( #3245 )
...
Translated using Weblate (Russian)
Currently translated at 90.4% (274 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ru/
Co-authored-by: sergeybutakov <pushkagun@gmail.com>
1 year ago
Michael
404751f378
chore: update i18n with Weblate ( #3230 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (303 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (302 of 303 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
1 year ago
Steven
f9dd29ae07
chore: tweak tag store
1 year ago
Steven
1f0bfd2169
chore: update tag store
1 year ago
Michael
4aa72306ff
chore: update i18n with Weblate ( #3227 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (308 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (307 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* 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: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
1 year ago
Steven
cb7886dc49
chore: retire telegram integration in frontend
1 year ago
Steven
c373131b89
chore: migrate idp service
1 year ago
Steven
8f51529c78
chore: implement storage service
1 year ago
Steven
707e5caf89
chore: update workspace setting store
1 year ago
Michael
17e8fc5408
chore: update i18n with Weblate ( #3220 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (302 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 98.0% (302 of 308 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
1 year ago
Steven
f5461264c5
chore: fix dialog background color
1 year ago
Michael
e2ae32063e
chore: translated using Weblate (Turkish) ( #3215 )
...
Translated using Weblate (Turkish)
Currently translated at 100.0% (300 of 300 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
133951328b
chore: fix linter
1 year ago
imikod
257b8add8c
chore: localization improvements ( #3213 )
...
* localization improvements
* typo fix
* fix linting error
1 year ago
Steven
755d5b83c6
chore: retire legacy setting api
1 year ago
Steven
3e6e56b008
refactor: update workspace store definition
1 year ago
Steven
6d842711e2
chore: fix dependencies
1 year ago
Michael
af954db473
chore: update i18n with Weblate ( #3201 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (299 of 299 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (299 of 299 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (299 of 299 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (299 of 299 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
1 year ago
Dubzer
8ee56bd29f
feat: add code wrapping option on mobile devices ( #3196 )
...
* feat: add code wrapping option on mobile devices
* Minor changes
* oopsie
1 year ago
Steven
58ae3217ff
chore: update auth callback messages
1 year ago
Steven
6028838f03
chore: update component name
1 year ago
Michael
000b3a7a2c
chore: update i18n with weblate ( #3195 )
...
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>
1 year ago
Steven
bbdd40b2b0
chore: add placeholder to comment editor
1 year ago
imikod
8356ebc46b
chore: improve localization ( #3190 )
...
* improve localization
* follow suggestion
1 year ago
Steven
fc95876617
chore: update memo creator display
1 year ago
Steven
6d10251cbd
feat: impl list syntax auto complete to editor
1 year ago
Steven
436a6cb084
chore: fix text truncate
1 year ago
imikod
90ed908d2e
fix: set navigation icons to not shrink ( #3186 )
1 year ago
Steven
756ab71302
chore: tweak truncate styles
1 year ago
Steven
a6b09aa5b1
chore: add confirm dialog for disable password login setting
1 year ago
Michael
b5893aa60b
chore: update i18n with Weblate ( #3183 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (295 of 295 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (295 of 295 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/tr/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: Oğuz Han <h4n.3545@gmail.com>
1 year ago
Steven
bedf3b3025
chore: tweak embedded memo styles
1 year ago
The Anh Nguyen
09ffa7b818
chore: fix memo link ( #3173 )
1 year ago
Steven
ba7dbc1fca
chore: fix task node click handler
1 year ago
Steven
b1297f5d01
chore: tweak linter
2 years ago
Steven
33e9b13665
chore: tweak linter
2 years ago
Steven
b79f626a74
chore: fix memo comment inbox
2 years ago
Michael
ec35a42fb5
chore: update i18n with Weblate ( #3168 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (295 of 295 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (295 of 295 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98.3% (290 of 295 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
Co-authored-by: Coisini-H <2972186196@qq.com>
2 years ago
Michael
98c9ab70e2
chore: update translation files ( #3166 )
...
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>
2 years ago
Steven
edc7645086
chore: fix linter
2 years ago
Steven
4d62ed46cc
chore: tweak words
2 years ago
The Anh Nguyen
2fe6d606ec
feat: handle restore memo when is in archived memo detail page ( #3165 )
2 years ago
Steven
c8baeb86ec
chore: fix memo links
2 years ago
The Anh Nguyen
9a88e00df0
fix: link embedded content to uid instead of name ( #3164 )
2 years ago
Steven
54a3c25ebd
chore: update memo resource name definition
2 years ago
Steven
d84a88e805
chore: fix linter
2 years ago
Steven
5ab845d92e
chore: fix linter
2 years ago
Steven
4f7a6cd6cc
chore: fix default logo url
2 years ago
Steven
c7aaf791e6
chore: tweak props naming
2 years ago
Michael
239348c403
chore: update i18n with Weblate ( #3162 )
...
* Translated using Weblate (Russian)
Currently translated at 85.1% (252 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ru/
* Translated using Weblate (Vietnamese)
Currently translated at 91.8% (272 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/vi/
---------
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: The Anh Nguyen <anhntdev0@gmail.com>
2 years ago
Michael
9f803aa9bb
chore: translated using Weblate (Russian) ( #3161 )
...
Translated using Weblate (Russian)
Currently translated at 85.1% (252 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ru/
Co-authored-by: xyznetsov <invisiblesun2016@yandex.ru>
2 years ago
Steven
200a0d3e2b
fix: memo relations
2 years ago
Steven
ea6628066d
chore: update sidebar components
2 years ago
Steven
526f46807e
chore: tweak user list display
2 years ago
Michael
bfaf06582c
chore: translated using Weblate (Portuguese (Brazil)) ( #3157 )
...
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (296 of 296 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>
2 years ago
Steven
7331c598df
fix: edit account dialog fields
2 years ago
The Anh Nguyen
f7a445ac8b
chore: update Vietnamese translation ( #3155 )
2 years ago
Steven
90679cc33a
chore: add explore sidebar
2 years ago
Steven
192ee7acc0
chore: fix memo link
2 years ago
Michael
7d94256a2a
chore: update i18n with Weblate ( #3152 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98.3% (291 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98.3% (291 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Co-authored-by: Coisini-H <2972186196@qq.com>
2 years ago
Michael
aed4c1392d
chore: update i18n with Weblate ( #3151 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (296 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 98.3% (291 of 296 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hant/
---------
Co-authored-by: Coisini-H <2972186196@qq.com>
2 years 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>
2 years ago
Steven
16cfef32d6
chore: tweak statistics translation
2 years ago
Steven
f637deacfc
chore: tweak tag list
2 years ago
Steven
d460e6bf41
fix: link node
2 years ago
Steven
d1e8af48c0
chore: tweak memo view styles
2 years ago
Steven
005305cd9a
chore: update relative time display
2 years ago
Steven
18d16abdb5
chore: update workspace service
2 years ago
Steven
1d83c68cb5
chore: update type definitions
2 years ago
Michael
861a1e4c9b
chore: update i18n with Weblate ( #3115 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (293 of 293 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (293 of 293 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Coisini-H <2972186196@qq.com>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
2 years ago
Steven
7c5261b5d2
chore: tweak resource definition
2 years ago
Steven
7cc8b951a3
refactor: update resource id naming
2 years ago
Steven
a3a4e37cb0
chore: update memo content styles
2 years ago
Steven
76c936357b
chore: fix resource link
2 years ago
Steven
96a7d0eb25
chore: tweak line height
2 years ago
Steven
ed89cb8310
chore: update memo relation definition
2 years ago
Steven
722e356044
chore: update memo store
2 years ago
Steven
5f2d6b22be
chore: tweak memo structure
2 years ago
Steven
86db6d0254
chore: tweak user api definition
2 years ago
Steven
f3fb5e0c60
chore: tweak route enum
2 years ago
Steven
cf207df672
chore: tweak link styles
2 years ago
Michael
5dd1251d1e
chore: update i18n with Weblate ( #3109 )
...
* Translated using Weblate (Japanese)
Currently translated at 95.2% (279 of 293 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (293 of 293 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
---------
Co-authored-by: Somme4096 <somme4096@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2 years ago
sunxunle
ea104a5e54
chore: fix typo ( #3106 )
2 years ago
Steven
335a0312f2
chore: tweak link styles
2 years ago
Mehad Nadeem
9c1e2f8137
feat: implemented link previews (frontend files) ( #3074 )
...
* feat: implmented link previews (frontend files)
* chore: updated frontend side for Link Previews
* chore: updated frontend gen types with the renamed (server) service file
* fix: passing errors
* chore: switched to using generated type instead of separate fields
* fix: passing linter error
* chore: updated Link.tsx
* chore: using `useResponsiveWidth` to render for different devices
* chore: refactored Link.tsx
2 years ago
Steven
0f48cfbb4e
chore: tweak padding styles
2 years ago
Steven
ab136e3310
chore: tweak styles
2 years ago
Michael
21af2a004d
chore: translated using Weblate (French) ( #3099 )
...
Translated using Weblate (French)
Currently translated at 100.0% (293 of 293 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
Co-authored-by: Ezmana <ezmana.land@gmail.com>
2 years ago
Steven
115b5551b3
chore: tweak default avatar
2 years ago
Steven
15be18fa85
chore: update compace mode handler
2 years ago
Steven
9ce381abb9
chore: tweak user profile
2 years ago
Steven
2516431b20
chore: tweak memo content styles
2 years ago
Steven
ded4da07a3
feat: use @github/relative-time-element to display time
2 years ago
Steven
e795149186
chore: tweak memo view display
2 years ago
boojack
7c1510e7a9
chore: update i18n with Weblate ( #3090 )
...
* Translated using Weblate (Spanish)
Currently translated at 95.4% (293 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/es/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (307 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* 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: Hisiste <aditooliva@gmail.com>
Co-authored-by: keocheung <keocheung@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
2 years ago
Steven
e5fc107920
chore: tweak i18n locales
2 years ago
Mario Gómez
425e85f0f9
chore: fix spanish typos ( #3083 )
2 years ago
Michael
9ffc1515f4
chore: update i18n with Weblate ( #3079 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (307 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (307 of 307 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/zh_Hans/
---------
Co-authored-by: Matsuri <matsuri@vmoe.info>
Co-authored-by: keocheung <keocheung@outlook.com>
2 years ago
steven
8cdc0c7ffa
chore: add delete tag action
2 years ago
zty
999a05307e
fix: body overflow styles #3056
...
Co-authored-by: zty <zty.dev@outlook.com>
2 years ago
steven
77bafba682
chore: update gomark.wasm
2 years ago
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>
2 years ago
Steven
ed4b48c54f
chore: update gomark.wasm
2 years ago
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>
2 years ago
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>
2 years ago
Steven
f9f277695d
chore: fix comment amount
2 years 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>
2 years ago
Steven
ec206104e5
chore: tweak i18n locale
2 years ago
Steven
342f341b3d
chore: ignore import locale error
2 years ago
Steven
7d5f603482
chore: update compact view
2 years ago
Dubzer
f0a521f5b8
feat: improve theming ( #3032 )
...
Add color-scheme and dark scrollbar styles
2 years ago
Steven
59314cdf80
chore: add compact mode to memo view
2 years ago
Steven
ac0315334d
chore: update i18n locales imports
2 years ago
Steven
d34273b186
chore: update memo icons style
2 years ago
Steven
ebcf43c997
chore: update gomark.wasm
2 years ago
jjaychen
3b089eeae3
fix: ignore "Tab" key down event when is composing in editor( #3026 ) ( #3027 )
2 years ago
Steven
9a8a1d017e
chore: add comments icon
2 years ago
Steven
7e23ceb242
chore: fix frontend linter
2 years ago
Steven
898b3c3779
chore: update gomark.wasm
2 years ago
Steven
12f4d3a10d
chore: tweak default page size
2 years ago
Steven
1aa75847d6
chore: upgrade gomark
2 years ago
Steven
89a270cede
chore: add username to cache key
2 years ago
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
2 years ago
Zhiyuan Zheng
51a7934616
fix: firefox/safari to redirect to /explore in HomeLayout ( #3001 )
2 years ago
Steven
222d04fb22
chore: add fuse to get tag suggestions
2 years ago
Steven
68468927dd
chore: tweak setting styles
2 years ago
Steven
dfe29ec766
chore: tweak route layout
2 years ago
Steven
db56e1b575
chore: fix user banner dropdown
2 years ago
Steven
f2eb9f1b8f
chore: fix get workspace setting
2 years ago
Steven
e602aeecc1
fix: update workspace general setting
2 years ago