Currently, quickid installs are done by reusing the search input box and checking if the input starts with a T<hexid> and fetching a specific theme with that ID. That:
- might interfere with regular searching
- doesn't support the temporary remote installs
R<...>
- bypasses some of Themezer's API guards & helpers specifically for the quickId usage
- hides the quickinstall feature somewhere in input box with multiple purposes
A preferred solution would be:
Have a new button or input specifically for the quickId and uses query lookupByQuickId: WiiuInstallThemeLookup.
This requires:
- implementing the query
- implementing switching on the different response types:
WiiUBgm, WiiURemoteInstallTheme, WiiUSplash, WiiUTheme
Currently, quickid installs are done by reusing the search input box and checking if the input starts with a
T<hexid>and fetching a specific theme with that ID. That:R<...>A preferred solution would be:
Have a new button or input specifically for the quickId and uses query
lookupByQuickId: WiiuInstallThemeLookup.This requires:
WiiUBgm,WiiURemoteInstallTheme,WiiUSplash,WiiUTheme