mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(resources): remove all references to InStatus status page [skip ci]
This commit is contained in:
@@ -56,7 +56,6 @@ Thank you to all tools and services for offering free subscriptions for open-sou
|
|||||||
|
|
||||||
- [Gitbook](https://www.gitbook.com): Gitbook is used to host LunaSea's documentation
|
- [Gitbook](https://www.gitbook.com): Gitbook is used to host LunaSea's documentation
|
||||||
- [Hellonext](https://www.hellonext.co): Hellonext is used to host LunaSea's feedback board and roadmap
|
- [Hellonext](https://www.hellonext.co): Hellonext is used to host LunaSea's feedback board and roadmap
|
||||||
- [Instatus](https://instatus.com): Instatus is used to host LunaSea's status page
|
|
||||||
- [Weblate](https://weblate.org): Weblate is used to gather community localization for LunaSea
|
- [Weblate](https://weblate.org): Weblate is used to gather community localization for LunaSea
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ enum LunaLinks {
|
|||||||
GITHUB,
|
GITHUB,
|
||||||
NOTIFICATIONS_GETTING_STARTED,
|
NOTIFICATIONS_GETTING_STARTED,
|
||||||
REDDIT,
|
REDDIT,
|
||||||
SYSTEM_STATUS,
|
|
||||||
TEST_BUILDS,
|
TEST_BUILDS,
|
||||||
WEBLATE,
|
WEBLATE,
|
||||||
WEBSITE,
|
WEBSITE,
|
||||||
@@ -29,8 +28,6 @@ extension LunaLinksExtension on LunaLinks {
|
|||||||
return 'https://www.lunasea.app/github';
|
return 'https://www.lunasea.app/github';
|
||||||
case LunaLinks.REDDIT:
|
case LunaLinks.REDDIT:
|
||||||
return 'https://www.lunasea.app/reddit';
|
return 'https://www.lunasea.app/reddit';
|
||||||
case LunaLinks.SYSTEM_STATUS:
|
|
||||||
return 'https://www.lunasea.app/status';
|
|
||||||
case LunaLinks.TEST_BUILDS:
|
case LunaLinks.TEST_BUILDS:
|
||||||
return 'https://docs.lunasea.app/getting-started/test-builds';
|
return 'https://docs.lunasea.app/getting-started/test-builds';
|
||||||
case LunaLinks.WEBLATE:
|
case LunaLinks.WEBLATE:
|
||||||
|
|||||||
@@ -77,12 +77,6 @@ class _State extends State<_Widget> with LunaScrollControllerMixin {
|
|||||||
trailing: const LunaIconButton(icon: Icons.developer_board_rounded),
|
trailing: const LunaIconButton(icon: Icons.developer_board_rounded),
|
||||||
onTap: LunaLinks.TEST_BUILDS.launch,
|
onTap: LunaLinks.TEST_BUILDS.launch,
|
||||||
),
|
),
|
||||||
LunaBlock(
|
|
||||||
title: 'settings.SystemStatus'.tr(),
|
|
||||||
body: [TextSpan(text: 'settings.SystemStatusDescription'.tr())],
|
|
||||||
trailing: const LunaIconButton(icon: Icons.health_and_safety),
|
|
||||||
onTap: LunaLinks.SYSTEM_STATUS.launch,
|
|
||||||
),
|
|
||||||
LunaBlock(
|
LunaBlock(
|
||||||
title: 'Weblate',
|
title: 'Weblate',
|
||||||
body: [TextSpan(text: 'settings.WeblateDescription'.tr())],
|
body: [TextSpan(text: 'settings.WeblateDescription'.tr())],
|
||||||
|
|||||||
Reference in New Issue
Block a user