Steven
c9146bc749
chore: update code style
2024-01-19 07:06:28 +08:00
Steven
f5b5bd64bc
chore: tweak datetime.ts
2024-01-18 22:18:56 +08:00
Steven
2a4ebf5774
chore: add search bar in archived page
2024-01-18 15:28:37 +08:00
Steven
5172e4df7c
chore: create memo visibility when creating
2024-01-18 15:20:22 +08:00
Steven
893dd2c85e
chore: add disable filter to renderer context
2024-01-18 14:52:57 +08:00
Steven
d426f89cf0
chore: add time filter to timeline
2024-01-18 14:30:20 +08:00
Steven
354011f994
chore: handle filter in user profile page
2024-01-18 11:38:45 +08:00
Steven
05c0aeb789
feat: implement table renderer
2024-01-18 10:49:28 +08:00
Mehad Nadeem
70e6b2bb82
chore: added tooltip for vacuum button ( #2778 )
...
* chore: added tooltip for vacuum button
- At the moment only has text for English language therefore other JSON files need to be updated accordingly
* Update en.json
2024-01-18 08:09:49 +08:00
Steven
54296f0437
chore: update filter in timeline
2024-01-18 08:06:59 +08:00
Steven
8fcd9332f7
chore: tweak timeline styles
2024-01-17 22:32:58 +08:00
Steven
1857362d03
fix: locale and appearance setting
2024-01-17 22:16:12 +08:00
Steven
6d7186fc81
feat: rebuild timeline page
2024-01-17 21:59:49 +08:00
Steven
cc43d06d33
chore: update memo stats response
2024-01-17 09:17:33 +08:00
Steven
9ffd827028
fix: appearance and locale initial value
2024-01-16 22:53:45 +08:00
Hanqin Guan
15e6542f0d
fix: server overrides user's locale/appearance ( #2771 )
2024-01-16 18:21:08 +08:00
Noah Alderton
24bb3e096a
fix: DatePicker by passing in Timezone to API ( #2770 )
...
* Fix DatePicker by passing in Timezone to API
* Add some clarity
2024-01-16 18:02:09 +08:00
Noah Alderton
ff13d977e9
feat: add URL paste handler ( #2768 )
...
* feat: Add URL paste handler
* Check if text highlighted for URL pasting
2024-01-16 10:06:16 +08:00
Wen Sun
1fdb8b7b01
fix: apply customized profile name in mobile header ( #2723 )
...
Fix mobile header title, apply customized profile name
2024-01-16 09:04:03 +08:00
Wen Sun
f1ee88c4e1
fix: display system logo in user banner if user not logged in ( #2747 )
...
Display system logo in user banner if user not logged in
2024-01-16 09:03:27 +08:00
Noah Alderton
b578afbc6a
fix: DatePicker Local Date ( #2766 )
...
Fix DatePicker Local Date
2024-01-16 08:35:48 +08:00
Steven
ad94e8e3c6
feat: implement highlight renderer
2024-01-15 22:54:18 +08:00
Steven
46bd470640
chore: update favicon
2024-01-15 21:10:41 +08:00
Steven
fdbf2d8af2
chore: fix blockquote renderer
2024-01-15 20:41:37 +08:00
Steven
5a723f00fa
chore: split editor keydown handler
2024-01-15 20:33:42 +08:00
Noah Alderton
728a9705ea
feat: Markdown Editor Keyboard Shortcuts ( #2763 )
...
* Add bold and italic keyboard shortcut
* Add hyperlink keyboard shortcut support
2024-01-15 20:19:59 +08:00
THELOSTSOUL
cd3a98c095
fix: change use-set priority ( #2760 )
...
The user settings(locale, appearance) are not in use when restart broswer
2024-01-15 20:08:14 +08:00
Steven
5ebbed9115
chore: handle tag click
2024-01-15 08:15:34 +08:00
Steven
7ae4299df2
chore: implement create resource
2024-01-15 08:13:06 +08:00
Noah Alderton
3d23c01e26
feat: add additional favicon formats ( #2752 )
...
Add additional favicons
2024-01-15 07:54:33 +08:00
Lincoln Nogueira
089e04bcfd
chore: use webp compression on logo ( #2756 )
...
- Logo size reduced from 310 KB to 36 KB.
- Point metadata image URL to local logo instead of remote
2024-01-14 22:21:03 +08:00
Steven
98762be1e5
feat: implement indent for list nodes
2024-01-14 22:19:03 +08:00
Steven
d44e74bd1e
chore: update editor actions
2024-01-14 21:47:03 +08:00
Steven
8e0ce4d678
fix: list memos with pinned
2024-01-14 20:51:52 +08:00
Steven
45cf158508
chore: fix max width of home section
2024-01-14 20:25:45 +08:00
Anish Kelkar
7340ae15f7
chore: delete .vscode directory ( #2693 )
...
* Delete .vscode directory
* web/.vscode deleted
2024-01-14 20:12:57 +08:00
Steven
6db7ad76da
chore: update tag selector
2024-01-13 16:26:42 +08:00
Steven
4a407668bc
chore: tweak dialog close button
2024-01-13 15:33:23 +08:00
Steven
ab1fa44f00
feat: implement markdown buttons
2024-01-13 15:09:06 +08:00
Steven
cd0004cf88
chore: update icon version
2024-01-13 15:08:58 +08:00
Steven
667aaf06a0
chore: update dependencies
2024-01-13 14:33:50 +08:00
Steven
a8074d94e8
chore: update image attrs
2024-01-13 14:08:36 +08:00
Wen Sun
81942b3b98
chore: updating the default scopes of GitHub SSO ( #2746 )
...
Updating the default scopes of GitHub SSO
The scope of "user" in GitHub OAuth includes permissions to update a user's profile.
2024-01-12 14:02:11 +08:00
Steven
0c52f1ee6a
chore: tweak home style
2024-01-12 08:08:24 +08:00
Steven
1994c20c54
chore: tweak setting page
2024-01-11 22:25:05 +08:00
Steven
a1dda913c3
chore: fix tag selector position
2024-01-11 21:36:22 +08:00
Athurg Gooth
79b68222ff
chore: set image loading to lazy ( #2733 )
...
set image loading to lazy to avoid concurrent problem
2024-01-11 10:27:18 +08:00
Steven
777ed899a3
chore: add memo uid
2024-01-08 21:48:26 +08:00
Steven
ddcf1d669d
chore: add max content length
2024-01-08 21:17:21 +08:00
Noah Alderton
43e42079a4
feat: export Memos as Markdown FIles ( #2716 )
2024-01-08 11:40:50 +08:00
Steven
83141f9be2
chore: tweak navigation styles
2024-01-06 19:12:26 +08:00
Steven
4c59035757
chore: update about page
2024-01-06 19:01:11 +08:00
Steven
f5a1739472
chore: update memo detail checks
2024-01-06 10:03:36 +08:00
Steven
a297cc3140
chore: exclude comments in memo list response
2024-01-06 09:48:11 +08:00
Steven
79c13c6f83
chore: fix edit memo params
2024-01-06 09:25:17 +08:00
Steven
d2a9aaa9d4
chore: update line break renderer
2024-01-05 09:18:37 +08:00
Steven
f563b58a85
chore: fix renderer props
2024-01-05 08:47:43 +08:00
Steven
454cd4e24f
feat: implement switchable task list node
2024-01-05 08:40:16 +08:00
Steven
6320d042c8
chore: update home padding styles
2024-01-04 22:50:46 +08:00
Steven
9593b0b091
chore: fix link rel field
2024-01-04 21:26:56 +08:00
Steven
ca53630410
chore: update drawer background
2024-01-04 21:11:22 +08:00
Steven
f484c38745
chore: fix dependencies
2024-01-04 20:07:53 +08:00
Steven
d12a2b0c38
feat: implement math expression parser
2024-01-04 20:05:29 +08:00
Steven
73baeaa0ad
chore: tweak dark mode styles
2024-01-04 08:32:14 +08:00
Steven
c58851bc97
chore: tweak accent color
2024-01-03 23:30:28 +08:00
Steven
96140f3875
chore: tweak dark mode styles
2024-01-03 23:12:50 +08:00
Steven
914c0620c4
chore: add statistics view
2024-01-03 08:22:32 +08:00
Noah Alderton
673809e07d
fix: docker-compose.dev.yaml ( #2695 )
...
* Fix docker-compose.dev.yaml
* Add newline to .gitignore
2024-01-02 18:33:19 +08:00
Steven
f74fa97b4a
chore: traverse nodes to upsert tags
2024-01-02 08:56:30 +08:00
Steven
0f8bfb6328
chore: update index.html
2023-12-29 08:28:17 +08:00
Steven
4cd01ece30
chore: update frontend metadata
2023-12-29 08:19:32 +08:00
Lincoln Nogueira
411e807dcc
chore: use consistent relative paths for resources ( #2683 )
...
- always store resources with a relative path with forward slashes, which will be transformed as needed when the file is accessed
- fix an issue with thumbnail generation on Windows
- add several validations for local storage setting
- improve front-end error feedback when changing local storage
- add migrations to make existing resource paths relative (not needed, but improves database consistency)
2023-12-29 07:49:55 +08:00
Steven
ea87a1dc0c
chore: update memo content props
2023-12-28 22:57:51 +08:00
Steven
30dca18b79
chore: fix suspense wrapper
2023-12-28 08:34:06 +08:00
Steven
2ae6d94e2c
chore: update frontend dependencies
2023-12-28 08:27:06 +08:00
Steven
9ee4b75bbd
chore: tweak memo detail styles
2023-12-27 23:25:02 +08:00
Steven
a0a03b0389
chore: tweak list memos request
2023-12-27 08:54:00 +08:00
Steven
c8d7f93dca
feat: implement auto link parser
2023-12-27 08:44:51 +08:00
Steven
6fac116d8c
chore: update user store
2023-12-26 23:05:33 +08:00
subks
f48ff102c9
fix: eslint check failure after fixing #2672 ( #2673 )
2023-12-26 21:46:26 +08:00
subks
bd5a0679ee
fix: date format in share memo dialog ( #2672 )
...
fix: Date format in shareable Memo Images (#2668 )
2023-12-26 17:50:09 +08:00
Steven
8e325f9986
chore: return username in user response
2023-12-23 19:23:39 +08:00
Steven
b8eaf1d57e
chore: deprecate memo creation stats legacy api
2023-12-23 18:35:47 +08:00
Steven
aa136a2776
chore: remove vite pwa plugin
2023-12-23 17:42:13 +08:00
Steven
953141813c
chore: regenerate pnpm lock file
2023-12-23 12:01:26 +08:00
Leyang
be2db3f170
feat: use vite plugin pwa for generate right sw.js ( #2658 )
...
Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-12-23 12:00:03 +08:00
Steven
eefce6ade3
chore: implement webhook dispatch in v2 api
2023-12-23 11:17:35 +08:00
Steven
c6ebb5552e
chore: add 403 page
2023-12-23 10:08:23 +08:00
Steven
4d64d4bf25
chore: upgrade frontend dependencies
2023-12-23 09:47:43 +08:00
Steven
2ee4d7d745
chore: add startTransition to links
2023-12-23 08:55:43 +08:00
Steven
df5aeb6d88
chore: remove v1 prefix in store name
2023-12-23 08:48:11 +08:00
Steven
df3303dcd3
chore: update list users
2023-12-23 08:35:54 +08:00
Steven
21874d0509
chore: fix navigation errors
2023-12-23 08:01:16 +08:00
Steven
b2ec0d1217
chore: add skip cache requesting
2023-12-22 20:30:28 +08:00
Steven
5673e29e51
chore: compose memo in backend
2023-12-22 20:18:31 +08:00
Steven
feefaabce9
chore: update heatmap click handler
2023-12-22 20:07:17 +08:00
Steven
29b540ade3
chore: fix fetch memos
2023-12-22 19:47:46 +08:00
Steven
919f75af1a
chore: update suspense loading
2023-12-22 19:27:09 +08:00
Steven
17e905085f
chore: update acl config
2023-12-22 09:11:55 +08:00
Steven
34af969785
chore: fix list memos order by pinned
2023-12-22 09:09:03 +08:00
Steven
fd9c3ccbae
chore: implement useMemoList store
2023-12-22 09:01:30 +08:00
Steven
a3feeceace
chore: remove component v1 suffix
2023-12-22 08:29:02 +08:00
Steven
02265a6e1a
chore: fix memo search
2023-12-22 00:31:29 +08:00
Steven
81524c38e9
chore: refactor memo module
2023-12-21 23:40:43 +08:00
Steven
671551bdc1
chore: update memo detail page
2023-12-21 22:42:06 +08:00
Steven
10c81ccba3
chore: fix type definition
2023-12-21 21:43:28 +08:00
Steven
9361613f23
chore: update timeline page
2023-12-21 21:24:08 +08:00
Steven
cbdae24314
chore: update archived page
2023-12-20 23:23:26 +08:00
Steven
5334fdf1b2
chore: use api v2 in archived page
2023-12-19 23:49:24 +08:00
Steven
abc14217f6
chore: tweak padding styles
2023-12-19 23:09:57 +08:00
Steven
e0cacfc6d6
chore: retire auto backup for sqlite
2023-12-19 22:34:06 +08:00
Steven
b575064d47
chore: tweak padding
2023-12-19 21:44:40 +08:00
Steven
6290234ad1
chore: fix button styles
2023-12-19 21:29:07 +08:00
Steven
aeed25648a
chore: tweak drawer background
2023-12-19 08:55:21 +08:00
Steven
43e7506ed5
chore: fix react-uses import
2023-12-19 08:45:47 +08:00
Steven
a3a1bbe8de
chore: tweak responsible styles
2023-12-19 08:41:41 +08:00
Steven
fe4ec0b156
chore: rename navigator
2023-12-19 00:13:22 +08:00
Steven
7c5fdd1b06
chore: remove demo banner
2023-12-18 23:46:48 +08:00
Steven
4d54463aeb
chore: add mobile header
2023-12-18 23:33:09 +08:00
Steven
40bc8df63d
chore: fix container height
2023-12-18 23:01:39 +08:00
Steven
61de7c8a32
chore: fix demo banner
2023-12-18 22:29:29 +08:00
Steven
d6656db20d
feat: implement part of full-screen layout
2023-12-18 22:10:36 +08:00
Steven
15a091fe4c
chore: fix offset params in explore page
2023-12-18 20:54:51 +08:00
Steven
db0eff4743
chore: clean frontend dependencies
2023-12-17 11:25:10 +08:00
Steven
0793f96578
chore: update heading styles
2023-12-17 11:08:13 +08:00
Steven
8095d94c97
chore: deprecate marked
2023-12-17 11:02:16 +08:00
Steven
bcfcd59642
chore: deprecate old MemoContent
2023-12-17 10:58:22 +08:00
Steven
5d677c3c57
chore: implement node renderer components
2023-12-17 10:49:49 +08:00
Steven
a10b3d3821
chore: tweak custom profile
2023-12-15 22:57:53 +08:00
Steven
a9812592fe
chore: tweak editor border styles
2023-12-15 21:35:31 +08:00
Steven
89ef9b8531
chore: add instance url system setting
2023-12-15 19:39:37 +08:00
Steven
6cf7192d6a
chore: add ssr placeholder in index.html
2023-12-14 23:29:42 +08:00
boojack
7f1f6f77a0
chore: update i18n with weblate ( #2614 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (317 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (317 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pt_BR/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: Lincoln Nogueira <lincolnthalles@users.noreply.github.com>
2023-12-12 21:06:13 +08:00
boojack
0916ec35da
chore: update i18n with Weblate ( #2594 )
...
* Translated using Weblate (French)
Currently translated at 100.0% (317 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
* Translated using Weblate (French)
Currently translated at 100.0% (317 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/fr/
---------
Co-authored-by: Ezmana <ezmana.land@gmail.com>
Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
2023-12-10 15:49:29 +08:00
Steven
82009d3147
chore: tweak webhook section
2023-12-10 10:21:36 +08:00
Steven
fa34a7af4b
chore: tweak memo parent styles
2023-12-09 19:32:16 +08:00
Steven
77b75aa6c4
chore: tweak memo display
2023-12-09 18:57:59 +08:00
Steven
9faee68dab
chore: code clean
2023-12-09 18:57:18 +08:00
steven
c68bfcc3b9
chore: fix user setting store
2023-12-08 09:54:32 +08:00
Athurg Gooth
2964cf93ab
fix: visibility of user preference is empty ( #2581 )
...
Fix visibility of user preference is empty
2023-12-07 22:50:03 +08:00
Arnaud Brochard
787cf2a9fe
feat: tables support ( #2573 )
...
* Tables support
* Linter fixes
* Regex Redos fix
* Fix empty row and variables proper naming
* Default cell style
* Now unncessary
* Support rows without a starting pipe char
* Striped rows
* Fix parsing issues
* Support tabs in separators
2023-12-07 22:49:49 +08:00
Athurg Gooth
ed190cd41e
fix: visibility of memo editor is empty ( #2580 )
...
Fix visibility of memo editor is empty
2023-12-06 23:17:26 +08:00
Steven
33dda9bf87
chore: fix auth status checks
2023-12-06 23:03:24 +08:00
t.yang
055a327b5e
fix: detail page user-avatar size have unexpected height ( #2576 )
...
Co-authored-by: tyangs.yang <tyangs.yang@hstong.com>
2023-12-06 10:58:33 +08:00
Athurg Gooth
aff1b47072
chore: remove debug log ( #2582 )
...
Remove debug log
2023-12-06 10:57:55 +08:00
Webysther Sperandio
484efbbfe2
chore: update manifest.json ( #2568 )
2023-12-01 16:43:48 +08:00
Steven
e83d483454
refactor(frontend): use auth service
2023-12-01 09:15:02 +08:00
Steven
fff42ebc0d
fix: check auth status
2023-11-30 21:52:02 +08:00
Steven
2437419b7f
fix: add auth status checks
2023-11-30 20:58:36 +08:00
boojack
e53cedaf14
chore: update i18n with weblate ( #2562 )
...
* Translated using Weblate (Polish)
Currently translated at 46.3% (147 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pl/
* Translated using Weblate (Polish)
Currently translated at 56.1% (178 of 317 strings)
Translation: memos-i18n/i18n
Translate-URL: https://hosted.weblate.org/projects/memos-i18n/english/pl/
---------
Co-authored-by: igormakarowicz <igormakarowicz@gmail.com>
2023-11-30 19:34:50 +08:00