mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-07 08:32:32 +08:00
feat: chat panel header absolute
This commit is contained in:
@@ -72,7 +72,7 @@ import { useMaskStore } from "@/app/store/mask";
|
||||
import { ProviderType } from "@/app/utils/cloud";
|
||||
import SettingHeader from "./SettingHeader";
|
||||
import useMobileScreen from "@/app/hooks/useMobileScreen";
|
||||
import { MenuWrapperInspectProps } from "@/app/components/MenuWrapper";
|
||||
import { MenuWrapperInspectProps } from "@/app/components/MenuLayout";
|
||||
|
||||
function EditPromptModal(props: { id: string; onClose: () => void }) {
|
||||
const promptStore = usePromptStore();
|
||||
|
@@ -1,12 +1,12 @@
|
||||
import Locale from "@/app/locales";
|
||||
import useMobileScreen from "@/app/hooks/useMobileScreen";
|
||||
import MenuWrapper from "@/app/components/MenuWrapper";
|
||||
import MenuLayout from "@/app/components/MenuLayout";
|
||||
|
||||
import Panel from "./SettingPanel";
|
||||
|
||||
import GotoIcon from "@/app/icons/goto.svg";
|
||||
|
||||
export default MenuWrapper(function SettingList(props) {
|
||||
export default MenuLayout(function SettingList(props) {
|
||||
const { setShowPanel } = props;
|
||||
const isMobileScreen = useMobileScreen();
|
||||
|
||||
|
Reference in New Issue
Block a user