EstrellaXD
|
9953a76a39
|
webui: change v-bind model. add transition effect in mian page.
|
2023-09-07 01:57:19 +08:00 |
|
zthxxx
|
544dda81c4
|
feat: 番剧搜索框接口使用和交互完成
- 三种搜索触发来源
- 输入中 debounce 600ms 后触发搜索
- 按回车或点击搜索 icon 按钮后触发搜索
- 切换 provider 源站时触发搜索
- 渲染的番剧信息列表样式待调整
- 搜索框 placeholder / provider 展示样式/i18n 待调整
|
2023-09-07 00:54:17 +08:00 |
|
EstrellaXD
|
6681590b7b
|
fix: search bar type error.
|
2023-09-06 23:49:39 +08:00 |
|
EstrellaXD
|
aeac217138
|
fix: version update. rss add bugs.
|
2023-09-06 23:49:20 +08:00 |
|
EstrellaXD
|
2e4cf0d621
|
feat: add tmdb poster.
|
2023-09-06 23:48:39 +08:00 |
|
Estrella Pan
|
3bb4d6280b
|
Merge pull request #444 from EstrellaXD/auth-method-change
change: Auth method changed from Auth token to cookies.
|
2023-09-06 21:44:40 +08:00 |
|
EstrellaXD
|
52b9dac72b
|
fix: refresh-token bug.
|
2023-09-06 21:42:32 +08:00 |
|
EstrellaXD
|
a430258a2b
|
change: axios default setting.
|
2023-09-06 21:35:59 +08:00 |
|
EstrellaXD
|
d6b36e5225
|
change:
- add random pwd_key.
- backend auth change from Auth token to cookies
|
2023-09-06 21:19:59 +08:00 |
|
EstrellaXD
|
fdd67697bd
|
webui: add rss manage function.
3.1-beta.1
|
2023-09-05 00:37:36 +08:00 |
|
EstrellaXD
|
20c3c42f8a
|
webui: update search card.
backend: update api url and rss manage api route.
|
2023-09-04 20:53:25 +08:00 |
|
EstrellaXD
|
74eea85094
|
Merge branch 'webui' into 3.1-dev
|
2023-09-04 13:25:27 +08:00 |
|
EstrellaXD
|
fba142fe68
|
webui: little adjust on ui.
|
2023-09-04 01:33:51 +08:00 |
|
EstrellaXD
|
cbd3322a0d
|
webui: change search bar style.
|
2023-09-03 22:04:38 +08:00 |
|
EstrellaXD
|
b672983ef2
|
webui: disable registerSW
|
2023-09-03 19:57:43 +08:00 |
|
EstrellaXD
|
fc428a8c43
|
webui: add standalone mode detection
|
2023-09-02 21:41:53 +08:00 |
|
EstrellaXD
|
d5422ae787
|
webui: adjust bangumi grid space.
change header.
|
2023-09-02 17:20:37 +08:00 |
|
Estrella Pan
|
19288bba7e
|
Merge pull request #443 from EstrellaXD/search-component
webui: add search card style in Bangumi card
|
2023-09-02 16:12:47 +08:00 |
|
EstrellaXD
|
820f69f40f
|
webui: add default value in select component.
unhide search bar.
backend: fix type error.
|
2023-09-02 11:44:53 +08:00 |
|
EstrellaXD
|
9460cf211d
|
webui: add search info style.
|
2023-09-02 11:30:32 +08:00 |
|
EstrellaXD
|
f204bcd6b6
|
webui: add story in bangumi card.
|
2023-09-01 17:10:02 +08:00 |
|
Estrella Pan
|
3fdc8687fc
|
Merge pull request #441 from EstrellaXD/fix/bangumi-search-api
fix: fix typo missing in last commit, #440
|
2023-09-01 10:56:32 +08:00 |
|
zthxxx
|
993c795965
|
fix: fix typo missing in last commit, #440
|
2023-09-01 10:53:53 +08:00 |
|
Estrella Pan
|
f8fdd16010
|
Merge pull request #440 from EstrellaXD/fix/bangumi-search-api
fix: 修复 bangumi search API 中的流式接口,webui 对应接口定义方法改造
|
2023-09-01 08:34:26 +08:00 |
|
zthxxx
|
7d50e360ed
|
fix: 修复 bangumi search API 中的流式接口,webui 对应接口定义方法改造
- StreamingResponse 换成 EventSourceResponse,即 Server Send Event Source 方式发送数据
- webui 中 search 接口改成 rxjs Observable 方式,
这次来不及改到 vue 里,但是写了接口 usage example;
- 顺手补了一些 vscode 通用的开发配置,
补了之前配置文件解析漏了一个可用环境变量的 host 字段
|
2023-08-31 23:48:07 +08:00 |
|
EstrellaXD
|
16bbf6f866
|
webui: adjust rss icon.
|
2023-08-30 10:12:37 +08:00 |
|
EstrellaXD
|
6f80a17da1
|
webui: adjust ui.
|
2023-08-30 10:03:19 +08:00 |
|
EstrellaXD
|
6e496dce40
|
webui: add padding in rss page.
|
2023-08-30 09:38:08 +08:00 |
|
EstrellaXD
|
4eacbc81ff
|
fix: reset all api in frontend.
3.1-alpha.4
|
2023-08-30 01:26:48 +08:00 |
|
EstrellaXD
|
de5bf3fd61
|
fix: unexpected version update.
|
2023-08-30 01:24:27 +08:00 |
|
EstrellaXD
|
e5af3d9924
|
fix: collect api bug.
|
2023-08-30 01:18:54 +08:00 |
|
EstrellaXD
|
89cc0b89cf
|
fix: ci
3.1-alpha.3
|
2023-08-29 21:43:26 +08:00 |
|
EstrellaXD
|
ce8baff938
|
fix: rss api bug. fix ui.
|
2023-08-29 21:27:18 +08:00 |
|
EstrellaXD
|
7ccee98e2e
|
fix: bugs, add disable rss api.
|
2023-08-29 19:28:44 +08:00 |
|
EstrellaXD
|
4a509deb16
|
fix: version issue.
3.1-alpha.2
|
2023-08-29 14:47:13 +08:00 |
|
EstrellaXD
|
0c264b2696
|
ci: fix tg notify url missing problem.
|
2023-08-29 14:24:05 +08:00 |
|
EstrellaXD
|
fbfd756c19
|
ci: fix ci bug.
3.1-alpha.1
|
2023-08-29 14:11:44 +08:00 |
|
EstrellaXD
|
38cc1c09c4
|
ci: fix shell problem.
|
2023-08-29 14:06:13 +08:00 |
|
EstrellaXD
|
18d6c8a122
|
ci: fix shell problem.
|
2023-08-29 14:02:26 +08:00 |
|
Estrella Pan
|
e5871dff4c
|
fix: ci problem. (#438)
* ci: test new jobs.
* ci: test new jobs.
* ci: fix shell problem.
* ci: fix shell problem.
|
2023-08-29 13:53:21 +08:00 |
|
EstrellaXD
|
2d3bcf64ad
|
fix ci output.
|
2023-08-29 11:56:25 +08:00 |
|
EstrellaXD
|
d50698f8d9
|
fix: build needs.
|
2023-08-29 11:51:04 +08:00 |
|
EstrellaXD
|
37803aaa0c
|
fix: ci test.
|
2023-08-29 11:50:04 +08:00 |
|
EstrellaXD
|
f7d7c44bf9
|
ci: test.
|
2023-08-29 11:45:22 +08:00 |
|
Estrella Pan
|
02a2e40968
|
Merge pull request #437 from EstrellaXD/ci-test
chore: Add version info in ci.
|
2023-08-29 11:33:28 +08:00 |
|
EstrellaXD
|
31ac5956cb
|
ci: add cache in build test.
|
2023-08-29 11:33:11 +08:00 |
|
EstrellaXD
|
f86d9ce67a
|
ci: fix test.
|
2023-08-29 11:25:26 +08:00 |
|
EstrellaXD
|
0b6d0647d4
|
fix: release bus.
|
2023-08-29 11:15:07 +08:00 |
|
EstrellaXD
|
7d58e3c486
|
ci: fix if.
|
2023-08-29 11:07:55 +08:00 |
|
EstrellaXD
|
b402d97456
|
ci: remove outdated code.
|
2023-08-29 11:00:43 +08:00 |
|