Fix #48 No more scroll to top on click + add notifications to actions

This commit is contained in:
Luc Didry
2018-05-07 23:06:03 +02:00
parent dd9dc7bd7d
commit 3eb8db123e
14 changed files with 484 additions and 21 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ sub startup {
$self->plugin('GzipStatic');
# Cache static files
$self->plugin('StaticCache');
$self->plugin('StaticCache' => { even_in_dev => 1 });
# Helpers
$self->plugin('Lutim::Plugin::Helpers');
+1 -1
View File
@@ -70,7 +70,7 @@ sub startup {
$self->plugin('GzipStatic');
# Cache static files
$self->plugin('StaticCache');
$self->plugin('StaticCache' => { even_in_dev => 1 });
# Helpers
$self->plugin('Lutim::Plugin::Helpers');