+ ФИО +
*/} ++ {fullName} +
+ + {/* Рейтинг + звезды */} ++ Дата рождения: {birthDate} +
++ Почта: example@mail.com +
++ Телефон: +7 (900) 000-00-00 +
+From 48d4db0e77fd1199eb29d22ad17f3df04e0be501 Mon Sep 17 00:00:00 2001 From: fullofempt <131869779+fullofempt@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:58:31 +0500 Subject: [PATCH] VolonteurMainPage --- app/ProfilePage/page.jsx | 109 +++++++++++++ app/components/RequestDetailsModal.jsx | 6 +- app/components/TabBar.jsx | 1 + app/components/acceptPopUp.jsx | 102 +++++++++++++ app/historyRequest/page.jsx | 4 +- app/mainValounter/page.jsx | 202 +++++++++++++++++++++++++ app/profileSettings/page.jsx | 153 +++++++++++++++++++ package-lock.json | 35 ++++- package.json | 4 +- 9 files changed, 609 insertions(+), 7 deletions(-) create mode 100644 app/ProfilePage/page.jsx create mode 100644 app/components/acceptPopUp.jsx create mode 100644 app/mainValounter/page.jsx create mode 100644 app/profileSettings/page.jsx diff --git a/app/ProfilePage/page.jsx b/app/ProfilePage/page.jsx new file mode 100644 index 0000000..613d788 --- /dev/null +++ b/app/ProfilePage/page.jsx @@ -0,0 +1,109 @@ +"use client"; + +import React from "react"; +import { useRouter } from "next/navigation"; +import { FaUserCircle, FaStar } from "react-icons/fa"; +import TabBar from "../components/TabBar"; + +const ProfilePage = () => { + const router = useRouter(); + + const fullName = "Иванов Александр Сергеевич"; + const birthDate = "12.03.1990"; + const rating = 4.8; + + return ( +
+ ФИО +
*/} ++ {fullName} +
+ + {/* Рейтинг + звезды */} ++ Дата рождения: {birthDate} +
++ Почта: example@mail.com +
++ Телефон: +7 (900) 000-00-00 +
+Причина отказа
@@ -147,7 +147,7 @@ const RequestDetailsModal = ({ request, onClose }) => {+ Александр +
++ {req.title} +
++ {req.address} +
+ {req.distance && ( ++ Расстояние: {req.distance} +
+ )} +