mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -5,7 +5,7 @@ import renderSvelte from '@/interface/main';
|
|||||||
import SearchBar from './SearchBar.svelte';
|
import SearchBar from './SearchBar.svelte';
|
||||||
import styles from './styles.css?inline';
|
import styles from './styles.css?inline';
|
||||||
import { unmount } from 'svelte';
|
import { unmount } from 'svelte';
|
||||||
import { loadDynamicItems, type DynamicContentItem } from './dynamicSearch';
|
import { type DynamicContentItem, loadDynamicItems } from './dynamicSearch';
|
||||||
import { waitForElm } from '@/seqta/utils/waitForElm';
|
import { waitForElm } from '@/seqta/utils/waitForElm';
|
||||||
|
|
||||||
const settings = defineSettings({
|
const settings = defineSettings({
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import Fuse, { type FuseResult } from 'fuse.js';
|
import Fuse, { type FuseResult } from 'fuse.js';
|
||||||
import { getStaticCommands, type StaticCommandItem } from './commands';
|
import { getStaticCommands, type StaticCommandItem } from './commands';
|
||||||
import { getAllDynamicItems, type DynamicContentItem } from './dynamicSearch';
|
import { type DynamicContentItem, getAllDynamicItems } from './dynamicSearch';
|
||||||
import type { CombinedResult } from './types';
|
import type { CombinedResult } from './types';
|
||||||
|
|
||||||
export function prepareDynamicItems(items: DynamicContentItem[]): DynamicContentItem[] {
|
export function prepareDynamicItems(items: DynamicContentItem[]): DynamicContentItem[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user