From 0c66f0f5d245c175c34090ea13cc34c2dfc7169b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 13 Apr 2019 16:29:53 -0600 Subject: [PATCH] Don't let the title attribute carry into child elements --- web/app/admin/bridges/bridges.component.html | 2 +- web/app/admin/bridges/gitter/gitter.component.html | 2 +- web/app/admin/bridges/irc/irc.component.html | 2 +- web/app/admin/bridges/slack/slack.component.html | 2 +- web/app/admin/bridges/telegram/telegram.component.html | 2 +- web/app/admin/bridges/webhooks/webhooks.component.html | 2 +- web/app/admin/custom-bots/custom-bots.component.html | 2 +- web/app/admin/home/home.component.html | 2 +- .../admin/neb/add-selfhosted/add-selfhosted.component.html | 2 +- web/app/admin/neb/edit/edit.component.html | 2 +- web/app/admin/neb/neb.component.html | 2 +- web/app/admin/sticker-packs/sticker-packs.component.html | 2 +- web/app/admin/widgets/widgets.component.html | 2 +- web/app/configs/stickerpicker/stickerpicker.component.html | 6 +++--- web/app/elements/ibox/ibox.component.html | 6 +++--- web/app/elements/ibox/ibox.component.ts | 2 +- web/app/riot/riot-home/home.component.html | 2 +- 17 files changed, 21 insertions(+), 21 deletions(-) diff --git a/web/app/admin/bridges/bridges.component.html b/web/app/admin/bridges/bridges.component.html index 45b09ee..8faac99 100644 --- a/web/app/admin/bridges/bridges.component.html +++ b/web/app/admin/bridges/bridges.component.html @@ -2,7 +2,7 @@
- +

Bridges provide a way for rooms to interact with and/or bring in events from a third party network. For diff --git a/web/app/admin/bridges/gitter/gitter.component.html b/web/app/admin/bridges/gitter/gitter.component.html index 501efdb..21bf206 100644 --- a/web/app/admin/bridges/gitter/gitter.component.html +++ b/web/app/admin/bridges/gitter/gitter.component.html @@ -2,7 +2,7 @@

- +

matrix-appservice-gitter diff --git a/web/app/admin/bridges/irc/irc.component.html b/web/app/admin/bridges/irc/irc.component.html index 798f093..bc03342 100644 --- a/web/app/admin/bridges/irc/irc.component.html +++ b/web/app/admin/bridges/irc/irc.component.html @@ -2,7 +2,7 @@

- +

matrix-appservice-irc diff --git a/web/app/admin/bridges/slack/slack.component.html b/web/app/admin/bridges/slack/slack.component.html index d2eba48..a31a6c4 100644 --- a/web/app/admin/bridges/slack/slack.component.html +++ b/web/app/admin/bridges/slack/slack.component.html @@ -2,7 +2,7 @@

- +

matrix-appservice-slack diff --git a/web/app/admin/bridges/telegram/telegram.component.html b/web/app/admin/bridges/telegram/telegram.component.html index 3b56f70..401dc79 100644 --- a/web/app/admin/bridges/telegram/telegram.component.html +++ b/web/app/admin/bridges/telegram/telegram.component.html @@ -2,7 +2,7 @@

- +

mautrix-telegram diff --git a/web/app/admin/bridges/webhooks/webhooks.component.html b/web/app/admin/bridges/webhooks/webhooks.component.html index f78ad23..765e410 100644 --- a/web/app/admin/bridges/webhooks/webhooks.component.html +++ b/web/app/admin/bridges/webhooks/webhooks.component.html @@ -2,7 +2,7 @@

- +

matrix-appservice-webhooks diff --git a/web/app/admin/custom-bots/custom-bots.component.html b/web/app/admin/custom-bots/custom-bots.component.html index cdf116b..f278587 100644 --- a/web/app/admin/custom-bots/custom-bots.component.html +++ b/web/app/admin/custom-bots/custom-bots.component.html @@ -2,7 +2,7 @@

- +

Custom bots give you the ability to add your own bots to Dimension for users to add diff --git a/web/app/admin/home/home.component.html b/web/app/admin/home/home.component.html index a34d9ee..95d51b1 100644 --- a/web/app/admin/home/home.component.html +++ b/web/app/admin/home/home.component.html @@ -2,7 +2,7 @@

- +

Parts of your configuration are displayed below. To change these values, edit your configuration and restart Dimension.

diff --git a/web/app/admin/neb/add-selfhosted/add-selfhosted.component.html b/web/app/admin/neb/add-selfhosted/add-selfhosted.component.html index b868a69..b39a3f4 100644 --- a/web/app/admin/neb/add-selfhosted/add-selfhosted.component.html +++ b/web/app/admin/neb/add-selfhosted/add-selfhosted.component.html @@ -1,4 +1,4 @@ - +

Self-hosted go-neb instances are powered by application services installed on your homeserver. The application service is responsible for creating the bots dynamically.

diff --git a/web/app/admin/neb/edit/edit.component.html b/web/app/admin/neb/edit/edit.component.html index 3d50063..50eb5fd 100644 --- a/web/app/admin/neb/edit/edit.component.html +++ b/web/app/admin/neb/edit/edit.component.html @@ -2,7 +2,7 @@
- +

go-neb supports many different types of bots, each of which is listed below. Here you can configure which bots this go-neb instance should use.

diff --git a/web/app/admin/neb/neb.component.html b/web/app/admin/neb/neb.component.html index d08132b..726e88c 100644 --- a/web/app/admin/neb/neb.component.html +++ b/web/app/admin/neb/neb.component.html @@ -2,7 +2,7 @@
- +

go-neb is a multi-purpose bot that can provide various services, such as reaction GIFs and Github notifications. There are two options for diff --git a/web/app/admin/sticker-packs/sticker-packs.component.html b/web/app/admin/sticker-packs/sticker-packs.component.html index cdd8f73..c50729a 100644 --- a/web/app/admin/sticker-packs/sticker-packs.component.html +++ b/web/app/admin/sticker-packs/sticker-packs.component.html @@ -2,7 +2,7 @@

- +

Sticker packs provide a way to convey memes or feelings to others in a room. From here you're able diff --git a/web/app/admin/widgets/widgets.component.html b/web/app/admin/widgets/widgets.component.html index ed5c11b..9c823ac 100644 --- a/web/app/admin/widgets/widgets.component.html +++ b/web/app/admin/widgets/widgets.component.html @@ -2,7 +2,7 @@

- +

Widgets are small webpages that can be embedded in a Matrix room. Here you can configure which widgets Dimension will offer to users.

diff --git a/web/app/configs/stickerpicker/stickerpicker.component.html b/web/app/configs/stickerpicker/stickerpicker.component.html index f7a6c81..026036f 100644 --- a/web/app/configs/stickerpicker/stickerpicker.component.html +++ b/web/app/configs/stickerpicker/stickerpicker.component.html @@ -2,12 +2,12 @@
- +
Sticker packs are not enabled on this Dimension instance.
- +
- +
diff --git a/web/app/elements/ibox/ibox.component.html b/web/app/elements/ibox/ibox.component.html index ba58e02..990e203 100644 --- a/web/app/elements/ibox/ibox.component.html +++ b/web/app/elements/ibox/ibox.component.html @@ -1,10 +1,10 @@
-
- {{ title }} +
+ {{ boxTitle }}
- +
diff --git a/web/app/elements/ibox/ibox.component.ts b/web/app/elements/ibox/ibox.component.ts index e37fb5c..c705eb4 100644 --- a/web/app/elements/ibox/ibox.component.ts +++ b/web/app/elements/ibox/ibox.component.ts @@ -8,7 +8,7 @@ import { ANIMATION_FADE_IN_NOT_OUT } from "../../app.animations"; animations: [ANIMATION_FADE_IN_NOT_OUT], }) export class IboxComponent implements OnInit { - @Input() title: string; + @Input() boxTitle: string; @Input() isCollapsible: boolean; @Input() defaultCollapsed: boolean; diff --git a/web/app/riot/riot-home/home.component.html b/web/app/riot/riot-home/home.component.html index abd7ffd..2463704 100644 --- a/web/app/riot/riot-home/home.component.html +++ b/web/app/riot/riot-home/home.component.html @@ -35,7 +35,7 @@
- +