feat: Display all push rules and allow to enable disable them

This commit is contained in:
Krille 2025-02-05 08:54:55 +01:00
commit e4a2c13a6f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 251 additions and 153 deletions

View file

@ -122,10 +122,6 @@ class HomeserverPickerView extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 32.0),
child: SelectableLinkify(
text: L10n.of(context).appIntroduction,
style: TextStyle(
color: theme.colorScheme.onSecondaryContainer,
fontWeight: FontWeight.w500,
),
textAlign: TextAlign.center,
linkStyle: TextStyle(
color: theme.colorScheme.secondary,