feat: add plugin button and navigation slots for enhanced plugin integration across various components
This commit is contained in:
@@ -82,6 +82,7 @@ import { useMentionClickHandler } from '../../../hooks/useMentionClickHandler';
|
||||
import { useSpoilerClickHandler } from '../../../hooks/useSpoilerClickHandler';
|
||||
import { ScreenSize, useScreenSizeContext } from '../../../hooks/useScreenSize';
|
||||
import { BackRouteHandler } from '../../../components/BackRouteHandler';
|
||||
import { PluginButtonSlot } from '../../../features/settings/plugins/PluginButtonSlot';
|
||||
import { useMediaAuthentication } from '../../../hooks/useMediaAuthentication';
|
||||
import { allRoomsAtom } from '../../../state/room-list/roomList';
|
||||
import { usePowerLevels } from '../../../hooks/usePowerLevels';
|
||||
@@ -701,7 +702,9 @@ export function Notifications() {
|
||||
Notification Messages
|
||||
</Text>
|
||||
</Box>
|
||||
<Box grow="Yes" basis="No" />
|
||||
<Box grow="Yes" basis="No" justifyContent="End" alignItems="Center">
|
||||
<PluginButtonSlot location="search-notification-section" />
|
||||
</Box>
|
||||
</Box>
|
||||
</PageHeader>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user