[Client] Remove needless attribute
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
</header>
|
||||
<mk-drive ref="browser" select={ true } multiple={ opts.multiple }></mk-drive>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<mk-drive-file-viewer if={ file != null } file={ file }></mk-drive-file-viewer>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background #fff
|
||||
|
@ -44,7 +44,7 @@
|
||||
<code>{ file.hash }</code>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<p class="name"><i class="fa fa-folder"></i>{ folder.name }</p><i class="fa fa-angle-right"></i>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
color #777
|
||||
|
@ -1,7 +1,7 @@
|
||||
<mk-follow-button>
|
||||
<button class={ wait: wait, follow: !user.is_following, unfollow: user.is_following } if={ !init } onclick={ onclick } disabled={ wait }><i class="fa fa-minus" if={ !wait && user.is_following }></i><i class="fa fa-plus" if={ !wait && !user.is_following }></i><i class="fa fa-spinner fa-pulse fa-fw" if={ wait }></i>{ user.is_following ? 'フォロー解除' : 'フォロー' }</button>
|
||||
<div class="init" if={ init }><i class="fa fa-spinner fa-pulse fa-fw"></i></div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-home-timeline>
|
||||
<mk-timeline ref="timeline" init={ init } more={ more } empty={ '表示する投稿がありません。誰かしらをフォローするなどしましょう。' }></mk-timeline>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-home>
|
||||
<mk-home-timeline ref="tl"></mk-home-timeline>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-images-viewer>
|
||||
<div class="image" ref="view" onclick={ click }><img ref="img" src={ image.url + '?thumbnail&size=512' } alt={ image.name } title={ image.name }/></div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
padding 8px
|
||||
|
@ -40,7 +40,7 @@
|
||||
<p class="post-ref">{ getPostSummary(notification.post) }</p>
|
||||
</div>
|
||||
</virtual>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -83,7 +83,7 @@
|
||||
<a class="post-ref" href={ CONFIG.url + '/' + notification.post.user.username + '/' + notification.post.id }>{ getPostSummary(notification.post) }</a>
|
||||
</div>
|
||||
</virtual>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -9,7 +9,7 @@
|
||||
<p class="loading" if={ loading }><i class="fa fa-spinner fa-pulse fa-fw"></i>読み込んでいます
|
||||
<mk-ellipsis></mk-ellipsis>
|
||||
</p>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background #fff
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-notify>
|
||||
<mk-notification-preview notification={ opts.notification }></mk-notification-preview>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
position fixed
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-drive ref="browser" folder={ parent.opts.folder } file={ parent.opts.file }></mk-drive>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<footer>
|
||||
<mk-copyright></mk-copyright>
|
||||
</footer>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
height 100%
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-signin></mk-signin>
|
||||
<div class="divider"><span>or</span></div>
|
||||
<button class="signup" onclick={ parent.signup }>新規登録</button><a class="introduction" onclick={ parent.introduction }>Misskeyについて</a>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0 auto
|
||||
|
@ -1,7 +1,7 @@
|
||||
<mk-entrance-signup>
|
||||
<mk-signup></mk-signup>
|
||||
<button class="cancel" type="button" onclick={ parent.signin } title="キャンセル"><i class="fa fa-times"></i></button>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0 auto
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-home ref="home"></mk-home>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-messaging-room if={ !parent.fetching } user={ parent.user }></mk-messaging-room>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-messaging ref="index"></mk-messaging>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-new-post-page>
|
||||
<mk-post-form ref="form"></mk-post-form>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-notifications ref="notifications"></mk-notifications>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<mk-post-detail ref="post" post={ parent.post }></mk-post-detail>
|
||||
</main>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-search ref="search" query={ parent.opts.query }></mk-search>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<li><a href="./settings/api"><i class="fa fa-key"></i>API</a></li>
|
||||
</ul>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-api-info></mk-api-info>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-authorized-apps></mk-authorized-apps>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-signin-history></mk-signin-history>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-twitter-setting></mk-twitter-setting>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
</style>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-user-followers ref="list" if={ !parent.fetching } user={ parent.user }></mk-user-followers>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-user-following ref="list" if={ !parent.fetching } user={ parent.user }></mk-user-following>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mk-ui ref="ui">
|
||||
<mk-user ref="user" user={ parent.user } page={ parent.opts.page }></mk-user>
|
||||
</mk-ui>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
||||
</virtual>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -27,7 +27,7 @@
|
||||
<button class="poll" onclick={ addPoll }><i class="fa fa-pie-chart"></i></button>
|
||||
<input ref="file" type="file" accept="image/*" multiple="multiple" onchange={ changeFile }/>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
padding-top 50px
|
||||
|
@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-search-posts>
|
||||
<mk-timeline init={ init } more={ more } empty={ '「' + query + '」に関する投稿は見つかりませんでした。' }></mk-timeline>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background #fff
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-search>
|
||||
<mk-search-posts ref="posts" query={ query }></mk-search-posts>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<p if={ state == 'reconnecting' }><i class="fa fa-spinner fa-spin"></i><span>切断されました 接続中
|
||||
<mk-ellipsis></mk-ellipsis></span></p>
|
||||
<p if={ state == 'connected' }><i class="fa fa-check"></i><span>接続完了</span></p>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
pointer-events none
|
||||
|
@ -8,7 +8,7 @@
|
||||
<summary>投票</summary>
|
||||
<mk-poll post={ post }></mk-poll>
|
||||
</details>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
overflow-wrap break-word
|
||||
|
@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -46,7 +46,7 @@
|
||||
</footer>
|
||||
</div>
|
||||
</article>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -9,7 +9,7 @@
|
||||
<button if={ canFetchMore } onclick={ more } disabled={ fetching }><span if={ !fetching }>もっとみる</span><span if={ fetching }>読み込み中
|
||||
<mk-ellipsis></mk-ellipsis></span></button>
|
||||
</footer>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background #fff
|
||||
|
@ -8,7 +8,7 @@
|
||||
<button class="post" onclick={ post }><i class="fa fa-pencil"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
$height = 48px
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<p class="about" href={ CONFIG.urls.about }><a>Misskeyについて</a></p>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display none
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="content" ref="main"><yield /></div>
|
||||
</div>
|
||||
<mk-stream-indicator></mk-stream-indicator>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-user-followers>
|
||||
<mk-users-list ref="list" fetch={ fetch } count={ user.followers_count } you-know-count={ user.followers_you_know_count } no-users={ 'フォロワーはいないようです。' }></mk-users-list>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-user-following>
|
||||
<mk-users-list ref="list" fetch={ fetch } count={ user.following_count } you-know-count={ user.following_you_know_count } no-users={ 'フォロー中のユーザーはいないようです。' }></mk-users-list>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="bio">{ user.bio }</div>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
margin 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
<mk-user-timeline>
|
||||
<mk-timeline ref="timeline" init={ init } more={ more } empty={ withMedia ? 'メディア付き投稿はありません。' : 'このユーザーはまだ投稿していないようです。' }></mk-timeline>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
max-width 600px
|
||||
|
@ -24,7 +24,7 @@
|
||||
<mk-user-graphs if={ page == 'graphs' } user={ user }></mk-user-graphs>
|
||||
</div>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
<p class="fetching" if={ fetching }><i class="fa fa-spinner fa-pulse fa-fw"></i>読み込んでいます
|
||||
<mk-ellipsis></mk-ellipsis>
|
||||
</p>
|
||||
<style type="stylus">
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background #fff
|
||||
|
Reference in New Issue
Block a user