diff --git a/template/templates/views/integrations.html b/template/templates/views/integrations.html index 0712eb9a..01f6e31e 100644 --- a/template/templates/views/integrations.html +++ b/template/templates/views/integrations.html @@ -6,294 +6,324 @@ {{ template "settings_menu" dict "user" .user }} -
+ {{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }} -

Fever

-
- - - - - - - - -

{{ t "form.integration.fever_endpoint" }} {{ rootURL }}{{ route "feverEndpoint" }}

- -
- +
+ Fever +
+ + + + + + + + +

{{ t "form.integration.fever_endpoint" }} {{ rootURL }}{{ route "feverEndpoint" }}

+ +
+ +
-
+ -

Google Reader

-
- - - - - - - - -

{{ t "form.integration.googlereader_endpoint" }} {{ rootURL }}{{ route "login" }}

- -
- +
+ Google Reader +
+ + + + + + + + +

{{ t "form.integration.googlereader_endpoint" }} {{ rootURL }}{{ route "login" }}

+ +
+ +
-
+ - -

Pinboard

-
- - - - - - - - - - -
- +
+ Pinboard +
+ + + + + + + + + + +
+ +
-
+ -

Instapaper

-
- - - - - - - - -
- +
+ Instapaper +
+ + + + + + + + +
+ +
-
+ -

Pocket

-
- - - {{ if not .hasPocketConsumerKeyConfigured }} - - - {{ end }} - - - - - {{ if not .form.PocketAccessToken }} -

{{ t "form.integration.pocket_connect_link" }}

- {{ end }} - -
- +
+ Pocket +
+ + + {{ if not .hasPocketConsumerKeyConfigured }} + + + {{ end }} + + + + + {{ if not .form.PocketAccessToken }} +

{{ t "form.integration.pocket_connect_link" }}

+ {{ end }} + +
+ +
-
+ -

Wallabag

-
- - - - - - - - - - - - - - - - - - - -
- +
+ Wallabag +
+ + + + + + + + + + + + + + + + + + + +
+ +
-
-

Notion

-
- + - - - - - - -
- +
+ Notion +
+ + + + + + + + +
+ +
-
-

Nunux Keeper

-
- + - - - - - - -
- +
+ Nunux Keeper +
+ + + + + + + + +
+ +
-
+ -

Espial

-
- - - - - - - - - - - -
- +
+ Espial +
+ + + + + + + + + + + +
+ +
-
+ -

Readwise Reader

-
- - - - - -

{{ t "form.integration.readwise_api_key_link" }}

- -
- +
+ Readwise Reader +
+ + + + + +

{{ t "form.integration.readwise_api_key_link" }}

+ +
+ +
-
+ -

Linkding

-
- - - - - - - - - - - - - -
- +
+ Linkding +
+ + + + + + + + + + + + + +
+ +
-
-

Apprise

-
- + - - - - - - -
- +
+ Apprise +
+ + + + + + + + +
+ +
-
-

Telegram Bot

-
- + - - - - - - -
- +
+ Telegram Bot +
+ + + + + + + + +
+ +
-
+ -

Matrix Bot

-
- - - - - - - - - - - - - - -
- +
+ Matrix Bot +
+ + + + + + + + + + + + + + +
+ +
-
- +

{{ t "page.integration.bookmarklet" }}

diff --git a/ui/static/css/common.css b/ui/static/css/common.css index a89bf7c0..3226045d 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -1093,6 +1093,18 @@ details.entry-enclosures { opacity: 20%; } -audio,video { +audio, video { width: 100%; } + +.integration-form summary { + font-weight: 700; +} + +.integration-form details { + margin-bottom: 15px; +} + +.integration-form details .form-section { + margin-top: 15px; +} \ No newline at end of file