Commit Graph

1145 Commits (d0815f586e948c36c70a58eae406e7a3135bb7a1)
 

Author SHA1 Message Date
boojack ef8981794e
chore: restore dockerfile (#841) 2 years ago
boojack e52d77b2c4
chore: restore lockfile (#840) 2 years ago
boojack 1d2953b1b1
chore: downgrade joy-ui version (#839) 2 years ago
boojack d702eaa625
chore: update dockerfile (#838) 2 years ago
boojack 50811c3064
chore: update `yarn.lock` (#837) 2 years ago
boojack 99d9cc9168
fix: set csp header only for resource (#836) 2 years ago
boojack 119603da5d
chore: upgrade version to `0.9.0` (#835) 2 years ago
boojack f6039f2eb9
chore: update dialog title (#834) 2 years ago
boojack 65cc19c12e
chore: add escape to prevent XSS (#833) 2 years ago
boojack c07b4a57ca
feat: add secure middleware (#832) 2 years ago
boojack dca35bde87
fix: disable decode patch id (#831) 2 years ago
boojack 9f25badde3
chore: update logo format to png (#830) 2 years ago
boojack 7efa749c66
feat: customize system profile (#828) 2 years ago
boojack 72daa4e1d6
feat: support heading syntax (#827) 2 years ago
ChasLui 54702db9ba
feat: prevent page jitter caused by the presence of scroll bars (#808) 2 years ago
Zeng1998 41ad084489
fix: fix css of input placeholder in auth page (#824) 2 years ago
boojack 2fb171e069
chore: update create tag dialog style (#818)
* chore: update create tag dialog

* chore: update
2 years ago
boojack 201c0b020d
chore: update seed data for tag (#817)
* chore: update seed data

* chore: add `_journal_mode` for SQLite

* chore: update create tag dialog
2 years ago
boojack b6f19ca093
feat: upsert tag based content (#816)
* feat: upsert tag based content

* chore: update
2 years ago
boojack 68a77b6e1f
feat: create tag dialog (#814) 2 years ago
boojack e4a8a4d708
feat: tag table (#811)
* feat: tag table

* chore: update

* chore: update
2 years ago
boojack ab07c91d42
feat: update marked (#810) 2 years ago
ChasLui 1838e616fd
feat: show active panel when searchBar is in focus (#806)
* feat: Show active panel when searchBar is in focus

* refactor: rename
2 years ago
M. Gschwandtner 90d0ccc2e8
feat: add arm/v7 to buildx platforms (#802)
added arm/v7 to buildx platforms

Co-authored-by: M. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
2 years ago
ChasLui 358a5c0ed9
feat: press cmd+f to focus on the search bar (#800) 2 years ago
ChasLui 40f39fd66c
feat: use shift+tab to unindent (#799)
* feat: Use shift+tab to unindent, just like vscode

* fix: shit+tab return
2 years ago
Jasper Platenburg 3b41976866
feat: implement plurals for stats (#783)
* implement plurals for stats

* renamed variables

* modified according to 18n guide
2 years ago
PublicHer0 a23de50bb8
feat: update spanish locale (#786)
* Adding spanish version

* update spanish locale

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Jasper Platenburg 6596e6893e
feat: implement translation for days (#784)
implement trranslation for weekdays

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
ChasLui b6fe4d914e
fix: incorrect cursor when text is selected in range (#797) 2 years ago
ChasLui 3c2cd43d28
fix: shortcuts should exclude the shift judgment (#796)
* fix: Shortcuts should exclude the shift judgment

* fix: eslint
2 years ago
ChasLui 2658b1fd09
feat: support `command + k` shortcuts insert []() (#793)
* feat: support `command + k` shortcuts insert []()

* fix: eslint

* fix: clear code

* fix: eslint

* feat: insert [](url)

* refactor: rename param

* fix: eslint
2 years ago
Zeng1998 b7df1f5bbf
feat: matching punctuation (#791) 2 years ago
ChasLui a0face6695
feat: update i18n (#790)
* feat: tag type i18n

* feat: custom server dialog i18n

* feat: i18n resources name

* feat: i18n toast

* fix: eslint

* eslint: fix

* fix: eslint

* fix: eslint
2 years ago
boojack c177db69d5
chore: update tag regexp (#785) 2 years ago
boojack b704c20809
chore: return raw text for html (#782) 2 years ago
boojack 6c17f94ef6
fix: max open conns for SQLite (#781) 2 years ago
lujiefsi 726285e634
chore: restrict the html file (#749)
* restrict the html file

* replace spaces with table

* remove space
2 years ago
Zeng1998 bd6ab71d41
chore: remove unused state (#780) 2 years ago
boojack b67ed1ee13
feat: customize system profile (#774)
* feat: system setting for customized profile

* chore: update

* feat: update frontend

* chore: update
2 years ago
Zeng1998 55695f2189
feat: `esc` key to exit multiple dialogs (#692)
* fix: `esc` key to exit multiple dialogs

* update

* update

* update

* Update web/src/components/Dialog/BaseDialog.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
boojack e79d67d127
chore: update readme with deploy guides (#771) 2 years ago
ajstephens1995 1d9ef9813a
docs: guide to deploy memos with render for beginners (#769) 2 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
2 years ago
boojack bd00fa798d
chore: simplify ordered list in editor (#767)
chore: simplify editor
2 years ago
Zeng1998 a41745c9ae
feat: editor enhancement for order list (#763) 2 years ago
M. Gschwandtner 1eec474007
fix: heatmap popup showing after logging out (#761)
* fix for heatmap popup showing after logging out

* moved node.remove to component unmount

* Update web/src/components/UsageHeatMap.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

Co-authored-by: M. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Stephen Zhou 83e5278b51
fix: dialog close when draging from in to out (#760) 2 years ago
boojack a8751af6b5
fix: memo list padding bottom (#759) 2 years ago
boojack 6b24f52cd1
fix: watermark container width (#758) 2 years ago