diff --git a/src/app/components/BackupRestore.tsx b/src/app/components/BackupRestore.tsx index 8b3732b1..068f437b 100644 --- a/src/app/components/BackupRestore.tsx +++ b/src/app/components/BackupRestore.tsx @@ -203,8 +203,12 @@ export function BackupRestoreTile({ crypto }: BackupRestoreTileProps) { escapeDeactivates: stopPropagation, }} > - - + + ({ }} > - + {rules.map((rule) => ( - + - + {memberSortMenu.map((menuItem, index) => ( - + {membershipFilterMenu.map((menuItem, index) => ( - + {modes.map((mode) => ( - + } diff --git a/src/app/components/image-pack-view/UsageSwitcher.tsx b/src/app/components/image-pack-view/UsageSwitcher.tsx index 1878beb4..1a1eb432 100644 --- a/src/app/components/image-pack-view/UsageSwitcher.tsx +++ b/src/app/components/image-pack-view/UsageSwitcher.tsx @@ -33,7 +33,7 @@ export function UsageSelector({ selected, onChange }: UsageSelectorProps) { ); return ( - + {allUsages.map((usage) => ( ( ); export const ThreadIndicator = as<'div'>(({ ...props }, ref) => ( - - - Thread + + + Threaded reply )); @@ -104,7 +97,7 @@ export const Reply = as<'div', ReplyProps>( const bodyJSX = body ? scaleSystemEmoji(trimReplyFromBody(body)) : fallbackBody; return ( - + {threadRootId && ( )} diff --git a/src/app/components/power/PowerSelector.tsx b/src/app/components/power/PowerSelector.tsx index 9e7eb81b..2b3b48c3 100644 --- a/src/app/components/power/PowerSelector.tsx +++ b/src/app/components/power/PowerSelector.tsx @@ -16,14 +16,13 @@ export const PowerSelector = forwardRef( ref={ref} style={{ maxHeight: '75vh', - maxWidth: toRem(200), - width: '100vw', + maxWidth: toRem(300), display: 'flex', }} > -
+
{getPowers(powerLevelTags).map((power) => { const selected = value === power; const tag = powerLevelTags[power]; diff --git a/src/app/components/room-card/RoomCard.tsx b/src/app/components/room-card/RoomCard.tsx index 8c65f2f3..34a7e24b 100644 --- a/src/app/components/room-card/RoomCard.tsx +++ b/src/app/components/room-card/RoomCard.tsx @@ -273,7 +273,7 @@ export const RoomCard = as<'div', RoomCardProps>( variant="Secondary" size="300" disabled={joining} - before={joining && } + before={joining && } > {joining ? 'Joining' : 'Join'} diff --git a/src/app/features/common-settings/general/RoomHistoryVisibility.tsx b/src/app/features/common-settings/general/RoomHistoryVisibility.tsx index c6313f11..7b329b13 100644 --- a/src/app/features/common-settings/general/RoomHistoryVisibility.tsx +++ b/src/app/features/common-settings/general/RoomHistoryVisibility.tsx @@ -119,7 +119,7 @@ export function RoomHistoryVisibility({ powerLevels }: RoomHistoryVisibilityProp escapeDeactivates: stopPropagation, }} > - + {visibilityMenu.map((visibility) => ( - + {permissionGroups.map((group, groupIndex) => ( {group.name} diff --git a/src/app/features/lobby/HierarchyItemMenu.tsx b/src/app/features/lobby/HierarchyItemMenu.tsx index d13c9133..f126e7cb 100644 --- a/src/app/features/lobby/HierarchyItemMenu.tsx +++ b/src/app/features/lobby/HierarchyItemMenu.tsx @@ -234,9 +234,9 @@ export function HierarchyItemMenu({ escapeDeactivates: stopPropagation, }} > - + {joined && ( - + {onTogglePin && ( )} {canEditChild && ( - + diff --git a/src/app/features/lobby/LobbyHeader.tsx b/src/app/features/lobby/LobbyHeader.tsx index 08f0cc6a..bc4c46fe 100644 --- a/src/app/features/lobby/LobbyHeader.tsx +++ b/src/app/features/lobby/LobbyHeader.tsx @@ -60,8 +60,8 @@ const LobbyMenu = forwardRef( }; return ( - - + + ( - + {(promptLeave, setPromptLeave) => ( <> diff --git a/src/app/features/lobby/SpaceItem.tsx b/src/app/features/lobby/SpaceItem.tsx index dca81b90..0a4d9de5 100644 --- a/src/app/features/lobby/SpaceItem.tsx +++ b/src/app/features/lobby/SpaceItem.tsx @@ -271,7 +271,7 @@ function AddRoomButton({ item }: { item: HierarchyItem }) { escapeDeactivates: stopPropagation, }} > - + - + Sort by -
+ +
setOrder()} variant="Surface" @@ -290,7 +291,7 @@ function SelectRoomButton({ roomList, selectedRooms, onChange }: SelectRoomButto - + diff --git a/src/app/pages/client/home/Home.tsx b/src/app/pages/client/home/Home.tsx index ff26438d..af4164fd 100644 --- a/src/app/pages/client/home/Home.tsx +++ b/src/app/pages/client/home/Home.tsx @@ -75,8 +75,8 @@ const HomeMenu = forwardRef(({ requestClose }, re }; return ( - - + + (({ requestClose } }; return ( - - + + (({ requestClose }, re }; return ( - - + + ( }; return ( - - + + ( )} - + (({ room, requestClo }; return ( - - + + (({ room, requestClo - + (({ room, requestClo )} - + {(promptLeave, setPromptLeave) => ( <>