mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-07-02 19:52:47 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41123bd8db | |||
| 9fbc152a91 | |||
| fdac0c0766 | |||
| 2065ee4637 |
@@ -22,5 +22,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"postCreateCommand": "yarn install"
|
"postCreateCommand": "npm install"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ jobs:
|
|||||||
echo "WXT_GA4_API_SECRET=${{ secrets.GA4_SECRET }}" >> .env
|
echo "WXT_GA4_API_SECRET=${{ secrets.GA4_SECRET }}" >> .env
|
||||||
echo "WXT_GA4_MEASUREMENT_ID=${{ secrets.GA4_MEASUREMENT_ID }}" >> .env
|
echo "WXT_GA4_MEASUREMENT_ID=${{ secrets.GA4_MEASUREMENT_ID }}" >> .env
|
||||||
|
|
||||||
- run: corepack enable
|
- run: npm install
|
||||||
- run: yarn install
|
|
||||||
|
|
||||||
# Patch for firefox dnd popup (see https://github.com/clauderic/dnd-kit/issues/1043)
|
# Patch for firefox dnd popup (see https://github.com/clauderic/dnd-kit/issues/1043)
|
||||||
- run: grep -v "this.windowListeners.add(EventName.Resize, this.handleCancel);" core.esm.js > core.esm.js.tmp && mv core.esm.js.tmp core.esm.js
|
- run: grep -v "this.windowListeners.add(EventName.Resize, this.handleCancel);" core.esm.js > core.esm.js.tmp && mv core.esm.js.tmp core.esm.js
|
||||||
@@ -64,7 +63,7 @@ jobs:
|
|||||||
working-directory: ./node_modules/@wxt-dev/analytics/dist
|
working-directory: ./node_modules/@wxt-dev/analytics/dist
|
||||||
if: ${{ matrix.target == 'firefox' }}
|
if: ${{ matrix.target == 'firefox' }}
|
||||||
|
|
||||||
- run: yarn zip -b ${{ matrix.target }}
|
- run: npm run zip -- -b ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Drop build artifacts (${{ matrix.target }})
|
- name: Drop build artifacts (${{ matrix.target }})
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
@@ -81,7 +80,7 @@ jobs:
|
|||||||
source: ./.output/firefox-mv3
|
source: ./.output/firefox-mv3
|
||||||
channel: listed
|
channel: listed
|
||||||
|
|
||||||
- run: yarn npm audit
|
- run: npm audit
|
||||||
continue-on-error: ${{ github.event_name != 'release' && github.event.inputs.bypass_audit == 'true' }}
|
continue-on-error: ${{ github.event_name != 'release' && github.event.inputs.bypass_audit == 'true' }}
|
||||||
|
|
||||||
publish-github:
|
publish-github:
|
||||||
|
|||||||
@@ -43,8 +43,7 @@ jobs:
|
|||||||
echo "WXT_GA4_API_SECRET=${{ secrets.GA4_SECRET }}" >> .env
|
echo "WXT_GA4_API_SECRET=${{ secrets.GA4_SECRET }}" >> .env
|
||||||
echo "WXT_GA4_MEASUREMENT_ID=${{ secrets.GA4_MEASUREMENT_ID }}" >> .env
|
echo "WXT_GA4_MEASUREMENT_ID=${{ secrets.GA4_MEASUREMENT_ID }}" >> .env
|
||||||
|
|
||||||
- run: corepack enable
|
- run: npm install
|
||||||
- run: yarn install
|
|
||||||
|
|
||||||
# Patch for firefox dnd popup (see https://github.com/clauderic/dnd-kit/issues/1043)
|
# Patch for firefox dnd popup (see https://github.com/clauderic/dnd-kit/issues/1043)
|
||||||
- run: grep -v "this.windowListeners.add(EventName.Resize, this.handleCancel);" core.esm.js > core.esm.js.tmp && mv core.esm.js.tmp core.esm.js
|
- run: grep -v "this.windowListeners.add(EventName.Resize, this.handleCancel);" core.esm.js > core.esm.js.tmp && mv core.esm.js.tmp core.esm.js
|
||||||
@@ -56,7 +55,7 @@ jobs:
|
|||||||
working-directory: ./node_modules/@wxt-dev/analytics/dist
|
working-directory: ./node_modules/@wxt-dev/analytics/dist
|
||||||
if: ${{ matrix.target == 'firefox' }}
|
if: ${{ matrix.target == 'firefox' }}
|
||||||
|
|
||||||
- run: yarn zip -b ${{ matrix.target }}
|
- run: npm run zip -- -b ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Drop artifacts (${{ matrix.target }})
|
- name: Drop artifacts (${{ matrix.target }})
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
@@ -73,4 +72,4 @@ jobs:
|
|||||||
source: ./.output/firefox-mv3
|
source: ./.output/firefox-mv3
|
||||||
channel: listed
|
channel: listed
|
||||||
|
|
||||||
- run: yarn npm audit
|
- run: npm audit
|
||||||
|
|||||||
-117
@@ -1,117 +0,0 @@
|
|||||||
nodeLinker: node-modules
|
|
||||||
|
|
||||||
packageExtensions:
|
|
||||||
"@wxt-dev/module-react@*":
|
|
||||||
peerDependencies:
|
|
||||||
vite: "*"
|
|
||||||
"@fluentui/react-accordion@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-avatar@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-carousel@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-color-picker@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-combobox@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-dialog@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-field@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-list@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-menu@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-nav@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-overflow@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-popover@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-swatch-picker@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-table@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-tabs@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-tag-picker@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-teaching-popover@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-toolbar@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-tree@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-alert@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-checkbox@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-components@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-drawer@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-infobutton@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-infolabel@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-input@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-persona@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-progress@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-radio@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-select@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-skeleton@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-slider@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-spinbutton@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-switch@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-tags@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-textarea@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
"@fluentui/react-search@*":
|
|
||||||
peerDependencies:
|
|
||||||
scheduler: "0.23.0"
|
|
||||||
@@ -41,5 +41,9 @@ export const useOptionsStyles = makeStyles({
|
|||||||
flexFlow: "column",
|
flexFlow: "column",
|
||||||
alignItems: "flex-start",
|
alignItems: "flex-start",
|
||||||
gap: tokens.spacingVerticalSNudge
|
gap: tokens.spacingVerticalSNudge
|
||||||
|
},
|
||||||
|
messageBar:
|
||||||
|
{
|
||||||
|
flexShrink: 0
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,12 +2,13 @@ import { useDialog } from "@/contexts/DialogProvider";
|
|||||||
import { clearGraphicsStorage, cloudDisabled, setCloudStorage, thumbnailCaptureEnabled } from "@/features/collectionStorage";
|
import { clearGraphicsStorage, cloudDisabled, setCloudStorage, thumbnailCaptureEnabled } from "@/features/collectionStorage";
|
||||||
import { useDangerStyles } from "@/hooks/useDangerStyles";
|
import { useDangerStyles } from "@/hooks/useDangerStyles";
|
||||||
import useStorageInfo from "@/hooks/useStorageInfo";
|
import useStorageInfo from "@/hooks/useStorageInfo";
|
||||||
import { Button, Field, InfoLabel, LabelProps, MessageBar, MessageBarBody, MessageBarTitle, ProgressBar, Switch } from "@fluentui/react-components";
|
import { Button, Divider, Field, InfoLabel, LabelProps, MessageBar, MessageBarBody, MessageBarTitle, ProgressBar, Subtitle2, Switch } from "@fluentui/react-components";
|
||||||
import { ArrowDownload20Regular, ArrowUpload20Regular } from "@fluentui/react-icons";
|
import { ArrowDownload20Regular, ArrowUpload20Regular } from "@fluentui/react-icons";
|
||||||
import { Unwatch } from "wxt/utils/storage";
|
import { Unwatch } from "wxt/utils/storage";
|
||||||
import { useOptionsStyles } from "../hooks/useOptionsStyles";
|
import { useOptionsStyles } from "../hooks/useOptionsStyles";
|
||||||
import exportData from "../utils/exportData";
|
import exportData from "../utils/exportData";
|
||||||
import importData from "../utils/importData";
|
import importData from "../utils/importData";
|
||||||
|
import BookmarksSection from "@/features/netscapeBookmarks/layouts/BookmarksSection";
|
||||||
|
|
||||||
export default function StorageSection(): React.ReactElement
|
export default function StorageSection(): React.ReactElement
|
||||||
{
|
{
|
||||||
@@ -78,6 +79,59 @@ export default function StorageSection(): React.ReactElement
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<Subtitle2>{ i18n.t("options_page.storage.manage_title") }</Subtitle2>
|
||||||
|
|
||||||
|
{ isCloudDisabled === false &&
|
||||||
|
<Field
|
||||||
|
label={ i18n.t("options_page.storage.capacity.title") }
|
||||||
|
hint={ i18n.t("options_page.storage.capacity.description", [(bytesInUse / 1024).toFixed(1), storageQuota / 1024]) }
|
||||||
|
validationState={ usedStorageRatio >= 0.8 ? "error" : undefined }
|
||||||
|
>
|
||||||
|
<ProgressBar value={ usedStorageRatio } thickness="large" />
|
||||||
|
</Field>
|
||||||
|
}
|
||||||
|
|
||||||
|
<div className={ cls.horizontalButtons }>
|
||||||
|
{ isCloudDisabled === true &&
|
||||||
|
<Button appearance="primary" onClick={ () => setCloudStorage(true) }>
|
||||||
|
{ i18n.t("options_page.storage.enable") }
|
||||||
|
</Button>
|
||||||
|
}
|
||||||
|
|
||||||
|
{ isCloudDisabled === false &&
|
||||||
|
<div className={ cls.horizontalButtons }>
|
||||||
|
<Button
|
||||||
|
appearance="subtle" className={ dangerCls.buttonSubtle }
|
||||||
|
onClick={ handleDisableCloud }
|
||||||
|
>
|
||||||
|
{ i18n.t("options_page.storage.disable") }
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className={ cls.horizontalButtons }>
|
||||||
|
<Button icon={ <ArrowDownload20Regular /> } onClick={ exportData }>
|
||||||
|
{ i18n.t("options_page.storage.export") }
|
||||||
|
</Button>
|
||||||
|
<Button icon={ <ArrowUpload20Regular /> } onClick={ handleImport }>
|
||||||
|
{ i18n.t("options_page.storage.import") }
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{ importResult !== null &&
|
||||||
|
<MessageBar intent={ importResult ? "success" : "error" } className={ cls.messageBar }>
|
||||||
|
<MessageBarBody>
|
||||||
|
{ importResult === true ?
|
||||||
|
i18n.t("options_page.storage.import_results.success") :
|
||||||
|
i18n.t("options_page.storage.import_results.error")
|
||||||
|
}
|
||||||
|
</MessageBarBody>
|
||||||
|
</MessageBar>
|
||||||
|
}
|
||||||
|
|
||||||
|
<Divider />
|
||||||
|
<Subtitle2>{ i18n.t("options_page.storage.thumbnails_title") }</Subtitle2>
|
||||||
<div className={ cls.group }>
|
<div className={ cls.group }>
|
||||||
<Switch
|
<Switch
|
||||||
checked={ isThumbnailCaptureEnabled ?? true }
|
checked={ isThumbnailCaptureEnabled ?? true }
|
||||||
@@ -101,52 +155,8 @@ export default function StorageSection(): React.ReactElement
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{ isCloudDisabled === false &&
|
<Divider />
|
||||||
<Field
|
<BookmarksSection />
|
||||||
label={ i18n.t("options_page.storage.capacity.title") }
|
|
||||||
hint={ i18n.t("options_page.storage.capacity.description", [(bytesInUse / 1024).toFixed(1), storageQuota / 1024]) }
|
|
||||||
validationState={ usedStorageRatio >= 0.8 ? "error" : undefined }
|
|
||||||
>
|
|
||||||
<ProgressBar value={ usedStorageRatio } thickness="large" />
|
|
||||||
</Field>
|
|
||||||
}
|
|
||||||
|
|
||||||
{ isCloudDisabled === true &&
|
|
||||||
<Button appearance="primary" onClick={ () => setCloudStorage(true) }>
|
|
||||||
{ i18n.t("options_page.storage.enable") }
|
|
||||||
</Button>
|
|
||||||
}
|
|
||||||
|
|
||||||
<div className={ cls.horizontalButtons }>
|
|
||||||
<Button icon={ <ArrowDownload20Regular /> } onClick={ exportData }>
|
|
||||||
{ i18n.t("options_page.storage.export") }
|
|
||||||
</Button>
|
|
||||||
<Button icon={ <ArrowUpload20Regular /> } onClick={ handleImport }>
|
|
||||||
{ i18n.t("options_page.storage.import") }
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{ importResult !== null &&
|
|
||||||
<MessageBar intent={ importResult ? "success" : "error" }>
|
|
||||||
<MessageBarBody>
|
|
||||||
{ importResult === true ?
|
|
||||||
i18n.t("options_page.storage.import_results.success") :
|
|
||||||
i18n.t("options_page.storage.import_results.error")
|
|
||||||
}
|
|
||||||
</MessageBarBody>
|
|
||||||
</MessageBar>
|
|
||||||
}
|
|
||||||
|
|
||||||
{ isCloudDisabled === false &&
|
|
||||||
<div className={ cls.horizontalButtons }>
|
|
||||||
<Button
|
|
||||||
appearance="subtle" className={ dangerCls.buttonSubtle }
|
|
||||||
onClick={ handleDisableCloud }
|
|
||||||
>
|
|
||||||
{ i18n.t("options_page.storage.disable") }
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -19,13 +19,14 @@ export default defineConfig([
|
|||||||
{ files: ["**/*.css"], plugins: { css }, language: "css/css", extends: ["css/recommended"] },
|
{ files: ["**/*.css"], plugins: { css }, language: "css/css", extends: ["css/recommended"] },
|
||||||
{
|
{
|
||||||
files: ["**/*.{jsonc,json}"],
|
files: ["**/*.{jsonc,json}"],
|
||||||
|
ignores: [".devcontainer/devcontainer.json", "package-lock.json"],
|
||||||
plugins: { json },
|
plugins: { json },
|
||||||
language: "json/jsonc",
|
language: "json/jsonc",
|
||||||
extends: ["json/recommended"]
|
extends: ["json/recommended"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ["**/*.json"],
|
files: ["**/*.json"],
|
||||||
ignores: [".devcontainer/devcontainer.json"],
|
ignores: [".devcontainer/devcontainer.json", "package-lock.json"],
|
||||||
plugins: { json },
|
plugins: { json },
|
||||||
language: "json/json",
|
language: "json/json",
|
||||||
extends: ["json/recommended"]
|
extends: ["json/recommended"]
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ function parseTab(data: string): TabItem
|
|||||||
{
|
{
|
||||||
return {
|
return {
|
||||||
type: "tab",
|
type: "tab",
|
||||||
url: data.match(/(?<=^(\t){1,2}t\|).*(?=\|)/)!.toString(),
|
url: data.match(/(?<=^\t{1,2}t\|).*(?=\|)/)!.toString(),
|
||||||
title: data.match(/(?<=^(\t){1,2}t\|.*\|).*$/)?.toString()
|
title: data.match(/(?<=^\t{1,2}t\|.*\|).*$/)?.toString()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,66 @@
|
|||||||
|
import { useDialog } from "@/contexts/DialogProvider";
|
||||||
|
import { Body1, Button, makeStyles, MessageBar, MessageBarBody, Subtitle2, tokens } from "@fluentui/react-components";
|
||||||
|
import { ArrowDownload20Regular, ArrowUpload20Regular } from "@fluentui/react-icons";
|
||||||
|
import importBookmarks from "../utils/importBookmarks";
|
||||||
|
import exportBookmarks from "../utils/exportBookmarks";
|
||||||
|
|
||||||
|
export default function BookmarksSection(): React.ReactElement
|
||||||
|
{
|
||||||
|
const cls = useStyles();
|
||||||
|
const dialog = useDialog();
|
||||||
|
|
||||||
|
const [importResult, setImportResult] = useState<number | null>(null);
|
||||||
|
|
||||||
|
const handleImport = (): void =>
|
||||||
|
dialog.pushPrompt({
|
||||||
|
title: i18n.t("features.netscape_bookmarks.import_dialog.title"),
|
||||||
|
confirmText: i18n.t("options_page.storage.import_prompt.proceed"),
|
||||||
|
onConfirm: () => importBookmarks().then(setImportResult),
|
||||||
|
content: (
|
||||||
|
<Body1 as="p">
|
||||||
|
{ i18n.t("features.netscape_bookmarks.import_dialog.content") }
|
||||||
|
</Body1>
|
||||||
|
)
|
||||||
|
});
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className={ cls.root }>
|
||||||
|
<Subtitle2>{ i18n.t("features.netscape_bookmarks.title") }</Subtitle2>
|
||||||
|
|
||||||
|
{ importResult !== null &&
|
||||||
|
<MessageBar intent={ importResult >= 0 ? "success" : "error" } layout="multiline">
|
||||||
|
<MessageBarBody>
|
||||||
|
{ importResult >= 0 ?
|
||||||
|
i18n.t("features.netscape_bookmarks.import_result.success", [importResult]) :
|
||||||
|
i18n.t("features.netscape_bookmarks.import_result.error")
|
||||||
|
}
|
||||||
|
</MessageBarBody>
|
||||||
|
</MessageBar>
|
||||||
|
}
|
||||||
|
|
||||||
|
<div className={ cls.buttons }>
|
||||||
|
<Button icon={ <ArrowDownload20Regular /> } onClick={ exportBookmarks }>
|
||||||
|
{ i18n.t("features.netscape_bookmarks.export") }
|
||||||
|
</Button>
|
||||||
|
<Button icon={ <ArrowUpload20Regular /> } onClick={ handleImport }>
|
||||||
|
{ i18n.t("features.netscape_bookmarks.import") }
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const useStyles = makeStyles({
|
||||||
|
root:
|
||||||
|
{
|
||||||
|
display: "flex",
|
||||||
|
flexFlow: "column",
|
||||||
|
gap: tokens.spacingVerticalMNudge
|
||||||
|
},
|
||||||
|
buttons:
|
||||||
|
{
|
||||||
|
display: "flex",
|
||||||
|
flexWrap: "wrap",
|
||||||
|
gap: tokens.spacingVerticalSNudge
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -0,0 +1,104 @@
|
|||||||
|
import { CollectionItem, GraphicsStorage, GroupItem, TabItem } from "@/models/CollectionModels";
|
||||||
|
import { Bookmark } from "node-bookmarks-parser/build/interfaces/bookmark";
|
||||||
|
|
||||||
|
export default function convertBookmarks(bookmarks: Bookmark[]): [CollectionItem[], GraphicsStorage, number]
|
||||||
|
{
|
||||||
|
let count: number = 0;
|
||||||
|
const graphics: GraphicsStorage = {};
|
||||||
|
const items: CollectionItem[] = [];
|
||||||
|
const untitled: CollectionItem = {
|
||||||
|
items: [],
|
||||||
|
timestamp: Date.now(),
|
||||||
|
type: "collection"
|
||||||
|
};
|
||||||
|
|
||||||
|
for (const bookmark of bookmarks)
|
||||||
|
{
|
||||||
|
if (bookmark.type === "bookmark")
|
||||||
|
{
|
||||||
|
untitled.items.push(getTab(bookmark, graphics));
|
||||||
|
count++;
|
||||||
|
}
|
||||||
|
else if (bookmark.type === "folder")
|
||||||
|
{
|
||||||
|
const collection: CollectionItem = getCollection(bookmark, graphics);
|
||||||
|
items.push(collection);
|
||||||
|
count += collection.items.reduce((acc, item) =>
|
||||||
|
{
|
||||||
|
if (item.type === "tab")
|
||||||
|
return acc + 1;
|
||||||
|
else if (item.type === "group")
|
||||||
|
return acc + item.items.length;
|
||||||
|
return acc;
|
||||||
|
}, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (untitled.items.length > 0)
|
||||||
|
items.unshift(untitled);
|
||||||
|
|
||||||
|
return [items, graphics, count];
|
||||||
|
}
|
||||||
|
|
||||||
|
function getTab(bookmark: Bookmark, graphics: GraphicsStorage): TabItem
|
||||||
|
{
|
||||||
|
if (bookmark.icon)
|
||||||
|
graphics[bookmark.url!] = {
|
||||||
|
icon: bookmark.icon
|
||||||
|
};
|
||||||
|
|
||||||
|
return {
|
||||||
|
type: "tab",
|
||||||
|
url: bookmark.url!,
|
||||||
|
title: bookmark.title || bookmark.url!
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function getCollection(bookmark: Bookmark, graphics: GraphicsStorage): CollectionItem
|
||||||
|
{
|
||||||
|
const collection: CollectionItem = {
|
||||||
|
items: [],
|
||||||
|
title: bookmark.title,
|
||||||
|
timestamp: Date.now(),
|
||||||
|
type: "collection"
|
||||||
|
};
|
||||||
|
|
||||||
|
if (bookmark.children)
|
||||||
|
for (const child of bookmark.children)
|
||||||
|
{
|
||||||
|
if (child.type === "bookmark")
|
||||||
|
collection.items.push(getTab(child, graphics));
|
||||||
|
else if (child.type === "folder" && child.children)
|
||||||
|
collection.items.push(getGroup(child, graphics));
|
||||||
|
}
|
||||||
|
|
||||||
|
return collection;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getGroup(bookmark: Bookmark, graphics: GraphicsStorage): GroupItem
|
||||||
|
{
|
||||||
|
const group: GroupItem = {
|
||||||
|
items: [],
|
||||||
|
title: bookmark.title,
|
||||||
|
pinned: false,
|
||||||
|
type: "group",
|
||||||
|
color: getRandomColor()
|
||||||
|
};
|
||||||
|
|
||||||
|
if (bookmark.children)
|
||||||
|
for (const child of bookmark.children)
|
||||||
|
{
|
||||||
|
if (child.type === "bookmark")
|
||||||
|
group.items.push(getTab(child, graphics));
|
||||||
|
else if (child.type === "folder")
|
||||||
|
group.items.push(...getGroup(child, graphics).items);
|
||||||
|
}
|
||||||
|
|
||||||
|
return group;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getRandomColor(): "blue" | "cyan" | "green" | "grey" | "orange" | "pink" | "purple" | "red" | "yellow"
|
||||||
|
{
|
||||||
|
const colors = ["blue", "cyan", "green", "grey", "orange", "pink", "purple", "red", "yellow"] as const;
|
||||||
|
return colors[Math.floor(Math.random() * colors.length)];
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
import { getCollectionTitle } from "@/entrypoints/sidepanel/utils/getCollectionTitle";
|
||||||
|
import { getCollections } from "@/features/collectionStorage";
|
||||||
|
import { CollectionItem, GroupItem } from "@/models/CollectionModels";
|
||||||
|
|
||||||
|
export default async function exportBookmarks(): Promise<void>
|
||||||
|
{
|
||||||
|
const [collections] = await getCollections();
|
||||||
|
const lines: string[] = [
|
||||||
|
"<!DOCTYPE NETSCAPE-Bookmark-file-1>",
|
||||||
|
"<!-- This is an automatically generated file.",
|
||||||
|
" It will be read and overwritten.",
|
||||||
|
" DO NOT EDIT! -->",
|
||||||
|
"<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=UTF-8\">",
|
||||||
|
"<TITLE>Bookmarks</TITLE>",
|
||||||
|
"<H1>Bookmarks</H1>",
|
||||||
|
"<DL><p>"
|
||||||
|
];
|
||||||
|
|
||||||
|
for (const collection of collections)
|
||||||
|
lines.push(...createFolder(collection));
|
||||||
|
|
||||||
|
lines.push("</DL><p>");
|
||||||
|
|
||||||
|
const data: string = lines.join("\n");
|
||||||
|
|
||||||
|
const blob: Blob = new Blob([data], { type: "text/html" });
|
||||||
|
|
||||||
|
const element: HTMLAnchorElement = document.createElement("a");
|
||||||
|
element.style.display = "none";
|
||||||
|
element.href = URL.createObjectURL(blob);
|
||||||
|
element.setAttribute("download", "collections.html");
|
||||||
|
|
||||||
|
document.body.appendChild(element);
|
||||||
|
element.click();
|
||||||
|
|
||||||
|
URL.revokeObjectURL(element.href);
|
||||||
|
document.body.removeChild(element);
|
||||||
|
}
|
||||||
|
|
||||||
|
function createFolder(item: CollectionItem | GroupItem): string[]
|
||||||
|
{
|
||||||
|
const lines: string[] = [];
|
||||||
|
const title: string = item.type === "collection" ?
|
||||||
|
(item.title ?? getCollectionTitle(item)) :
|
||||||
|
(item.pinned ? i18n.t("groups.pinned") : (item.title ?? ""));
|
||||||
|
|
||||||
|
lines.push(`<DT><H3>${sanitizeString(title)}</H3>`);
|
||||||
|
lines.push("<DL><p>");
|
||||||
|
|
||||||
|
for (const subItem of item.items)
|
||||||
|
{
|
||||||
|
if (subItem.type === "tab")
|
||||||
|
lines.push(`<DT><A HREF="${encodeURI(subItem.url).replace(/"/g, "%22")}">${sanitizeString(subItem.title || subItem.url)}</A>`);
|
||||||
|
else if (subItem.type === "group")
|
||||||
|
lines.push(...createFolder(subItem));
|
||||||
|
}
|
||||||
|
|
||||||
|
lines.push("</DL><p>");
|
||||||
|
return lines;
|
||||||
|
}
|
||||||
|
|
||||||
|
function sanitizeString(str: string): string
|
||||||
|
{
|
||||||
|
return str
|
||||||
|
.replace(/&/g, "&")
|
||||||
|
.replace(/</g, "<")
|
||||||
|
.replace(/>/g, ">")
|
||||||
|
.replace(/"/g, """);
|
||||||
|
}
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
import { getCollections, saveCollections } from "@/features/collectionStorage";
|
||||||
|
import { sendMessage } from "@/utils/messaging";
|
||||||
|
import parse from "node-bookmarks-parser";
|
||||||
|
import { Bookmark } from "node-bookmarks-parser/build/interfaces/bookmark";
|
||||||
|
import convertBookmarks from "./convertBookmarks";
|
||||||
|
|
||||||
|
export default async function importBookmarks(): Promise<number | null>
|
||||||
|
{
|
||||||
|
const element: HTMLInputElement = document.createElement("input");
|
||||||
|
element.style.display = "none";
|
||||||
|
element.hidden = true;
|
||||||
|
element.type = "file";
|
||||||
|
element.accept = ".html";
|
||||||
|
|
||||||
|
document.body.appendChild(element);
|
||||||
|
element.click();
|
||||||
|
|
||||||
|
await new Promise(resolve =>
|
||||||
|
{
|
||||||
|
const listener = () =>
|
||||||
|
{
|
||||||
|
element.removeEventListener("input", listener);
|
||||||
|
resolve(null);
|
||||||
|
};
|
||||||
|
element.addEventListener("input", listener);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!element.files || element.files.length < 1)
|
||||||
|
return null;
|
||||||
|
|
||||||
|
const file: File = element.files[0];
|
||||||
|
const content: string = await file.text();
|
||||||
|
|
||||||
|
document.body.removeChild(element);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
const bookmarks: Bookmark[] = parse(content);
|
||||||
|
const [data, graphics, tabCount] = convertBookmarks(bookmarks);
|
||||||
|
const [collections, cloudIssues] = await getCollections();
|
||||||
|
|
||||||
|
await saveCollections([...data, ...collections], cloudIssues === null, graphics);
|
||||||
|
sendMessage("refreshCollections", undefined);
|
||||||
|
|
||||||
|
return tabCount;
|
||||||
|
}
|
||||||
|
catch (error)
|
||||||
|
{
|
||||||
|
console.error("Failed to parse bookmarks file", error);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "See the full list of what we collect"
|
p3_text: "See the full list of what we collect"
|
||||||
p3_link: "here"
|
p3_link: "here"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Browser bookmarks"
|
||||||
|
export: "Export collections as bookmarks"
|
||||||
|
import: "Import from bookmarks file"
|
||||||
|
import_dialog:
|
||||||
|
title: "Import bookmarks"
|
||||||
|
content: "Import bookmarks from a Netscape-format bookmarks file exported from your browser."
|
||||||
|
import_result:
|
||||||
|
success: "Successfully imported $1 bookmarks."
|
||||||
|
error: "Failed to import bookmarks. Please ensure the file is a valid bookmarks file."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "New collection created"
|
title: "New collection created"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Open tabs and remove the collection"
|
restore: "Open tabs and remove the collection"
|
||||||
storage:
|
storage:
|
||||||
title: "Storage"
|
title: "Storage"
|
||||||
|
manage_title: "Storage management"
|
||||||
|
thumbnails_title: "Thumbnails & icons"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Cloud storage capacity"
|
title: "Cloud storage capacity"
|
||||||
description: "$1 of $2 KiB"
|
description: "$1 of $2 KiB"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Ver la lista completa de lo que recopilamos"
|
p3_text: "Ver la lista completa de lo que recopilamos"
|
||||||
p3_link: "aquí"
|
p3_link: "aquí"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Marcadores del navegador"
|
||||||
|
export: "Exportar colecciones como marcadores"
|
||||||
|
import: "Importar desde archivo de marcadores"
|
||||||
|
import_dialog:
|
||||||
|
title: "Importar marcadores"
|
||||||
|
content: "Importa marcadores desde un archivo de marcadores en formato Netscape exportado desde tu navegador."
|
||||||
|
import_result:
|
||||||
|
success: "Se importaron correctamente $1 marcadores."
|
||||||
|
error: "No se pudieron importar los marcadores. Asegúrate de que el archivo sea un archivo de marcadores válido."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Nueva colección creada"
|
title: "Nueva colección creada"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Abrir pestañas y eliminar la colección"
|
restore: "Abrir pestañas y eliminar la colección"
|
||||||
storage:
|
storage:
|
||||||
title: "Almacenamiento"
|
title: "Almacenamiento"
|
||||||
|
manage_title: "Administrar almacenamiento"
|
||||||
|
thumbnails_title: "Miniaturas e íconos"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Capacidad de almacenamiento en la nube"
|
title: "Capacidad de almacenamiento en la nube"
|
||||||
description: "$1 de $2 KiB"
|
description: "$1 de $2 KiB"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Vedi l'elenco completo di ciò che raccogliamo"
|
p3_text: "Vedi l'elenco completo di ciò che raccogliamo"
|
||||||
p3_link: "qui"
|
p3_link: "qui"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Segnalibri del browser"
|
||||||
|
export: "Esporta collezioni come segnalibri"
|
||||||
|
import: "Importa da file di segnalibri"
|
||||||
|
import_dialog:
|
||||||
|
title: "Importa segnalibri"
|
||||||
|
content: "Importa segnalibri da un file di segnalibri in formato Netscape esportato dal tuo browser."
|
||||||
|
import_result:
|
||||||
|
success: "Importati con successo $1 segnalibri."
|
||||||
|
error: "Impossibile importare i segnalibri. Assicurati che il file sia un file di segnalibri valido."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Nuova collezione creata"
|
title: "Nuova collezione creata"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Apri le schede e rimuovi la collezione"
|
restore: "Apri le schede e rimuovi la collezione"
|
||||||
storage:
|
storage:
|
||||||
title: "Archiviazione"
|
title: "Archiviazione"
|
||||||
|
manage_title: "Gestisci archiviazione"
|
||||||
|
thumbnails_title: "Miniature e icone"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Capacità di archiviazione cloud"
|
title: "Capacità di archiviazione cloud"
|
||||||
description: "$1 di $2 KiB"
|
description: "$1 di $2 KiB"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Pełną listę zbieranych danych można zobaczyć"
|
p3_text: "Pełną listę zbieranych danych można zobaczyć"
|
||||||
p3_link: "tutaj"
|
p3_link: "tutaj"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Import/eksport zakładek"
|
||||||
|
export: "Eksportuj kolekcje jako plik zakładek"
|
||||||
|
import: "Importuj z pliku zakładek"
|
||||||
|
import_dialog:
|
||||||
|
title: "Import zakładek"
|
||||||
|
content: "Importuj zakładki z pliku zakładek w formacie Netscape wyeksportowanego z przeglądarki."
|
||||||
|
import_result:
|
||||||
|
success: "Zakładki zostały pomyślnie zaimportowane ($1)"
|
||||||
|
error: "Nie udało się zaimportować zakładek. Upewnij się, że plik jest poprawnym plikiem zakładek."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Utworzono nową kolekcję"
|
title: "Utworzono nową kolekcję"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Otwórz karty i usuń kolekcję"
|
restore: "Otwórz karty i usuń kolekcję"
|
||||||
storage:
|
storage:
|
||||||
title: "Magazyn"
|
title: "Magazyn"
|
||||||
|
manage_title: "Zarządzaj magazynem"
|
||||||
|
thumbnails_title: "Podglądy i ikony"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Magazyn w chmurze"
|
title: "Magazyn w chmurze"
|
||||||
description: "$1 z $2 KiB"
|
description: "$1 z $2 KiB"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Veja a lista completa do que coletamos"
|
p3_text: "Veja a lista completa do que coletamos"
|
||||||
p3_link: "aqui"
|
p3_link: "aqui"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Favoritos do navegador"
|
||||||
|
export: "Exportar coleções como favoritos"
|
||||||
|
import: "Importar de arquivo de favoritos"
|
||||||
|
import_dialog:
|
||||||
|
title: "Importar favoritos"
|
||||||
|
content: "Importe favoritos de um arquivo de favoritos no formato Netscape exportado do seu navegador."
|
||||||
|
import_result:
|
||||||
|
success: "Importados com sucesso $1 favoritos."
|
||||||
|
error: "Falha ao importar favoritos. Por favor, certifique-se de que o arquivo é um arquivo de favoritos válido."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Nova coleção criada"
|
title: "Nova coleção criada"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Abrir abas e remover a coleção"
|
restore: "Abrir abas e remover a coleção"
|
||||||
storage:
|
storage:
|
||||||
title: "Armazenamento"
|
title: "Armazenamento"
|
||||||
|
manage_title: "Gerenciar armazenamento"
|
||||||
|
thumbnails_title: "Miniaturas e ícones"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Capacidade de armazenamento na nuvem"
|
title: "Capacidade de armazenamento na nuvem"
|
||||||
description: "$1 de $2 KiB"
|
description: "$1 de $2 KiB"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Полный список собираемых данных можно посмотреть"
|
p3_text: "Полный список собираемых данных можно посмотреть"
|
||||||
p3_link: "здесь"
|
p3_link: "здесь"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Импорт/экспорт закладок"
|
||||||
|
export: "Экспортировать коллекции как файл закладок"
|
||||||
|
import: "Импорт из файла закладок"
|
||||||
|
import_dialog:
|
||||||
|
title: "Импорт закладок"
|
||||||
|
content: "Импортируйте закладки из файла закладок в формате Netscape, экспортированного из вашего браузера."
|
||||||
|
import_result:
|
||||||
|
success: "Закладки успешно импортированы ($1 шт.)"
|
||||||
|
error: "Не удалось импортировать закладки. Пожалуйста, убедитесь, что файл является допустимым файлом закладок."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Создана новая коллекция"
|
title: "Создана новая коллекция"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Открыть вкладки и удалить коллекцию"
|
restore: "Открыть вкладки и удалить коллекцию"
|
||||||
storage:
|
storage:
|
||||||
title: "Хранилище"
|
title: "Хранилище"
|
||||||
|
manage_title: "Управление хранилищем"
|
||||||
|
thumbnails_title: "Превью и иконки"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Объём облачного хранилища"
|
title: "Объём облачного хранилища"
|
||||||
description: "$1 из $2 КиБ"
|
description: "$1 из $2 КиБ"
|
||||||
|
|||||||
+16
-3
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "Повний список зібраних даних можна подивитися"
|
p3_text: "Повний список зібраних даних можна подивитися"
|
||||||
p3_link: "тут"
|
p3_link: "тут"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "Імпорт/експорт закладок"
|
||||||
|
export: "Експортувати колекції як файл закладок"
|
||||||
|
import: "Імпорт із файлу закладок"
|
||||||
|
import_dialog:
|
||||||
|
title: "Імпорт закладок"
|
||||||
|
content: "Імпортуйте закладки з файлу закладок у форматі Netscape, експортованого з вашого браузера."
|
||||||
|
import_result:
|
||||||
|
success: "Закладки успішно імпортовані ($1 шт.)"
|
||||||
|
error: "Не вдалося імпортувати закладки. Будь ласка, переконайтеся, що файл є коректним файлом закладок."
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "Створено нову колекцію"
|
title: "Створено нову колекцію"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "Відкрити вкладки та видалити колекцію"
|
restore: "Відкрити вкладки та видалити колекцію"
|
||||||
storage:
|
storage:
|
||||||
title: "Сховище"
|
title: "Сховище"
|
||||||
|
manage_title: "Керування сховищем"
|
||||||
|
thumbnails_title: "Прев'ю та іконки"
|
||||||
capacity:
|
capacity:
|
||||||
title: "Хмарне сховище"
|
title: "Хмарне сховище"
|
||||||
description: "$1 з $2 КіБ"
|
description: "$1 з $2 КіБ"
|
||||||
@@ -132,13 +145,13 @@ options_page:
|
|||||||
disable_prompt:
|
disable_prompt:
|
||||||
text: "Ця дія вимкне синхронізацію колекцій між вашими пристроями. Налаштування продовжать зберігатися у хмарі."
|
text: "Ця дія вимкне синхронізацію колекцій між вашими пристроями. Налаштування продовжать зберігатися у хмарі."
|
||||||
action: "Вимкнути та перезавантажити розширення"
|
action: "Вимкнути та перезавантажити розширення"
|
||||||
thumbnail_capture: "Зберігати превью і іконки для збережених вкладок"
|
thumbnail_capture: "Зберігати прев'ю і іконки для збережених вкладок"
|
||||||
thumbnail_capture_notice1: "Необхідний доступ до вмісту відвіданих веб-сайтів"
|
thumbnail_capture_notice1: "Необхідний доступ до вмісту відвіданих веб-сайтів"
|
||||||
thumbnail_capture_notice2: "Вимкнення цієї функції може покращити продуктивність при великій кількості збережених вкладок"
|
thumbnail_capture_notice2: "Вимкнення цієї функції може покращити продуктивність при великій кількості збережених вкладок"
|
||||||
clear_thumbnails:
|
clear_thumbnails:
|
||||||
action: "Видалити збережені іконки"
|
action: "Видалити збережені іконки"
|
||||||
title: "Видалити превью і іконки?"
|
title: "Видалити прев'ю і іконки?"
|
||||||
prompt: "Ця дія видалить всі превью і іконки у ваших збережених вкладках. Цю дію не можна скасувати."
|
prompt: "Ця дія видалить всі прев'ю і іконки у ваших збережених вкладках. Цю дію не можна скасувати."
|
||||||
about:
|
about:
|
||||||
title: "О розширенні"
|
title: "О розширенні"
|
||||||
developed_by: "Розробник: Євген Лис"
|
developed_by: "Розробник: Євген Лис"
|
||||||
|
|||||||
@@ -46,6 +46,17 @@ features:
|
|||||||
p3_text: "请参阅我们收集内容的"
|
p3_text: "请参阅我们收集内容的"
|
||||||
p3_link: "完整列表"
|
p3_link: "完整列表"
|
||||||
|
|
||||||
|
netscape_bookmarks:
|
||||||
|
title: "浏览器书签"
|
||||||
|
export: "将收藏导出为书签"
|
||||||
|
import: "从书签文件导入"
|
||||||
|
import_dialog:
|
||||||
|
title: "导入书签"
|
||||||
|
content: "从您的浏览器导出的 Netscape 格式书签文件中导入书签。"
|
||||||
|
import_result:
|
||||||
|
success: "成功导入 $1 个书签。"
|
||||||
|
error: "导入书签失败。请确保该文件是有效的书签文件。"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
tabs_saved:
|
tabs_saved:
|
||||||
title: "已创建新收藏"
|
title: "已创建新收藏"
|
||||||
@@ -114,6 +125,8 @@ options_page:
|
|||||||
restore: "打开标签页并删除收藏"
|
restore: "打开标签页并删除收藏"
|
||||||
storage:
|
storage:
|
||||||
title: "存储"
|
title: "存储"
|
||||||
|
manage_title: "存储管理"
|
||||||
|
thumbnails_title: "缩略图和图标"
|
||||||
capacity:
|
capacity:
|
||||||
title: "云存储容量"
|
title: "云存储容量"
|
||||||
description: "$1 / $2 KiB"
|
description: "$1 / $2 KiB"
|
||||||
|
|||||||
Generated
+11095
File diff suppressed because it is too large
Load Diff
+14
-17
@@ -1,46 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "tabs-aside",
|
"name": "tabs-aside",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.2.1",
|
"version": "3.2.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
"build": "yarn lint && wxt build --mv3",
|
"build": "npm run lint && wxt build --mv3",
|
||||||
"zip": "yarn lint && wxt zip --mv3",
|
"zip": "npm run lint && wxt zip --mv3",
|
||||||
"lint": "tsc --noEmit && eslint . -c eslint.config.js",
|
"lint": "tsc --noEmit && eslint . -c eslint.config.js",
|
||||||
"prepare": "wxt prepare",
|
"prepare": "wxt prepare",
|
||||||
"postinstall": "yarn prepare"
|
"postinstall": "wxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dnd-kit/core": "^6.3.1",
|
"@dnd-kit/core": "^6.3.1",
|
||||||
"@dnd-kit/modifiers": "^9.0.0",
|
"@dnd-kit/modifiers": "^9.0.0",
|
||||||
"@dnd-kit/sortable": "^10.0.0",
|
"@dnd-kit/sortable": "^10.0.0",
|
||||||
"@dnd-kit/utilities": "^3.2.2",
|
"@dnd-kit/utilities": "^3.2.2",
|
||||||
"@fluentui/react-components": "^9.72.6",
|
"@fluentui/react-components": "^9.72.8",
|
||||||
"@fluentui/react-icons": "^2.0.313",
|
"@fluentui/react-icons": "^2.0.316",
|
||||||
"@webext-core/messaging": "^2.3.0",
|
"@webext-core/messaging": "^2.3.0",
|
||||||
"@wxt-dev/analytics": "^0.5.1",
|
"@wxt-dev/analytics": "^0.5.1",
|
||||||
"@wxt-dev/i18n": "^0.2.4",
|
"@wxt-dev/i18n": "^0.2.4",
|
||||||
"lzutf8": "^0.6.3",
|
"lzutf8": "^0.6.3",
|
||||||
"react": "~19.2.0",
|
"node-bookmarks-parser": "^2.0.0",
|
||||||
"react-dom": "~19.2.0"
|
"react": "^19.2.1",
|
||||||
|
"react-dom": "^19.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/css": "^0.14.1",
|
"@eslint/css": "^0.14.1",
|
||||||
"@eslint/js": "^9.39.1",
|
"@eslint/js": "^9.39.1",
|
||||||
"@eslint/json": "^0.14.0",
|
"@eslint/json": "^0.14.0",
|
||||||
"@stylistic/eslint-plugin": "^5.5.0",
|
"@stylistic/eslint-plugin": "^5.6.1",
|
||||||
"@types/react": "~19.2.2",
|
"@types/react": "^19.2.7",
|
||||||
"@types/react-dom": "~19.2.2",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@wxt-dev/module-react": "^1.1.5",
|
"@wxt-dev/module-react": "^1.1.5",
|
||||||
"eslint": "^9.39.1",
|
"eslint": "^9.39.1",
|
||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
"globals": "^16.5.0",
|
|
||||||
"scheduler": "0.23.0",
|
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.46.4",
|
"typescript-eslint": "^8.49.0",
|
||||||
"vite": "^7.2.2",
|
|
||||||
"wxt": "^0.20.11"
|
"wxt": "^0.20.11"
|
||||||
},
|
}
|
||||||
"packageManager": "yarn@4.9.2"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user