frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

refactor: modal positioning

serenity 86fc74c0 b91af61b

+2 -4
+1 -2
src/components/Settings/LatticeSettings.tsx
··· 150 150 > 151 151 <Pressable 152 152 style={{ 153 - flex: 0, 153 + alignSelf: "center", 154 154 cursor: "auto", 155 - alignItems: "center", 156 155 }} 157 156 onPress={(e) => { 158 157 e.stopPropagation();
+1 -2
src/components/Settings/ShardSettings.tsx
··· 150 150 > 151 151 <Pressable 152 152 style={{ 153 - flex: 0, 153 + alignSelf: "center", 154 154 cursor: "auto", 155 - alignItems: "center", 156 155 }} 157 156 onPress={(e) => { 158 157 e.stopPropagation();