From 7f3fb90b05ef71732304cf353e6082ca794d665d Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 8 Dec 2017 13:41:34 +0900 Subject: [PATCH] wip --- src/web/app/common/tags/signin.tag | 2 +- src/web/app/common/tags/signup.tag | 2 +- src/web/app/common/tags/url.tag | 16 +++++--- src/web/app/desktop/tags/notifications.tag | 40 +++++++++++-------- src/web/app/desktop/tags/post-detail.tag | 12 +----- src/web/app/desktop/tags/timeline.tag | 14 +------ src/web/app/desktop/tags/ui.tag | 2 +- .../app/mobile/tags/notification-preview.tag | 15 ++----- src/web/app/mobile/tags/notification.tag | 21 +++++----- src/web/app/mobile/tags/post-detail.tag | 12 +----- src/web/app/mobile/tags/timeline.tag | 14 +------ 11 files changed, 58 insertions(+), 92 deletions(-) diff --git a/src/web/app/common/tags/signin.tag b/src/web/app/common/tags/signin.tag index 0aac32991..f25d99974 100644 --- a/src/web/app/common/tags/signin.tag +++ b/src/web/app/common/tags/signin.tag @@ -24,7 +24,7 @@ display block margin 12px 0 - i + [data-fa] display block pointer-events none position absolute diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag index 67b8796a6..3c9810872 100644 --- a/src/web/app/common/tags/signup.tag +++ b/src/web/app/common/tags/signup.tag @@ -182,7 +182,7 @@ this.passwordRetypeState = null; this.recaptchaed = false; - window.onEecaptchaed = () => { + window.onRecaptchaed = () => { this.recaptchaed = true; this.update(); }; diff --git a/src/web/app/common/tags/url.tag b/src/web/app/common/tags/url.tag index 330acf821..2690afc5d 100644 --- a/src/web/app/common/tags/url.tag +++ b/src/web/app/common/tags/url.tag @@ -1,14 +1,20 @@ -{ schema }//{ hostname }:{ port }{ pathname }{ query }{ hash } + + + { schema }// + { hostname } + :{ port } + { pathname } + { query } + { hash } + %fa:external-link-square-alt% +