я косяк, поправил веб. Капитан, работайте!

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
влад
2026-07-16 11:06:47 +03:00
co-authored by Cursor
parent 148d645760
commit 2c294424ef
85 changed files with 17410 additions and 110 deletions
+4 -3
View File
@@ -13,7 +13,7 @@
<script>document.documentElement.classList.add('wesp-page-enter-pending');</script>
<script src="/static/js/wesp-page-enter.js?v=2"></script>
<script src="/static/js/wesp-nav-logo-shimmer.js?v=2"></script>
<script src="/static/js/wesp-zootech-nav.js?v=5"></script>
<script src="/static/js/wesp-zootech-nav.js?v=6"></script>
<style>
html { background: #f5f7fa; }
@@ -24,12 +24,12 @@
<link href="/static/css/wesp-zootech-shell.css?v=3" rel="stylesheet">
<link href="/static/css/wesp-feed-quality-settings.css?v=3" rel="stylesheet">
<link href="/static/css/inter-fonts.css" rel="stylesheet">
<link href="/static/css/wesp-zootech-layout.css?v=16" rel="stylesheet"> <link href="/static/css/wesp-zootech-components.css?v=8" rel="stylesheet">
<link href="/static/css/wesp-zootech-layout.css?v=17" rel="stylesheet"> <link href="/static/css/wesp-zootech-components.css?v=8" rel="stylesheet">
<link href="/static/css/wesp-zootech-shell-modals.css?v=4" rel="stylesheet">
<link href="/static/css/wesp-zootech-k-hub.css?v=28" rel="stylesheet">
<link href="/static/css/wesp-recipes-skeleton.css" rel="stylesheet">
<link href="/static/css/wesp-logo-loader.css" rel="stylesheet">
<link href="/static/css/wesp-recipes-mobile.css?v=15" rel="stylesheet">
<link href="/static/css/wesp-recipes-mobile.css?v=17" rel="stylesheet">
<link href="/static/css/wesp-recipes-editor.css?v=12" rel="stylesheet">
<link href="/static/css/font-awesome.min.css" rel="stylesheet">
<script src="/static/js/wesp-zootech-notification-messages.js?v=1"></script>
@@ -2451,6 +2451,7 @@
if (show) {
recipeEdit.style.display = 'block';
if (isMobile) {
window.WespZootechNavCloseMobileMenu?.();
document.body.classList.add('recipe-edit-mobile-open');
recipeEdit.classList.add('recipe-edit--mobile-active');
portalRecipeEditForMobile(recipeEdit);