-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
1,845 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,5 @@ node_modules | |
dist | ||
pnpm-lock.yaml | ||
Dockerfile | ||
package.json | ||
*.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true, | ||
"es2023": true, | ||
"node": true | ||
}, | ||
"extends": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
run: ./devtools.sh init | ||
|
||
- name: Build | ||
run: pnpm run build | ||
run: pnpm run build-chrome | ||
|
||
- name: Compress files | ||
uses: vimtor/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ node_modules | |
.next | ||
pnpm-lock.yaml | ||
Dockerfile | ||
package.json | ||
/README.md | ||
/SUSHI.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,44 @@ | ||
## Todo | ||
|
||
### ウェブサイト | ||
### ゲーミング | ||
|
||
- [ ] [mdl.media.gunma-u.ac.jp](https://mdl.media.gunma-u.ac.jp/GU/index.php) | ||
- [ ] [www.kyomu-sys.gunma-u.ac.jp](https://www.kyomu-sys.gunma-u.ac.jp/Portal/) | ||
- [ ] [www.media.gunma-u.ac.jp](https://www.media.gunma-u.ac.jp/) | ||
- [ ] [www.gunma-u.ac.jp](https://www.gunma-u.ac.jp/) | ||
- SSOログイン画面 | ||
- [x] 基本的な実装 | ||
- [ ] 見やすさの改善 | ||
- [mdl.media.gunma-u.ac.jp](https://mdl.media.gunma-u.ac.jp/GU/index.php) | ||
- [x] 基本的な実装 | ||
- [www.kyomu-sys.gunma-u.ac.jp](https://www.kyomu-sys.gunma-u.ac.jp/Portal/) | ||
- [x] 基本的な実装 | ||
- [www.media.gunma-u.ac.jp](https://www.media.gunma-u.ac.jp/) | ||
- [x] 基本的な実装 | ||
- [opac.lib.gunma-u.ac.jp](https://opac.lib.gunma-u.ac.jp/opc/) | ||
- [x] 基本的な実装 | ||
- [www.gunma-u.ac.jp](https://www.gunma-u.ac.jp/) | ||
- [ ] 基本的な実装 | ||
|
||
### 開発 | ||
### ダークモード | ||
|
||
- SSOログイン画面 | ||
- [ ] 基本的な実装 | ||
- [mdl.media.gunma-u.ac.jp](https://mdl.media.gunma-u.ac.jp/GU/index.php) | ||
- [ ] 基本的な実装 | ||
- [www.kyomu-sys.gunma-u.ac.jp](https://www.kyomu-sys.gunma-u.ac.jp/Portal/) | ||
- [ ] 基本的な実装 | ||
- [www.media.gunma-u.ac.jp](https://www.media.gunma-u.ac.jp/) | ||
- [ ] 基本的な実装 | ||
- [opac.lib.gunma-u.ac.jp](https://opac.lib.gunma-u.ac.jp/opc/) | ||
- [ ] 基本的な実装 | ||
- [www.gunma-u.ac.jp](https://www.gunma-u.ac.jp/) | ||
- [ ] 基本的な実装 | ||
|
||
### その他 | ||
|
||
- [ ] [webpack-chrome-extension-reloader](https://www.npmjs.com/package/webpack-chrome-extension-reloader)でホットリロードに対応する | ||
- [ ] SCSSで直にスタイルを書き込んだ場合に無効化できない問題を修正する | ||
- [x] SCSSで直にスタイルを書き込んだ場合に無効化できない問題を修正する | ||
- [ ] リロードなしで有効化/無効化できるようにする | ||
- [ ] Reactコンポーネントを最適化する | ||
- [ ] テストを書く | ||
- [ ] ドキュメントを書く | ||
- [ ] 設定を開いている間はポップアップを無効化する | ||
- [x] 設定を開いている間はポップアップを無効化する | ||
- [ ] ポップアップでの設定変更後に手動でリロードする必要がある問題を修正する | ||
- [ ] 設定の初期値を変更する |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
} | ||
], | ||
"@babel/preset-react" | ||
] | ||
], | ||
"plugins": ["syntax-dynamic-import"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.