From 564e3ebfb4150fa294662c1ef2f72789a4ad8222 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Fri, 11 Apr 2025 17:57:21 +0330 Subject: [PATCH] Change heymlz animations Make them responsive Fix landing loading animation --- frontend/components/global/Brands.vue | 48 +++++--- frontend/components/global/LoadingOverlay.vue | 80 ++++++------- frontend/components/home/Categories.vue | 10 +- frontend/components/home/Hero.vue | 4 - frontend/components/home/Preview.vue | 109 ++++++++++-------- frontend/components/home/ProductsShowcase.vue | 6 +- frontend/plugins/error-handlers.ts | 6 + .../public/img/heymlz/footer-security.gif | Bin 723568 -> 3936238 bytes frontend/public/img/heymlz/heymlz-falling.gif | Bin 488746 -> 738858 bytes .../public/img/heymlz/heymlz-fast-loading.gif | Bin 0 -> 2000660 bytes .../public/img/heymlz/heymlz-full-loading.gif | Bin 0 -> 3728393 bytes .../public/img/heymlz/heymlz-loading-1.gif | Bin 943351 -> 0 bytes .../public/img/heymlz/heymlz-loading-2.gif | Bin 2188097 -> 0 bytes .../public/img/heymlz/heymlz-loading-3.gif | Bin 1621582 -> 0 bytes frontend/public/img/heymlz/heymlz-pulling.gif | Bin 0 -> 1036577 bytes .../public/img/heymlz/heymlz-pulling.webp | Bin 850230 -> 0 bytes frontend/public/img/heymlz/heymlz-seat.gif | Bin 551276 -> 890129 bytes 17 files changed, 146 insertions(+), 117 deletions(-) create mode 100644 frontend/plugins/error-handlers.ts create mode 100644 frontend/public/img/heymlz/heymlz-fast-loading.gif create mode 100644 frontend/public/img/heymlz/heymlz-full-loading.gif delete mode 100644 frontend/public/img/heymlz/heymlz-loading-1.gif delete mode 100644 frontend/public/img/heymlz/heymlz-loading-2.gif delete mode 100644 frontend/public/img/heymlz/heymlz-loading-3.gif create mode 100644 frontend/public/img/heymlz/heymlz-pulling.gif delete mode 100644 frontend/public/img/heymlz/heymlz-pulling.webp diff --git a/frontend/components/global/Brands.vue b/frontend/components/global/Brands.vue index d8cfe08..76f8866 100644 --- a/frontend/components/global/Brands.vue +++ b/frontend/components/global/Brands.vue @@ -13,53 +13,65 @@ const {} = toRefs(props);