Skip to content
Snippets Groups Projects
Commit 79cc3abc authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '83-fix-pull-to-refresh-on-too-short-page' into 'master'

Resolve "Fix pull to refresh on too short page"

Closes #83

See merge request !78
parents a98377a0 e13b8771
Branches 82-reword-settings
Tags Release_0.8.3_75
1 merge request!78Resolve "Fix pull to refresh on too short page"
Pipeline #7724 passed
Fix "pull to refresh" on distribution page.
Correction sur "tirer vers le bas pour rafraichir" sur la page des répartitions.
......@@ -198,7 +198,7 @@ class ApplicationConfig {
),
activityPageIndexStatistics: ActivityPageItem(
code: 'page_statistics',
icon: Icon(UniconsLine.star),
icon: Icon(UniconsLine.chart),
builder: ({required ApplicationConfigDefinition appConfig}) {
return BlocBuilder<ActivityCubit, ActivityState>(
builder: (BuildContext context, ActivityState activityState) {
......
......@@ -29,7 +29,7 @@ class PageStatistics extends StatelessWidget {
CardCountsByDay(),
SizedBox(height: 6),
CardCountsByHour(),
SizedBox(height: 36),
SizedBox(height: 70),
],
),
);
......
......@@ -3,7 +3,7 @@ description: Display scrobbles data and charts
publish_to: "none"
version: 0.8.2+74
version: 0.8.3+75
environment:
sdk: "^3.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment