refactor: Removed the use of d.ts files to support SDK generation for public plugins
This commit is contained in:
parent
06b7e4074d
commit
2683d46b16
114 changed files with 408 additions and 257 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { AutoFocus } from '@/mainview/components/AutoFocus';
|
||||
import { OptionElement } from '@/mainview/components/ContextDialog';
|
||||
import GameLookup from '@/mainview/components/game/GameLookup';
|
||||
import GameLookupElement from '@/mainview/components/game/GameLookup';
|
||||
import { StickyHeaderUI } from '@/mainview/components/Header';
|
||||
import LoadingScreen from '@/mainview/components/LoadingScreen';
|
||||
import { Button } from '@/mainview/components/options/Button';
|
||||
|
|
@ -208,7 +208,7 @@ function Lookup ()
|
|||
navigate({ to: '/game/add', search: { ...state, selectedGame: { source, id }, platformId: undefined, search, step: 2 }, replace: true });
|
||||
oneShot('openGeneric');
|
||||
};
|
||||
return <GameLookup
|
||||
return <GameLookupElement
|
||||
showPlatforms
|
||||
selected={state.selectedGame}
|
||||
search={search}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue