+
+ {t('contextRail.configure.dialogTitle')}
+ {t('contextRail.configure.dialogDescription')}
+
+
+
+ {surfaces.map((surface) => (
+ setSurfaceVisible(surface.id, checked)}
+ label={t(surface.labelKey)}
+ ariaLabel={t(surface.labelKey)}
+ />
+ ))}
+
+
+ {!allVisible ? (
+
+ {noneVisible ? (
+ {t('contextRail.configure.noneWarning')}
+ ) : }
+
+
+ ) : null}
+
+