♻️ Refactored post draft system

This commit is contained in:
2025-06-25 02:15:45 +08:00
parent b89cffeb18
commit 47c31ddec2
19 changed files with 776 additions and 1844 deletions

View File

@ -61,7 +61,7 @@ class EventCalanderScreen extends HookConsumerWidget {
child: Column(
children: [
Card(
margin: EdgeInsets.all(16),
margin: EdgeInsets.only(left: 16, right: 16, top: 16),
child: Column(
children: [
// Use the reusable EventCalendarWidget
@ -77,7 +77,6 @@ class EventCalanderScreen extends HookConsumerWidget {
),
// Add the fortune graph widget
const Divider(height: 1),
FortuneGraphWidget(
events: events,
constrainWidth: true,