mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 10:26:33 +02:00
wrap Autocomplete component
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Autocomplete } from '@mantine/core';
|
||||
import { closeAllModals } from '@mantine/modals';
|
||||
import { useRef, useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
@@ -12,6 +11,7 @@ import { TagEditorSettings } from './tag-editor-settings';
|
||||
import { TagFieldRow } from './tag-field-row';
|
||||
|
||||
import { ActionIcon } from '/@/shared/components/action-icon/action-icon';
|
||||
import { Autocomplete } from '/@/shared/components/autocomplete/autocomplete';
|
||||
import { Button } from '/@/shared/components/button/button';
|
||||
import { Checkbox } from '/@/shared/components/checkbox/checkbox';
|
||||
import { Group } from '/@/shared/components/group/group';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { Autocomplete } from '@mantine/core';
|
||||
import { useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { RiAddLine, RiCloseLine } from 'react-icons/ri';
|
||||
@@ -7,6 +6,7 @@ import { KNOWN_TAG_MAP, KNOWN_TAGS, resolveTagKey } from '../utils/known-tags';
|
||||
|
||||
import { useSettingsStoreActions, useTagEditorSettings } from '/@/renderer/store';
|
||||
import { ActionIcon } from '/@/shared/components/action-icon/action-icon';
|
||||
import { Autocomplete } from '/@/shared/components/autocomplete/autocomplete';
|
||||
import { Fieldset } from '/@/shared/components/fieldset/fieldset';
|
||||
import { Group } from '/@/shared/components/group/group';
|
||||
import { Stack } from '/@/shared/components/stack/stack';
|
||||
|
||||
Reference in New Issue
Block a user