refactor: simplify yclients API integration and improve UI components

remove unused abonements API configuration and endpoints
add escape key handler for drawer component
implement text truncation for service descriptions
sync swiper navigation between service tabs and content
add static gym rental service to services list
This commit is contained in:
Yuu Ottosoka
2025-09-13 20:40:20 +03:00
parent 5eb7407520
commit 2f4e0d59aa
6 changed files with 65 additions and 62 deletions

View File

@@ -18,9 +18,6 @@ http {
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
# Fix Yandex.Metrika Topics API attestation error
add_header Permissions-Policy "browsing-topics=()" always;
error_page 404 /404.html;
location = /404.html {
root /usr/share/nginx/html;