This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: simplified collection selector tab skeleton

-6
-3
src/webapp/features/collections/components/collectionSelectorAtmosphereConf/CollectionSelectorAtmosphereConf.tsx
··· 84 84 </Stack> 85 85 ) : searchedCollections.isPending ? ( 86 86 <Stack align="center" gap="xs"> 87 - <Text fw={500} c="gray"> 88 - Loading open collections... 89 - </Text> 90 87 <Loader color="gray" /> 91 88 </Stack> 92 89 ) : hasCollections ? (
-3
src/webapp/features/collections/components/collectionSelectorOpenCollections/CollectionSelectorOpenCollections.tsx
··· 156 156 </Stack> 157 157 ) : isLoading ? ( 158 158 <Stack align="center" gap="xs"> 159 - <Text fw={500} c="gray"> 160 - Loading open collections... 161 - </Text> 162 159 <Loader color="gray" /> 163 160 </Stack> 164 161 ) : hasCollections ? (