mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 00:02:18 +02:00
move settings page to modal instead of route
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { openContextModal } from '@mantine/modals';
|
||||
|
||||
export const openSettingsModal = () => {
|
||||
openContextModal({
|
||||
fullScreen: true,
|
||||
innerProps: {},
|
||||
modalKey: 'settings',
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user