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
Ryan Wang
5370ac2804
refactor: attachment detail ( halo-dev/console#375 )
...
* refactor: attachment detail modal
* refactor: attachment media type judgment
* refactor: pagination
* refactor: delete AttachmentDetailDrawer.vue
* refactor: remove unnecessary code
* perf: previous and next button state
2021-11-16 22:22:41 +08:00
felix
ae264c64bc
pref: attachments preview image styles ( halo-dev/console#374 )
2021-11-09 17:32:18 +08:00
Ryan Wang
1648b28852
fix: parent category cannot be selected in post settings #365 ( halo-dev/console#367 )
2021-10-29 22:35:56 +08:00
Ryan Wang
02dea4e3af
refactor: weaken the animation of the login page #359 ( halo-dev/console#369 )
2021-10-29 22:33:45 +08:00
Ryan Wang
287668fa85
feat: support resetting post slug #319 ( halo-dev/console#368 )
2021-10-29 21:47:22 +08:00
Ryan Wang
9271a9ee5e
refactor: update logo ( halo-dev/console#366 )
2021-10-27 23:15:10 +08:00
Ryan Wang
84a0edbcf8
release: 1.4.13
2021-10-24 14:47:13 +08:00
LiuJiJiang
81d0ccd668
style: add styles to scroll bar ( halo-dev/console#364 )
2021-10-23 23:15:32 +08:00
guqing
4682d88c83
feat: add work dir backup options ( halo-dev/console#362 )
...
* feat: add work dir backup options
* feat: add layout to backup options
* refactor: modify variable naming
* refactor: rename variables
2021-10-12 14:54:29 +08:00
Ryan Wang
9d3b2af0c4
chore: update github action.
2021-10-10 00:38:19 +08:00
Ryan Wang
46e388df5f
fix: issue that can't run with pnpm.
2021-10-09 23:33:49 +08:00