add state of page in url, add location and working_days on list in clinics page, fix update list clinic with page and limit value, hide pagination when list of clinic is empty, round image of doctor and appo in doctor item

This commit is contained in:
ehsan
2025-09-30 15:58:31 +03:30
parent ae8c49bd07
commit 645da72002
22 changed files with 98 additions and 136 deletions
+2 -4
View File
@@ -1,12 +1,9 @@
"use client";
import { useRef, useState } from "react";
import { styleDefault } from "@/mui";
import ShareDI from "@/components/icons/ShareDI";
import { Box, Button, Modal } from "@mui/material";
// Icons
import CloseModalD from "@/components/icons/CloseModalD";
import List from "./List";
import Poster from "../poster";
@@ -28,7 +25,8 @@ function Share({ data }) {
<ShareDI />
<p className="hidden lg:flex">اشتراک گذاری</p>
</Button>
<div className="fixed top-0 left-0 opacity-0 pointer-events-none -z-10">
{/* <div className="fixed top-0 left-0 opacity-0 pointer-events-none -z-10"> */}
<div className="">
<div ref={hiddenRef}>
<Poster data={data} />
</div>