mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 13:04:17 +03:00
launch, link: apply @Fang- suggestions to #2615 review
Co-Authored-By: Fang <git@fang.io>
This commit is contained in:
parent
6443424012
commit
2f3d681975
@ -108,7 +108,7 @@
|
|||||||
data (~(del by data) name.act)
|
data (~(del by data) name.act)
|
||||||
path-to-tile (~(del by path-to-tile) subscribe.act)
|
path-to-tile (~(del by path-to-tile) subscribe.act)
|
||||||
==
|
==
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
%handle-http-request
|
%handle-http-request
|
||||||
=+ !<([eyre-id=@ta =inbound-request:eyre] vas)
|
=+ !<([eyre-id=@ta =inbound-request:eyre] vas)
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
+$ tile-data (map @tas [jon=json url=@t])
|
+$ tile-data (map @tas [jon=json url=@t])
|
||||||
::
|
::
|
||||||
+$ action
|
+$ action
|
||||||
$%
|
$% [%add name=@tas subscribe=path url=@t]
|
||||||
[%add name=@tas subscribe=path url=@t]
|
|
||||||
[%remove name=@tas subscribe=path]
|
[%remove name=@tas subscribe=path]
|
||||||
==
|
==
|
||||||
--
|
--
|
||||||
|
@ -24,7 +24,11 @@ export class Skeleton extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={"absolute h-100 w-100 " + popoutWindow}>
|
<div className={"absolute h-100 w-100 " + popoutWindow}>
|
||||||
<HeaderBar spinner={this.props.spinner} invites={this.props.invites} associations={this.props.associations} />
|
<HeaderBar
|
||||||
|
spinner={this.props.spinner}
|
||||||
|
invites={this.props.invites}
|
||||||
|
associations={this.props.associations}
|
||||||
|
/>
|
||||||
<div className={`cf w-100 h-100 flex ` + popoutBorder}>
|
<div className={`cf w-100 h-100 flex ` + popoutBorder}>
|
||||||
<ChannelsSidebar
|
<ChannelsSidebar
|
||||||
active={this.props.active}
|
active={this.props.active}
|
||||||
|
Loading…
Reference in New Issue
Block a user