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:
pakintada@gmail.com 2026-05-04 16:50:15 +07:00
parent e25881d016
commit a29ff0be1a
19 changed files with 314 additions and 108 deletions

View file

@ -110,7 +110,10 @@ function buildOverviewFromServer() {
let r01_query: any = {};
if (server_recipe01) {
// console.log('server recipe 01: ', server_recipe01);
if (server_recipe01 != null) {
// console.log('building overview from server');
recipeOverviewData.set([]);
for (let rp of server_recipe01) {
result.push({