From 392f4a2681d94b8af8e2725aa6ca4615329afa54 Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Wed, 12 Aug 2015 22:55:44 +0300 Subject: #1320 Design for filters --- .../views/themes/material/Entry/entries.html.twig | 37 +++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 55e3540d..7a1cc9b4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -18,7 +18,6 @@ {% if entries is not empty %}
{{ entries.count }} {% trans %}entries{% endtrans %}
-
{{ form_rest(form) }}
{% endif %} + + + +
+
+ +

{% trans %}Filters{% endtrans %}

+ +
+ +
+ +
+ +
+ + +
+ +
+ + +
+ + + +
+ +
+ +
+ +
+
{% endblock %} -- cgit v1.2.3 From bac5a3455295971e60b027740a6b6ee1367742cf Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Wed, 12 Aug 2015 23:52:40 +0300 Subject: Fix form rendere --- .../Resources/views/themes/material/Entry/entries.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 3561c509..4fbc4473 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -76,12 +76,12 @@
- + {{ form_widget(form.readingTime.left_number, {'type': 'number'}) }}
- + {{ form_widget(form.readingTime.right_number, {'type': 'number'}) }}
-- cgit v1.2.3 From d75a9fa38b24b57fbbb11d52c17d56d04387718f Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Mon, 17 Aug 2015 01:29:51 +0300 Subject: Fix: When I click on "new article" icon, and on the cross after, the filter icon is no more visible. When I change the size of my browser window, the filter appears but I didn't click on the icon Bug: can't click on pagination > 1 display bug: when we load homepage, we see quickly the filter form new entry form: when we click on the field, the history of the field is at the left of the screen, not below the field (see screenshot) --- .../CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig index 1a3ab86d..fda53e5b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig @@ -8,7 +8,7 @@ {{ form_errors(form.url) }} {% endif %} - {{ form_widget(form.url) }} + {{ form_widget(form.url, { 'attr': {'autocomplete': 'off'} }) }} -- cgit v1.2.3 From fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Mon, 17 Aug 2015 01:50:46 +0300 Subject: My implementation progress bar at the top of the page #1348 --- .../CoreBundle/Resources/views/themes/material/Entry/entry.html.twig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index 4b0e1a7b..2aa9d1b8 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -3,6 +3,9 @@ {% block title %}{{ entry.title|raw }} ({{ entry.domainName }}){% endblock %} {% block menu %} +
+
+