Skip to content

Commit 7d3b1af

Browse files
authored
Merge pull request #7 from piclane/develop
v1.0.5
2 parents 8c4b6e7 + d08dead commit 7d3b1af

33 files changed

Lines changed: 1784 additions & 262 deletions

.idea/misc.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ Foltia ANIME LOCKER 用の拡張 UI
1818
- 録画一覧画面
1919
- 録画詳細画面
2020
- 動画プレイヤー画面
21+
- 録画お掃除画面
2122

2223
## スクリーンショット
2324

2425
![スクリーンショット](doc/images/screenshot.jpg)
2526

2627
## これから提供したい機能
2728

28-
- 動画お掃除機能
2929
- 動画アップロード機能
30+
- ライブ機能
3031

3132
## インストール方法
3233

doc/images/screenshot.afphoto

12.1 MB
Binary file not shown.

doc/images/screenshot.jpg

10.7 KB
Loading

gql-codegen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ config:
1515
LocalDateTime: string
1616
OffsetDateTime: string
1717
URI: string
18+
Job: string
1819
Long: number
1920
Void: void

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
4-
TARGET_API_VERSION="1.0.2"
4+
TARGET_API_VERSION="1.0.3"
55
TARGET_DIR="/home/foltia"
66

77
# API のバージョンを取得

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foltia_ui",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"homepage": "/falp",
66
"dependencies": {
@@ -30,8 +30,12 @@
3030
"react-dom": "^17.0.2",
3131
"react-infinite-scroll-component": "^6.1.0",
3232
"react-loader-spinner": "^6.0.0-0",
33+
"react-number-format": "^4.9.3",
3334
"react-router-dom": "^6.2.2",
3435
"react-scripts": "5.0.1",
36+
"recharts": "^2.1.9",
37+
"sweetalert2": "^11.4.9",
38+
"sweetalert2-react-content": "^4.2.0",
3539
"typescript": "^4.6.3",
3640
"video.js": "^7.18.1",
3741
"web-vitals": "^2.1.4"
@@ -44,7 +48,8 @@
4448
"http-proxy-middleware": "^2.0.4"
4549
},
4650
"resolutions": {
47-
"nth-check": ">=2.0.1"
51+
"nth-check": ">=2.0.1",
52+
"@types/react": "^17.0.43"
4853
},
4954
"scripts": {
5055
"start": "craco start",

0 commit comments

Comments
 (0)