Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

設定画面のブラウザタブにあるキャッシュ項目の改修 #4184

Merged
merged 65 commits into from
Sep 28, 2024

Conversation

reiroop
Copy link
Contributor

@reiroop reiroop commented Dec 2, 2023

Copy link

github-actions bot commented Dec 2, 2023

Copy link

codecov bot commented Dec 2, 2023

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.41%. Comparing base (a3e2391) to head (8541fd6).
Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
src/lib/basic/file.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4184      +/-   ##
==========================================
+ Coverage   86.38%   86.41%   +0.02%     
==========================================
  Files          66       66              
  Lines        4730     4747      +17     
  Branches      569      503      -66     
==========================================
+ Hits         4086     4102      +16     
- Misses        638      639       +1     
  Partials        6        6              
Flag Coverage Δ
86.41% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reiroop reiroop changed the title templateとscriptを編集し、キャッシュ削除ボタンを"削除する"1つに統一 設定画面のキャッシュ削除ボタンを1つに統一 Dec 2, 2023
@reiroop reiroop changed the title 設定画面のキャッシュ削除ボタンを1つに統一 設定画面のキャッシュ削除ボタンの改修 Dec 2, 2023
@reiroop reiroop changed the title 設定画面のキャッシュ削除ボタンの改修 設定画面のブラウザタブにあるキャッシュ項目の改修 Dec 2, 2023
@reiroop reiroop marked this pull request as ready for review December 2, 2023 16:40
Copy link
Member

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

プレビューが落ちてるやつ、masterをrebaseとかmasterとかしたら直るはずなのでお願いします:pray:

src/components/Settings/BrowserTab/CacheManager.vue Outdated Show resolved Hide resolved
src/components/Settings/BrowserTab/CacheManager.vue Outdated Show resolved Hide resolved
@reiroop reiroop marked this pull request as draft December 27, 2023 22:54
@reiroop reiroop marked this pull request as ready for review January 4, 2024 16:30
@reiroop reiroop linked an issue Apr 5, 2024 that may be closed by this pull request
@reiroop
Copy link
Contributor Author

reiroop commented Apr 5, 2024

conflict対応しました!初めてなので確認お願いします。
あとCI落ちてる原因がよくわからないので見てもらいたいです。お願いします。

@mehm8128
Copy link
Member

mehm8128 commented Apr 5, 2024

conflict解消は問題なさそうです(なんで発生してたかよく分かってない)
CIは多分github落ちてたのが原因で落ちてたのでre-runしたら直りました

@mehm8128
Copy link
Member

mehm8128 commented Apr 5, 2024

あ、issue紐づけじゃうと残ってる僕のPRがマージされる前にissue closeされちゃうので、紐づけはしないでおいてほしいです🙏

@reiroop reiroop removed a link to an issue Apr 5, 2024
@reiroop
Copy link
Contributor Author

reiroop commented Apr 5, 2024

あ、issue紐づけじゃうと残ってる僕のPRがマージされる前にissue closeされちゃうので、紐づけはしないでおいてほしいです🙏

了解です

@reiroop
Copy link
Contributor Author

reiroop commented Apr 5, 2024

conflict解消は問題なさそうです(なんで発生してたかよく分かってない) CIは多分github落ちてたのが原因で落ちてたのでre-runしたら直りました

そうだったんですね、ありがとうございます

@reiroop
Copy link
Contributor Author

reiroop commented Sep 8, 2024

キャッシュの問題が片付いたわけではないのですが、僕の能力ではこれ以上は難しいのと、処理の仕様としては以前のものと変わっていないはずなので、issueとして分離して完了としてしまいたいです

Copy link
Member

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

現状、(少なくとも僕の環境だと)こんな感じで全部0Bになっちゃっててどれを選択すればいいか分からなくなってるので、妥協するとしたら

  • デフォルトで全部選択した状態にしておく
  • モーダル内ではそれぞれのキャッシュサイズは表示しない
    • ロジック自体は後から直せるように残しておいてよさそうだけど、コメントでTODO書いておく&issueを立てておいてほしいです

の2つはやっておきたさがあります
image

src/components/UI/FormCheckbox.vue Outdated Show resolved Hide resolved
@reiroop
Copy link
Contributor Author

reiroop commented Sep 12, 2024

現状、(少なくとも僕の環境だと)こんな感じで全部0Bになっちゃっててどれを選択すればいいか分からなくなってるので、妥協するとしたら

  • デフォルトで全部選択した状態にしておく

  • モーダル内ではそれぞれのキャッシュサイズは表示しない

    • ロジック自体は後から直せるように残しておいてよさそうだけど、コメントでTODO書いておく&issueを立てておいてほしいです

の2つはやっておきたさがあります image

キャッシュサイズを表示しない方向で行きます!

Comment on lines 83 to 118
// const cacheSize = ref(
// Object.fromEntries(cacheCategories.map(name => [name, '計算中...']))
// )
// const updateCacheSize = async () => {
// await Promise.all(
// cacheCategories.map(async category => {
// cacheSize.value[category] = prettifyFileSize(
// await calculateCacheSizeSum(await cacheNames(category))
// )
// })
// )
// }
// onMounted(updateCacheSize)
// const calculateCacheSizeSum = async (cacheNames: string[]) => {
// let size = 0
// await Promise.all(
// cacheNames.map(async cacheName => {
// size += await calculateEachCacheSize(cacheName)
// })
// )
// return size
// }
// const calculateEachCacheSize = async (cacheName: string) => {
// const cache = await window.caches.open(cacheName)
// const keys = await cache.keys()
// let size = 0
// await Promise.all(
// keys.map(async key => {
// const response = await cache.match(key)
// if (!response) return
// const blob = await response.blob()
// size += blob.size
// })
// )
// return size
// }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントアウトじゃなくて一旦全部消しちゃっていいと思います
その上で、キャッシュサイズを表示するというissueを別で作っておいて、この部分を消したときのcommitのURLを一緒に貼っておいてほしいです

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

了解です!

@mehm8128
Copy link
Member

CI落ちてるので修正お願いします 🙏

@reiroop
Copy link
Contributor Author

reiroop commented Sep 28, 2024

しました!

Copy link
Member

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそうです:kansya:

@reiroop reiroop merged commit d55e4bc into master Sep 28, 2024
9 checks passed
@reiroop reiroop deleted the fix/setting_browser_cache branch September 28, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants