fix: service worker network-first strategy + lint fixes

This commit is contained in:
N1C4T
2026-01-10 19:50:59 +04:00
parent 1a55696407
commit a5e82fffa6
21 changed files with 136 additions and 240 deletions

View File

@@ -8,7 +8,12 @@ interface AurDrawerSettingsProps {
setSelectedHelper: (helper: 'yay' | 'paru') => void;
}
// AUR settings configuration panel
/**
* AUR package settings panel for Arch users.
* Lets you pick between yay and paru, and whether to install the helper.
* The naming of hasYayInstalled is a bit misleading - it actually means
* "user already has an AUR helper" regardless of which one. Tech debt, I know.
*/
export function AurDrawerSettings({
aurAppNames,
hasYayInstalled,