diff --git a/.vscode/settings.json b/.vscode/settings.json index d5a5c334d5..738c15cfc4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ "Browsertrix", "btrix", "clsx", + "dedup", "Elems", "favicons", "hoverable", @@ -47,11 +48,16 @@ ] } ], - "eslint.workingDirectories": ["./frontend"], + "eslint.workingDirectories": [ + "./frontend" + ], "eslint.nodePath": "./frontend/node_modules", - "tailwindCSS.experimental.classRegex": ["tw`([^`]*)", "clsx\\(([^)]*)\\)"], + "tailwindCSS.experimental.classRegex": [ + "tw`([^`]*)", + "clsx\\(([^)]*)\\)" + ], "html.customData": [ "./node_modules/@shoelace-style/shoelace/dist/vscode.html-custom-data.json" ], "prettier.configPath": "./frontend/prettier.config.js" -} +} \ No newline at end of file diff --git a/frontend/docs/docs/user-guide/workflow-setup.md b/frontend/docs/docs/user-guide/workflow-setup.md index 3f86223c5f..ae76d7263a 100644 --- a/frontend/docs/docs/user-guide/workflow-setup.md +++ b/frontend/docs/docs/user-guide/workflow-setup.md @@ -392,6 +392,10 @@ You can use a tool like [crontab.guru](https://crontab.guru/) to check Cron synt Cron schedules are always in [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time). +## Deduplication + +Prevent duplicate content from being crawled and stored. + ## Collections ### Auto-Add to Collection diff --git a/frontend/src/components/ui/combobox.ts b/frontend/src/components/ui/combobox.ts index 46ebf29701..438d08c99e 100644 --- a/frontend/src/components/ui/combobox.ts +++ b/frontend/src/components/ui/combobox.ts @@ -79,9 +79,7 @@ export class Combobox extends LitElement { @keyup=${this.onKeyup} @focusout=${this.onFocusout} > -
- -
+