mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +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
@ -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