add: profile edit page

This commit is contained in:
Mahyar Khanbolooki
2025-07-17 17:15:17 +03:30
parent ac5eb68444
commit 77505d5098
11 changed files with 594 additions and 234 deletions
+3 -4
View File
@@ -13,12 +13,11 @@ import React from "react";
import MenuItem from "@/components/listview/MenuItem";
import Button from "@/components/button/PrimaryButton";
import AnimatedBottomSheet from "@/components/bottomsheet/AnimatedBottomSheet";
import SearchComboBox from "@/components/combobox/SearchComboBox";
import { DropdownOption } from "@/components/combobox/Combobox";
import { Switch } from "@/components/ui/switch";
import { TicketPercentIcon } from "lucide-react";
import { MedalStar } from 'iconsax-react'
import { useQueryState } from 'next-usequerystate'
import ComboBox, { DropdownOption } from "@/components/combobox/ComboBox";
const categories = new Array(13).fill({ title: "خوراک", icon: "" });
@@ -239,12 +238,12 @@ const MenuIndex = () => {
<AnimatedBottomSheet title="فیلتر ها" visible={filterModal} outDelay={150} onClick={toggleFilterModal}>
<div className="ps-8.5 pe-[31px] mt-[89px]">
<SearchComboBox
<ComboBox
title="محتویات"
options={contents}
selectedId={selectedContentId}
onSelectionChange={changeSelectedContent} />
<SearchComboBox
<ComboBox
className="relative mt-9.5"
title="روش ارسال"
options={shippings}