diff --git a/web/app/admin/bridges/gitter/gitter.component.html b/web/app/admin/bridges/gitter/gitter.component.html index 21bf206..6b045fb 100644 --- a/web/app/admin/bridges/gitter/gitter.component.html +++ b/web/app/admin/bridges/gitter/gitter.component.html @@ -6,8 +6,8 @@

matrix-appservice-gitter - is a Gitter bridge that supports bridging Gitter rooms to Matrix. Users on Matrix are represented as a single - bot user in Gitter, however Gitter users are represented as real-looking Matrix users in the room. + is a Gitter bridge that supports bridging Gitter rooms to Matrix. Users on Matrix are represented as a + single bot user in Gitter, however Gitter users are represented as real-looking Matrix users in the room.

@@ -24,7 +24,8 @@
{{ bridge.upstreamId ? "matrix.org's bridge" : "Self-hosted bridge" }} - ({{ bridge.provisionUrl }}) + ({{ bridge.provisionUrl }}) @@ -34,10 +35,12 @@
- -
diff --git a/web/app/admin/bridges/gitter/manage-selfhosted/manage-selfhosted.component.html b/web/app/admin/bridges/gitter/manage-selfhosted/manage-selfhosted.component.html index 75ec4b6..f30ff44 100644 --- a/web/app/admin/bridges/gitter/manage-selfhosted/manage-selfhosted.component.html +++ b/web/app/admin/bridges/gitter/manage-selfhosted/manage-selfhosted.component.html @@ -3,7 +3,10 @@

{{ isAdding ? "Add a new" : "Edit" }} self-hosted Gitter bridge

-

Self-hosted Gitter bridges already have provisioning enabled. Be careful not to expose the API to the public internet.

+

+ Self-hosted Gitter bridges already have provisioning enabled. Be careful not to expose the API to the public + internet. +

-

Self-hosted Slack bridges already have provisioning enabled. Be careful not to expose the API to the public internet.

+

+ Self-hosted Slack bridges already have provisioning enabled. Be careful not to expose the API to the public + internet. +

diff --git a/web/app/admin/bridges/webhooks/webhooks.component.html b/web/app/admin/bridges/webhooks/webhooks.component.html index 765e410..78e620f 100644 --- a/web/app/admin/bridges/webhooks/webhooks.component.html +++ b/web/app/admin/bridges/webhooks/webhooks.component.html @@ -23,7 +23,8 @@ {{ bridge.upstreamId ? "matrix.org's bridge" : "Self-hosted bridge" }} - ({{ bridge.provisionUrl }}) + ({{ bridge.provisionUrl }}) @@ -33,7 +34,8 @@ - diff --git a/web/app/admin/home/home.component.html b/web/app/admin/home/home.component.html index 95d51b1..bbce040 100644 --- a/web/app/admin/home/home.component.html +++ b/web/app/admin/home/home.component.html @@ -4,7 +4,10 @@
-

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

+

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

@@ -20,19 +23,19 @@
- Homeserver
- Name: {{ config.homeserver.name }}
- Federation URL: {{ config.homeserver.federationUrl }}
- Federation Hostname: {{ config.homeserver.federationHostname }}
- Client/Server URL: {{ config.homeserver.clientServerUrl }}
+ Homeserver
+ Name: {{ config.homeserver.name }}
+ Federation URL: {{ config.homeserver.federationUrl }}
+ Federation Hostname: {{ config.homeserver.federationHostname }}
+ Client/Server URL: {{ config.homeserver.clientServerUrl }}
Utility User ID: {{ config.homeserver.userId }}
- Sessions
- Tokens registered: {{ config.sessionInfo.numTokens }}
+ Sessions
+ Tokens registered: {{ config.sessionInfo.numTokens }}
diff --git a/web/app/admin/home/logout-confirmation/logout-confirmation.component.html b/web/app/admin/home/logout-confirmation/logout-confirmation.component.html index c11da9f..024b0c8 100644 --- a/web/app/admin/home/logout-confirmation/logout-confirmation.component.html +++ b/web/app/admin/home/logout-confirmation/logout-confirmation.component.html @@ -5,8 +5,8 @@

Logging everyone out will disable all known login tokens for Dimension and upstream integration managers. - Most clients will automatically re-register for a login token behind the scenes, similar to how a login token - was first acquired. + Most clients will automatically re-register for a login token behind the scenes, similar to how a login + token was first acquired.

diff --git a/web/app/configs/widget/config-screen/config-screen.widget.component.html b/web/app/configs/widget/config-screen/config-screen.widget.component.html index 7439c7a..786f454 100644 --- a/web/app/configs/widget/config-screen/config-screen.widget.component.html +++ b/web/app/configs/widget/config-screen/config-screen.widget.component.html @@ -8,7 +8,8 @@
- +
- +
{{ widget.name || widget.url || widgetComponent.defaultName }} - {{ widget.data.title }} @@ -32,7 +34,8 @@ -
diff --git a/web/app/configs/widget/google-calendar/gcal.widget.component.ts b/web/app/configs/widget/google-calendar/gcal.widget.component.ts index 8a28e17..8c2df3f 100644 --- a/web/app/configs/widget/google-calendar/gcal.widget.component.ts +++ b/web/app/configs/widget/google-calendar/gcal.widget.component.ts @@ -11,7 +11,7 @@ export class GoogleCalendarWidgetConfigComponent extends WidgetComponent { super(WIDGET_GOOGLE_CALENDAR, "Google Calendar", DISABLE_AUTOMATIC_WRAPPING, "googleCalendar"); } - protected OnNewWidgetPrepared(widget: EditableWidget) { + protected OnNewWidgetPrepared(widget: EditableWidget) { widget.dimension.newData.shareId = ""; } diff --git a/web/app/configs/widget/tradingview/tradingview.widget.component.html b/web/app/configs/widget/tradingview/tradingview.widget.component.html index c72e682..4a01ab6 100644 --- a/web/app/configs/widget/tradingview/tradingview.widget.component.html +++ b/web/app/configs/widget/tradingview/tradingview.widget.component.html @@ -2,7 +2,8 @@
- + You have no sticker packs.
@@ -17,16 +17,18 @@
-
+
+ [alt]="sticker.name" [ngbTooltip]="sticker.name" placement="bottom"/>
diff --git a/web/polyfills.ts b/web/polyfills.ts index 0273b2d..3a72290 100644 --- a/web/polyfills.ts +++ b/web/polyfills.ts @@ -1,5 +1,6 @@ import "reflect-metadata"; import "ts-helpers"; + require("zone.js/dist/zone"); //noinspection TypeScriptUnresolvedVariable diff --git a/web/public/img/logo/favicon/safari-pinned-tab.svg b/web/public/img/logo/favicon/safari-pinned-tab.svg index d945d9b..41f51ee 100644 --- a/web/public/img/logo/favicon/safari-pinned-tab.svg +++ b/web/public/img/logo/favicon/safari-pinned-tab.svg @@ -1,15 +1,15 @@ + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - + + Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + - + diff --git a/web/style/_riot.scss b/web/style/_riot.scss index 759b023..eb869ec 100644 --- a/web/style/_riot.scss +++ b/web/style/_riot.scss @@ -1,7 +1,6 @@ // The CSS for the Riot breadcrumb is specified here to ensure that it's style can be overridden. // In it's current position (as a component), the component-level stylesheet cannot access the // elements, so we specify it in a more generic location. - @import "themes/themes"; .main-app { diff --git a/web/style/app.scss b/web/style/app.scss index f5b97b1..716d6f2 100644 --- a/web/style/app.scss +++ b/web/style/app.scss @@ -14,7 +14,7 @@ body { font-family: 'Roboto', 'Open Sans', Arial, sans-serif; } -@include themifyRoot(){ +@include themifyRoot() { color: themed(defaultFgColor); // HACK: We specify the spinner color here because we can't use the mixin diff --git a/web/style/themes/dark.scss b/web/style/themes/dark.scss index 48f9f61..cf6abfa 100644 --- a/web/style/themes/dark.scss +++ b/web/style/themes/dark.scss @@ -64,7 +64,7 @@ $theme_dark: ( integrationDescriptionColor: #bcc0c1, promoSpacerColor: rgba(206, 222, 235, 0.85), - promoShadowColor: rgba(206, 222, 235, 0.34), + promoShadowColor: rgba(206, 222, 235, 0.34), promoInfoBgColor: #fff, promoInfoBorderColor: rgba(143, 45, 86, 0.2), promoPreBorderColor: rgba(143, 45, 86, 0.7), diff --git a/web/style/themes/light.scss b/web/style/themes/light.scss index c6f7d78..9c54a6f 100644 --- a/web/style/themes/light.scss +++ b/web/style/themes/light.scss @@ -64,7 +64,7 @@ $theme_light: ( integrationDescriptionColor: #999, promoSpacerColor: rgba(206, 222, 235, 0.85), - promoShadowColor: rgba(206, 222, 235, 0.34), + promoShadowColor: rgba(206, 222, 235, 0.34), promoInfoBgColor: #fff, promoInfoBorderColor: rgba(143, 45, 86, 0.2), promoPreBorderColor: rgba(143, 45, 86, 0.7),