From 9224668285d47830830abd0f123650cadea79f80 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 5 Feb 2022 13:13:26 +0100 Subject: Improve subscription list drag and drop (#3953) * it works * more beautiful * optimize JS * CSS - optimized for dark theme * delete not used form * phpcs * optimize * more optimization * fixed javaScript syntax * better css class name * template.css RTL * fix failed test for RTL * fix broken CSS Syntax * fixed failed test * fixed: empty lines in RTL CSS * again a fixed CSS test.... * fixed test * less magic numbers --- app/views/subscription/index.phtml | 81 ++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 42 deletions(-) (limited to 'app/views/subscription/index.phtml') diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 92b1c7ec9..8b9176e27 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -3,7 +3,7 @@ $this->partial('aside_subscription'); ?> -
+
@@ -25,55 +25,53 @@ - - - - categories as $cat) { - $feeds = $cat->feeds(); - ?> -
-
- - name() ?> -
-
    - - + categories as $cat) { + $feeds = $cat->feeds(); + ?> +
    +
    + + name() ?> +
    +
      + onlyFeedsWithError && !$feed->inError()) { continue; } $error = $feed->inError() ? ' error' : ''; $empty = $feed->nbEntries() == 0 ? ' empty' : ''; - ?> -
    • - - show_favicons): ?>✇ - name() ?> -
    • - +
    • + + show_favicons): ?>✇ + name() ?> +
    • + -
    • - -
    • -
    -
    - + ?> +
  • + +
  • +
+
+ -
-
- ✚ +
+
+ ✚ +
+
+
-
    -
displaySlider ? ' class="active"' : ''; ?> @@ -89,5 +87,4 @@ } ?>
-
-- cgit v1.2.3