Commit Graph

2549 Commits (26545c855c0c057affa84f3e0bd6755dd4de1551)
 

Author SHA1 Message Date
Steven 90679cc33a chore: add explore sidebar 11 months ago
Steven 192ee7acc0 chore: fix memo link 11 months 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>
11 months 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>
11 months ago
Paul 3605efc4d1
chore: removed sanitization logic (#3147)
* removed sanitization logic

* to avoid lint err
11 months 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>
11 months ago
Steven 2ebea4dba9 chore: fix workspace profile api 11 months ago
Steven 16cfef32d6 chore: tweak statistics translation 11 months ago
Steven f637deacfc chore: tweak tag list 11 months ago
Steven a07805907b chore: fix action run 11 months ago
Steven 2e87da4927 chore: update frontend dependencies 11 months ago
Steven d460e6bf41 fix: link node 11 months ago
Steven e703b4f70d fix: resource v1 definition 11 months ago
Steven be525fa3df chore: fix migration script 11 months ago
Steven d1e8af48c0 chore: tweak memo view styles 11 months ago
Steven 005305cd9a chore: update relative time display 11 months ago
Steven 8fd1dff484 chore: update migration scripts 11 months ago
Steven c5fa4fe304 chore: tweak imports order 11 months ago
Steven 8f37d7490c chore: fix linter 11 months ago
Steven 18d16abdb5 chore: update workspace service 11 months ago
Steven 1d83c68cb5 chore: update type definitions 12 months 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>
12 months ago
Steven 26e5b70483 chore: upgrade frontend dependencies 12 months ago
Steven 7c5261b5d2 chore: tweak resource definition 12 months ago
Steven 7cc8b951a3 refactor: update resource id naming 12 months ago
Steven a3a4e37cb0 chore: update memo content styles 12 months ago
Steven 76c936357b chore: fix resource link 12 months ago
Steven 6db427e396 chore: update acl list 12 months ago
Steven 0a0ccbf6e1 chore: update acl list 12 months ago
Steven 96a7d0eb25 chore: tweak line height 12 months ago
Steven ed89cb8310 chore: update memo relation definition 12 months ago
Steven 722e356044 chore: update memo store 12 months ago
Steven efb15a0453 chore: tweak naming 12 months ago
Steven 5f2d6b22be chore: tweak memo structure 12 months ago
Steven 2dc8ed773c chore: tweak linter 12 months ago
Steven 86db6d0254 chore: tweak user api definition 12 months ago
Steven f3fb5e0c60 chore: tweak route enum 12 months ago
Steven 1e43c8d84b chore: disallow update workspace setting in demo mode 12 months ago
Steven cf207df672 chore: tweak link styles 12 months 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>
12 months ago
sunxunle ea104a5e54
chore: fix typo (#3106) 12 months ago
Steven 335a0312f2 chore: tweak link styles 12 months 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
12 months ago
Steven 14479347d8 chore: remove demo checks 12 months ago
Steven 0f48cfbb4e chore: tweak padding styles 12 months ago
Steven 606a30640d fix: check username in signup 12 months ago
Steven ab136e3310 chore: tweak styles 12 months 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>
12 months ago
Steven 115b5551b3 chore: tweak default avatar 12 months ago
Steven 15be18fa85 chore: update compace mode handler 12 months ago