diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..53681b50 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "printWidth": 140, + "semi": false, + "tabWidth": 4, + "arrowParens": "avoid", + "endOfLine": "auto" +} diff --git a/src/main/app/api/index.html b/src/main/app/api/index.html index e78dbfa7..9bd7ed8d 100644 --- a/src/main/app/api/index.html +++ b/src/main/app/api/index.html @@ -1,86 +1,86 @@ -
-+ {{ 'about.line1_prefix' | translate }} + GitHub + {{ 'about.line1_suffix' | translate }} +
++ {{ 'about.line2_prefix' | translate }} + GitHub + {{ 'about.line2_suffix' | translate }} +
+ {{ 'about.version' | translate }} {{infos.version}} ({{infos.gitCommit}}) +- {{ 'about.line1_prefix' | translate }} - GitHub - {{ 'about.line1_suffix' | translate }} -
-- {{ 'about.line2_prefix' | translate }} - GitHub - {{ 'about.line2_suffix' | translate }} -
- {{ 'about.version' | translate }} {{infos.version}} ({{infos.gitCommit}}) -{{ 'about.line3' | translate }}
+ + {{ 'about.line4' | translate }} +1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e
+ {{ 'about.line3' | translate }}
- - {{ 'about.line4' | translate }} -1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e
- + {{ 'about.goodies.android_app' | translate }}: + News+ extension + , + CommaFeed Reader + , + Cloudfeedlr +
++ {{ 'about.goodies.chrome_extension' | translate }} +
++ {{ 'about.goodies.firefox_extension' | translate }} +
++ {{ 'about.goodies.opera_extension' | translate }} +
-- {{ 'about.goodies.android_app' | translate }}: - News+ extension - , - CommaFeed Reader - , - Cloudfeedlr -
-- {{ 'about.goodies.chrome_extension' | translate }} -
-- {{ 'about.goodies.firefox_extension' | translate }} -
-- {{ 'about.goodies.opera_extension' | translate }} -
++ {{ 'about.goodies.subscribe_url' | translate }}: + rest/feed/subscribe?url=FEED_URL_HERE +
++ {{ 'about.goodies.subscribe_bookmarklet' | translate }}: + SubToMe +
+
+ {{ 'about.goodies.next_unread_bookmarklet' | translate }}:
+
+
+ {{ 'subscribe.category' | translate }}
+
+
+ {{ 'global.link' | translate }}
+
- {{ 'about.goodies.subscribe_url' | translate }}: - rest/feed/subscribe?url=FEED_URL_HERE -
-- {{ 'about.goodies.subscribe_bookmarklet' | translate }}: - SubToMe -
-
- {{ 'about.goodies.next_unread_bookmarklet' | translate }}:
-
-
- {{ 'subscribe.category' | translate }}
-
-
- {{ 'global.link' | translate }}
-
{{ 'about.translation.message' | translate }}
+ +{{ 'about.rest_api.line1' | translate }}
++ {{ 'about.rest_api.link_to_documentation' | translate }} +
+{{ 'about.translation.message' | translate }}
- -{{ 'about.rest_api.line1' | translate }}
-- {{ 'about.rest_api.link_to_documentation' | translate }} -
-{{stacktrace}}
-{{stacktrace}}
+
diff --git a/src/main/app/templates/feeds.tag_details.html b/src/main/app/templates/feeds.tag_details.html
index 66f440a5..893eb120 100644
--- a/src/main/app/templates/feeds.tag_details.html
+++ b/src/main/app/templates/feeds.tag_details.html
@@ -1,23 +1,27 @@