mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +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)
|
||||
path-to-tile (~(del by path-to-tile) subscribe.act)
|
||||
==
|
||||
==
|
||||
==
|
||||
::
|
||||
%handle-http-request
|
||||
=+ !<([eyre-id=@ta =inbound-request:eyre] vas)
|
||||
|
@ -4,8 +4,7 @@
|
||||
+$ tile-data (map @tas [jon=json url=@t])
|
||||
::
|
||||
+$ action
|
||||
$%
|
||||
[%add name=@tas subscribe=path url=@t]
|
||||
$% [%add name=@tas subscribe=path url=@t]
|
||||
[%remove name=@tas subscribe=path]
|
||||
==
|
||||
--
|
||||
|
@ -24,7 +24,11 @@ export class Skeleton extends Component {
|
||||
|
||||
return (
|
||||
<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}>
|
||||
<ChannelsSidebar
|
||||
active={this.props.active}
|
||||
|
Loading…
Reference in New Issue
Block a user