Commit Graph

112 Commits (dd4bfd02ba20a8a1b133fdc33ef4fb13617a7fbc)

Author SHA1 Message Date
guqing dd4bfd02ba fix: the problem that post cannot be previewed (halo-dev/console#437) 2022-02-15 22:12:45 +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 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 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 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 7bc33023af perf: automatically calculate post editor height. (halo-dev/console#355) 2021-09-16 08:53:00 +08:00
Ryan Wang 203f86544c fix: post edit page. (halo-dev/console#302) 2021-03-07 00:31:25 +08:00
Ryan Wang bd54ac4843 chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
Ryan Wang 6b41171307 pref: config tailwindcss purge. (halo-dev/console#288) 2021-01-28 23:26:18 +08:00
Ryan Wang da3a315f8f pref: optimize the layout of the post editing page. (halo-dev/console#286) 2021-01-24 14:00:18 +08:00
Ryan Wang ce46fee0bb chore: remove moment dependency. (halo-dev/console#256) 2020-09-25 23:07:58 +08:00
Ryan Wang 6c28d2cab8 fix: #241 (halo-dev/console#242)
* fix: #241

* fix: #241
2020-09-13 10:28:50 +08:00
Ryan Wang 4e6a0a00d0 chore: upgrade dependencies. (halo-dev/console#237) 2020-08-30 15:23:31 +08:00
Ryan Wang 88867e6957 pref: created ReactiveButton component. (halo-dev/console#216)
* pref: created ReactiveButton component.

* refactor: ReactiveButton.

* refactor: Profile page.

* feat: add form validate for comment reply.

* refactor: PostSettingsDrawer.
2020-07-17 09:40:14 +08:00
Ryan Wang 23768f1d18 pref: code optimization again. (halo-dev/console#215) 2020-07-14 16:51:40 +08:00
Ryan Wang 522027e2fb pref: code optimization. (halo-dev/console#213)
* pref: code optimization.

* fix: theme configuration loading.

* pref: code optimization.
2020-07-13 09:32:07 +08:00
Ryan Wang ba1cb7f8e8 refactor: optimized loading of newer versions of the about page. (halo-dev/console#211) 2020-07-11 16:56:29 +08:00
Ryan Wang 6ad3358ece pref: post publishing experience. (halo-dev/console#125)
* pref: post publishing experience.

* fix: sheet tab icon.
2020-04-05 17:01:57 +08:00
Ryan Wang fbe428e775 refactor: related functions for publishing posts. (halo-dev/console#99) 2020-03-16 11:22:38 +08:00
Ryan Wang e0b7da7a77 refactor : meta variable (halo-dev/console#92)
* 1.3.0-beta.2

* refactor: metas variable.

* refactor: metas variable.
2020-03-11 13:49:00 +08:00
Ryan Wang 50af584f1f Add rich text editor. (halo-dev/console#76)
* refactor: pull out the editor component.

* feat: support rich text editor.
2020-02-28 22:26:05 +08:00
Ryan Wang 5da3f267b7 refactor: pull out the markdown editor component. (halo-dev/console#75) 2020-02-28 14:53:49 +08:00
Ryan Wang 53f5180610 fix: If the post fails to save, the button will not be restored to clickable. (halo-dev/console#68) 2020-02-22 14:35:03 +08:00
johnniang 51b7e714cc Enable draft only saving 2020-01-04 21:15:08 +08:00
ruibaby dbd1fc014d fix: prevent duplicate data. 2019-12-23 21:18:18 +08:00
ruibaby 2e1fdca340 fix: the post will be prompted to save even if it is not modified. 2019-12-23 14:07:11 +08:00
ruibaby 25d0a50744 refactor: save shortcuts. 2019-12-14 14:15:42 +08:00
ruibaby 2db2de1f37 feat: performance optimization. 2019-12-12 13:14:40 +08:00
ruibaby 0618a34d68 feat: support preset post meta field. 2019-12-07 20:33:29 +08:00
ruibaby 3531d58ac7 feat: support img lazy load. 2019-12-06 20:06:45 +08:00
guqing 677834eb7e feat: allow add and modify post metas 2019-12-01 18:34:14 +08:00
ruibaby 1e11a81f6a feat: #52 2019-11-23 11:46:16 +08:00
ruibaby 7e55458767 feat: support show comments in post list. 2019-11-22 21:20:11 +08:00
ruibaby ab7596a245 feat: refactor option forms. 2019-11-19 14:23:10 +08:00
ruibaby dc2362174d fixed #52 2019-11-07 12:17:36 +08:00
ruibaby 7d444f1cfb Refactor upload component. 2019-09-08 21:31:41 +08:00
ruibaby 357cd7cee9 Refactor attachment handler. 2019-09-06 22:51:28 +08:00
ruibaby 35aed16bec Support preview post and sheet. 2019-09-05 21:31:20 +08:00
ruibaby 19a3d2f438 Perfect code. 2019-09-03 20:25:29 +08:00
ruibaby e5297c2e7a Support stick post. 2019-08-30 20:58:22 +08:00
ruibaby 07ded21c08 Remove model property. 2019-08-27 23:53:49 +08:00
ruibaby 7d7f155f47 Remove timer of auto save post or sheet. 2019-08-27 23:49:03 +08:00
ruibaby a6b8dcaa65 Created SheetSetting component. 2019-08-27 16:10:45 +08:00
ruibaby dc52f30ade Fixed vue data warning. 2019-08-27 10:49:56 +08:00
ruibaby fb80b1ea18 Create PostSetting component. 2019-08-26 21:49:52 +08:00
ruibaby 3990bac54d Support color type for theme setting. 2019-08-24 21:39:43 +08:00
ruibaby ac5c07b83a Change mavonEditor to halo-editor. 2019-08-18 09:39:59 +08:00
guqing c5afd26282 新增页面自定义发表时间功能 2019-07-17 15:38:34 +08:00