From e63e3662289ed61d9518031ad5538757ae4910bb Mon Sep 17 00:00:00 2001 From: zarzet Date: Mon, 16 Mar 2026 20:28:25 +0700 Subject: [PATCH] feat: add mc nuggets jimmy, CJBGR and michahRicie as supporters Add new supporters to the donate page. michahRicie is highlighted as a gold supporter. --- lib/screens/settings/donate_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/screens/settings/donate_page.dart b/lib/screens/settings/donate_page.dart index f822f5d3..e1f76a6d 100644 --- a/lib/screens/settings/donate_page.dart +++ b/lib/screens/settings/donate_page.dart @@ -164,7 +164,7 @@ class _RecentDonorsCard extends StatelessWidget { @override Widget build(BuildContext context) { final isDark = Theme.of(context).brightness == Brightness.dark; - const donorNames = ['a fan']; + const donorNames = ['a fan', 'mc nuggets jimmy', 'CJBGR', 'michahRicie']; // Match SettingsGroup color logic final cardColor = isDark @@ -479,8 +479,8 @@ int _cr(String v) { return r; } -// Highlighted supporters (hashes of names): none for now. -const _cv = {}; +// Highlighted supporters (hashes of names). +const _cv = {1365043105}; class _SupporterChip extends StatelessWidget { final String name;