feat: recipe version selector
- fix recipe not show on overview - fix recipe show late after select country - disable queue message on no connection ws - fix infinite topping(s) list if moving between pages Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
e25881d016
commit
a29ff0be1a
19 changed files with 314 additions and 108 deletions
|
|
@ -224,7 +224,7 @@ async function connectToAndroidServer() {
|
|||
return;
|
||||
}
|
||||
|
||||
await push('/sdcard/coffeevending/enable_adb_block_watch', '1');
|
||||
// await push('/sdcard/coffeevending/enable_adb_block_watch', '1');
|
||||
|
||||
const stream = await inst.transport.connect(env.PUBLIC_BREW_CONN_PORT);
|
||||
const writer = stream.writable.getWriter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue