refactor: api cleanup

This commit is contained in:
zhom
2026-07-11 21:37:41 +04:00
parent 53db00a85a
commit ae8afbb158
27 changed files with 604 additions and 531 deletions
+2 -2
View File
@@ -26,14 +26,14 @@
*
* Auto-update toast:
* ```
* showAutoUpdateToast("Firefox", "125.0.1");
* showAutoUpdateToast("Wayfern", "149.0.7827.116");
* ```
*
* Download progress toast:
* ```
* showToast({
* type: "download",
* title: "Downloading Firefox 123.0",
* title: "Downloading Wayfern 149.0.7827.116",
* progress: { percentage: 45, speed: "2.5", eta: "30s" }
* });
* ```
+3 -3
View File
@@ -517,11 +517,11 @@ export function ImportProfileDialog({
{t("importProfile.examplePaths")}
<br />
macOS: ~/Library/Application
Support/Firefox/Profiles/xxx.default
Support/Google/Chrome/Default
<br />
Windows: %APPDATA%\Mozilla\Firefox\Profiles\xxx.default
Windows: %LOCALAPPDATA%\Google\Chrome\User Data\Default
<br />
Linux: ~/.mozilla/firefox/xxx.default
Linux: ~/.config/google-chrome/Default
</p>
</div>