Ryan Wang
2f775241b7
refactor: post list component code optimization ( halo-dev/console#445 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-21 13:59:10 +08:00
Ryan Wang
f33dfed835
fix: the title of draft post list cannot be displayed ( halo-dev/console#444 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-21 12:02:30 +08:00
Ryan Wang
ff32358bc5
refactor: post list tag rendering using PostTag component ( halo-dev/console#443 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-21 11:40:08 +08:00
Ryan Wang
7580459bbc
refactor: sheet editing ( halo-dev/console#440 )
...
* refactor: sheet editing
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-20 22:50:04 +08:00
Ryan Wang
6ed208ecec
refactor: post editing ( halo-dev/console#439 )
...
* refactor: post editing
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-20 22:38:25 +08:00
Ryan Wang
8504a9bd8d
Support to sort post category ( halo-dev/console#442 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-20 14:47:58 +08:00
Ryan Wang
7d34a8371d
refactor: post category management ( halo-dev/console#435 )
...
* refactor: post category management
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: post category management
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: tree data
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: tree data
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-19 21:11:50 +08:00
Ryan Wang
c9211ab342
refactor: admin layout settings ( halo-dev/console#441 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-18 15:43:12 +08:00
guqing
dd4bfd02ba
fix: the problem that post cannot be previewed ( halo-dev/console#437 )
2022-02-15 22:12:45 +08:00
Ryan Wang
cb1998e52f
fix: unable to change attachment name ( halo-dev/console#434 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-11 15:55:39 +08:00
Ryan Wang
e081656d96
fix: set the default menu team error ( halo-dev/console#433 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-11 15:29:52 +08:00
Ryan Wang
10bf358e33
refactor: refactoring the batch operation logic of attachment management ( halo-dev/console#431 )
...
* refactor: refactoring the batch operation logic of attachment management
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: support select all
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-10 16:00:17 +08:00
Ryan Wang
a471f91c90
perf: unify the font color of the description in the theme settings ( halo-dev/console#430 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-02-09 17:59:13 +08:00
Ryan Wang
883cb40f03
feat: select the list of tags sorted by name ( halo-dev/console#429 )
2022-02-09 11:40:12 +08:00
Ryan Wang
836084061c
refactor: modify the page title suffix ( halo-dev/console#426 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-28 21:38:09 +08:00
Ryan Wang
cc9eace7b5
refactor: remove the button to remove the thumbnail from the post settings ( halo-dev/console#427 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-28 21:29:45 +08:00
Ryan Wang
91b5fc1035
refactor: pending review status comment component ( halo-dev/console#425 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-28 20:28:57 +08:00
Ryan Wang
6157859810
chore: remove unnecessary components ( halo-dev/console#424 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-27 17:22:19 +08:00
Ryan Wang
d786012bbf
refactor: use the a-button component instead of the link button ( halo-dev/console#423 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-27 15:56:27 +08:00
Ryan Wang
cb3386d122
fix: moving menu team causes submenus to be lost ( halo-dev/console#422 )
...
* fix: moving menu team causes submenus to be lost
Signed-off-by: Ryan Wang <i@ryanc.cc>
* fix: moving menu team causes submenus to be lost
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-27 15:26:33 +08:00
Ryan Wang
c43e7bc4fd
refactor: the way to select images for post editing ( halo-dev/console#421 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-25 17:18:19 +08:00
Ryan Wang
727a4d6db4
refactor: attachment selection modal ( halo-dev/console#420 )
...
* refactor: attachment selection modal
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: support view attachment detail
Signed-off-by: Ryan Wang <i@ryanc.cc>
* chore: remove AttachmentSelectDrawer.vue
Signed-off-by: Ryan Wang <i@ryanc.cc>
* chore: remove AttachmentDrawer.vue
Signed-off-by: Ryan Wang <i@ryanc.cc>
* perf: add selected icon
Signed-off-by: Ryan Wang <i@ryanc.cc>
* perf: add search form
Signed-off-by: Ryan Wang <i@ryanc.cc>
* perf: support upload file
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: attachment selection modal
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-25 15:25:58 +08:00
Ryan Wang
867f78aa4a
refactor: action logs ui ( halo-dev/console#419 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-22 22:33:25 +08:00
Ryan Wang
144183bf72
chore: upgrade tailwindcss to 3.0 ( halo-dev/console#418 )
2022-01-21 20:19:52 +08:00
Ryan Wang
48275f5e8b
chore: upgrade vue cli to 5.0 ( halo-dev/console#417 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-21 16:50:23 +08:00
Ryan Wang
20af578708
refactor: profile form input width ( halo-dev/console#414 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-19 15:50:27 +08:00
Ryan Wang
f074d7819f
perf: the contributor avatar source for the about page uses webp.se ( halo-dev/console#413 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-19 15:18:16 +08:00
Ryan Wang
903a076bb6
chore: remove crypto-js dependency ( halo-dev/console#412 )
2022-01-19 08:48:48 +08:00
Ryan Wang
fc7f6a8899
refactor: input attachment selection uniformly uses AttachmentInput component ( halo-dev/console#406 )
2022-01-17 18:37:24 +08:00
Ryan Wang
d25e5eba43
refactor: theme install modal ( halo-dev/console#407 )
2022-01-17 18:36:05 +08:00
Ryan Wang
e38680a2bc
chore: add vscode config file ( halo-dev/console#411 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-17 17:43:21 +08:00
Ryan Wang
e4bdc9d5b9
chore: add gitpod config file ( halo-dev/console#410 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-17 13:55:33 +08:00
Ryan Wang
843802dd25
docs: update readme badges ( halo-dev/console#409 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-16 22:35:20 +08:00
Ryan Wang
c04b734129
fix: upgrade marked to fix security issues ( halo-dev/console#408 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-16 20:33:33 +08:00
Ryan Wang
b1cf9ee421
refactor: theme setting page ( halo-dev/console#380 )
...
* refactor: theme setting page
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: add theme descriptions
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: local upgrade component
Signed-off-by: Ryan Wang <i@ryanc.cc>
* refactor: theme descriptions
Signed-off-by: Ryan Wang <i@ryanc.cc>
* chore: bump admin-api deps
2022-01-14 15:37:31 +08:00
Ryan Wang
a57442284e
feat: post tags support color settings ( halo-dev/console#395 )
...
* feat: post tags support color settings
* feat: add tag color picker
* feat: support choose tag color
Co-authored-by: guqing <1484563614@qq.com>
2022-01-13 13:56:36 +08:00
Ryan Wang
50e3f8ae94
refactor: form validation of the reset password page ( halo-dev/console#403 )
2022-01-07 19:44:44 +08:00
Ryan Wang
fa51c29883
chore: disable automatic addition of assignees in pull requests ( halo-dev/console#402 )
2022-01-07 13:42:24 +08:00
Ryan Wang
3c3a0e000e
fix: failed to upload picture in the markdown editor ( halo-dev/console#401 )
2022-01-07 13:41:35 +08:00
Ryan Wang
5a7279ce72
docs: add repobeats analytics image to readme ( halo-dev/console#399 )
2021-12-22 12:35:13 +08:00
Ryan Wang
406488a7eb
docs: update readme. ( halo-dev/console#396 )
2021-12-11 00:57:06 +08:00
Ryan Wang
c26d22d54d
release: 1.4.15 ( halo-dev/console#392 )
2021-12-06 16:10:38 +08:00
Ryan Wang
98fb704eae
release: 1.4.14 ( halo-dev/console#391 )
2021-12-05 19:04:02 +08:00
Ryan Wang
215f8cd495
chore: add netlify config file ( halo-dev/console#389 )
2021-11-30 19:40:41 +08:00
Ryan Wang
5f3e866a41
feat: support get api url from localstorage ( halo-dev/console#388 )
2021-11-30 10:57:26 +08:00
Ryan Wang
e5de28e3cd
refactor: installation page logo ( halo-dev/console#383 )
2021-11-29 09:58:23 +08:00
知雨
318cfd16a1
refactor: the attached picture is covered with containers ( halo-dev/console#382 )
...
Co-authored-by: cetr <2058930674@qq.com>
2021-11-27 20:39:59 +08:00
Ryan Wang
003886aed1
refactor: sheet setting modal ( halo-dev/console#381 )
2021-11-27 19:58:07 +08:00
Ryan Wang
643e3c9690
refactor: use js-sdk/admin-api ( halo-dev/console#378 )
...
* 1.3.0-beta.2
* fix: token expire.
* pref: #291
* refactor: use js-sdk/admin-api
* chore: remove unnecessary files
* chore: remove unnecessary files
* chore: remove unnecessary files
* chore: remove unnecessary files
* refactor: developer/Environment.vue
* chore: remove unnecessary files
* refactor: login auth
* refactor: login auth
* refactor: remove api url setting
* refactor: custom sheet list
* style: reformat code
* refactor: logout
* refactor: remove setTimeout when fetch api
* fix: auto login error
* fix: post update error
* fix: backup
* fix: turn on developer mode error
* fix: mfa setting error
* chore: remove unnecessary files
* feat: add interceptors
* refactor: api client
* refactor: api client
* chore(deps): upgrade admin-api
* refactor: 重构认证
* fix: 修复认证请求头参数
* refactor: login
* feat: add error handle
* refactor: api client
* refactor: refresh token
* refactor: attachment upload
* refactor: upload component
* refactor: upload
* fix: tag save
* fix: github api request
* fix: installation page
* feat: add version field for html
* fix: option.list to option.listAsMapView
* fix: directory base path of static storage
* chore: upgrade halo sdk version
Co-authored-by: guqing <1484563614@qq.com>
2021-11-26 23:05:00 +08:00
Ryan Wang
e4ef247d13
refactor: post setting ( halo-dev/console#376 )
...
* refactor: post setting modal
* refactor: pagination
* refactor: post setting modal
* fix: TagSelect
* feat: add draft button
* feat: add meta editor
* style: remove PostSettingDrawer.vue
2021-11-16 22:25:52 +08:00