feat: (explore) Redesign navigation bar to match Figma

feat: (explore) Implement submit_feeling API with error handling
feat: (explore) Add get_banner API integration with Swiper
This commit is contained in:
2025-08-04 17:44:03 +03:30
parent 6ddb100773
commit 81c28c5112
26 changed files with 666 additions and 518 deletions

View File

@@ -23,7 +23,7 @@ import useSamsungBrowserWarning from "./hooks/useSamsungBrowserWarning";
import InternetStatusDetector from "./components/InternetStatusDetector";
import "./App.css";
import LayoutWithFooter from "./new-ui/appointment/components/FooterLayout";
import LayoutWithNavigation from "./new-ui/appointment/components/FooterLayout";
const preventPinchZoom = (event: TouchEvent) => {
if (event.touches.length > 1) event.preventDefault();
@@ -69,9 +69,9 @@ function App() {
)}
>
<Router>
<LayoutWithFooter>
<LayoutWithNavigation>
<AllRoutes />
</LayoutWithFooter>
</LayoutWithNavigation>
</Router>
</ErrorBoundary>
<Toaster />