[Client] LS to JS and some Clean up ✌️
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
riot = require 'riot'
|
||||
dialog = require './dialog.ls'
|
||||
api = require '../../common/scripts/api.ls'
|
||||
api = require '../../common/scripts/api'
|
||||
|
||||
module.exports = (I, cb, file = null) ~>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
riot = require 'riot'
|
||||
dialog = require './dialog.ls'
|
||||
api = require '../../common/scripts/api.ls'
|
||||
api = require '../../common/scripts/api'
|
||||
|
||||
module.exports = (I, cb, file = null) ~>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
riot = require 'riot'
|
||||
dialog = require './dialog.ls'
|
||||
api = require '../../common/scripts/api.ls'
|
||||
api = require '../../common/scripts/api'
|
||||
|
||||
module.exports = (I, cb, file = null) ~>
|
||||
|
||||
|
@ -1,60 +0,0 @@
|
||||
<mk-detect-slow-internet-connection-notice><i><i class="fa fa-exclamation"></i></i>
|
||||
<div>
|
||||
<p>インターネット回線が遅いようです。</p>
|
||||
</div>
|
||||
<style type="stylus">
|
||||
:scope
|
||||
display block
|
||||
pointer-events none
|
||||
position fixed
|
||||
z-index 16384
|
||||
top 64px
|
||||
right 16px
|
||||
margin 0
|
||||
padding 0
|
||||
width 298px
|
||||
font-size 0.9em
|
||||
background #fff
|
||||
box-shadow 0 1px 4px rgba(0, 0, 0, 0.25)
|
||||
opacity 0
|
||||
|
||||
> i
|
||||
display block
|
||||
width 48px
|
||||
line-height 48px
|
||||
margin-right 0.25em
|
||||
text-align center
|
||||
color $theme-color-foreground
|
||||
font-size 1.5em
|
||||
background $theme-color
|
||||
|
||||
> div
|
||||
display block
|
||||
position absolute
|
||||
top 0
|
||||
left 48px
|
||||
margin 0
|
||||
width 250px
|
||||
height 48px
|
||||
color #666
|
||||
|
||||
> p
|
||||
display block
|
||||
margin 0
|
||||
padding 8px
|
||||
|
||||
</style>
|
||||
<script>
|
||||
@mixin \net
|
||||
|
||||
@net.on \detected-slow-network ~>
|
||||
Velocity @root, {
|
||||
opacity: 1
|
||||
} 200ms \linear
|
||||
set-timeout ~>
|
||||
Velocity @root, {
|
||||
opacity: 0
|
||||
} 200ms \linear
|
||||
, 10000ms
|
||||
</script>
|
||||
</mk-detect-slow-internet-connection-notice>
|
@ -7,7 +7,6 @@
|
||||
</main>
|
||||
<div class="right" ref="right"></div>
|
||||
</div>
|
||||
<mk-detect-slow-internet-connection-notice></mk-detect-slow-internet-connection-notice>
|
||||
<style type="stylus">
|
||||
:scope
|
||||
display block
|
||||
|
@ -54,7 +54,6 @@ require('./following-setuper.tag');
|
||||
require('./ellipsis-icon.tag');
|
||||
require('./ui.tag');
|
||||
require('./home.tag');
|
||||
require('./detect-slow-internet-connection-notice.tag');
|
||||
require('./user-header.tag');
|
||||
require('./user-profile.tag');
|
||||
require('./user-timeline.tag');
|
||||
|
Reference in New Issue
Block a user