Steven
8738b68a44
chore: tweak readme
2024-01-18 19:06:49 +08:00
Steven
42381fa154
chore: add stable build action
2024-01-18 18:49:06 +08:00
Steven
22427101f8
chore: add stale issue action
2024-01-18 16:18:18 +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
7de3de5610
chore: fix go test warning
2024-01-18 11:45:59 +08:00
Steven
2856e66609
chore: fix go test
2024-01-18 11:42:57 +08:00
Steven
354011f994
chore: handle filter in user profile page
2024-01-18 11:38:45 +08:00
Steven
8ed827cd2d
chore: update table node delimiter
2024-01-18 11:36:13 +08:00
Steven
05c0aeb789
feat: implement table renderer
2024-01-18 10:49:28 +08:00
Steven
aecffe3402
feat: implement table parser
2024-01-18 10:21:08 +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
Wen Sun
e4488da96e
fix: signup is not allowed if password login is disabled ( #2776 )
...
Signup is not allowed if password login is disabled
If password login is disabled in the system configuration, the "signup" in the "/auth" page disappears, but the user can manually enter "/auth/signup" to access the system by creating a new user.
2024-01-17 10:49:22 +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
Lincoln Nogueira
5bcbbd4c52
chore: fix store tests on Windows ( #2769 )
...
It's just a matter of explicitly closing the database, so that TempDir.removeAll doesn't fail.
2024-01-16 13:51:26 +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
3f4b361fad
feat: implement highlight parser
2024-01-15 22:30:06 +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
Wen Sun
a22ad90174
fix: set memo resources error in mysql ( #2761 )
...
Fix error updating memo resources in mysql
2024-01-15 20:05:07 +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