mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(ux): use presentingElement cards instead of nav
This commit is contained in:
@@ -12,7 +12,10 @@ import {
|
||||
IonDatetimeButton, IonRefresher,
|
||||
IonRefresherContent, IonMenu,
|
||||
IonMenuButton, IonActionSheet, IonSearchbar,
|
||||
IonRouterOutlet
|
||||
IonRouterOutlet, useIonViewDidEnter,
|
||||
useIonViewDidLeave,
|
||||
useIonViewWillEnter,
|
||||
useIonViewWillLeave,
|
||||
} from '@ionic/react'
|
||||
|
||||
declare global {
|
||||
@@ -33,7 +36,11 @@ const ionicUI = {
|
||||
IonDatetimeButton, IonRefresher,
|
||||
IonRefresherContent, IonMenu,
|
||||
IonMenuButton, IonActionSheet, IonSearchbar,
|
||||
IonRouterOutlet
|
||||
IonRouterOutlet,
|
||||
useIonViewDidEnter,
|
||||
useIonViewDidLeave,
|
||||
useIonViewWillEnter,
|
||||
useIonViewWillLeave,
|
||||
}
|
||||
|
||||
// initialize ionic mode
|
||||
@@ -43,4 +50,4 @@ window.LSIonic = ionicUI
|
||||
|
||||
export {
|
||||
setupIonicReact,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user