mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-10 13:14:04 +03:00
new feature announcement copy added
This commit is contained in:
parent
020f4f4f54
commit
d8afe76aaf
@ -48,52 +48,32 @@ const STYLES_TEXT = css`
|
|||||||
padding: 0 64px;
|
padding: 0 64px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
const STYLES_LINK = css`
|
||||||
|
text-decoration: none;
|
||||||
|
color: ${Constants.system.white};
|
||||||
|
|
||||||
|
:visited {
|
||||||
|
color: ${Constants.system.white};
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|
||||||
export const announcements = [
|
export const announcements = [
|
||||||
{
|
{
|
||||||
title: "New Feature",
|
title: "New On Slate: Grid System 2.0",
|
||||||
text: "Organize files in grid layout",
|
text:
|
||||||
|
"We just introduced a completely new layout engine that gives you total control over the way you can organize and display your slates.",
|
||||||
image: (
|
image: (
|
||||||
<img
|
<img
|
||||||
src="https://slate.textile.io/ipfs/bafybeiaiy3c72sdirjj24vvev7xpuvvqckwip3ot7l4u4iaxdlnbp4hqae"
|
src="https://slate.textile.io/ipfs/bafybeigb7pd2dh64ty7l2yhnzu5kjupgxbfzqzjjb2gtprexfxzkwx4nle"
|
||||||
alt="grid layout"
|
alt="grid layout"
|
||||||
css={STYLES_IMAGE}
|
css={STYLES_IMAGE}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
button: (
|
button: (
|
||||||
<ButtonPrimary
|
<ButtonPrimary style={{ width: 160 }}>
|
||||||
style={{ width: 160 }}
|
<a css={STYLES_LINK} href="/_?scene=V1_NAVIGATION_SLATES">
|
||||||
onClick={() => {
|
Try it out
|
||||||
dispatchCustomEvent({
|
</a>
|
||||||
name: "delete-modal",
|
|
||||||
detail: {},
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Got it
|
|
||||||
</ButtonPrimary>
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "New Feature 2",
|
|
||||||
text: "Organize files in grid layout",
|
|
||||||
image: (
|
|
||||||
<img
|
|
||||||
src="https://slate.textile.io/ipfs/bafybeiaiy3c72sdirjj24vvev7xpuvvqckwip3ot7l4u4iaxdlnbp4hqae"
|
|
||||||
alt="grid layout"
|
|
||||||
css={STYLES_IMAGE}
|
|
||||||
/>
|
|
||||||
),
|
|
||||||
button: (
|
|
||||||
<ButtonPrimary
|
|
||||||
style={{ width: 160 }}
|
|
||||||
onClick={() => {
|
|
||||||
dispatchCustomEvent({
|
|
||||||
name: "delete-modal",
|
|
||||||
detail: {},
|
|
||||||
});
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Got it
|
|
||||||
</ButtonPrimary>
|
</ButtonPrimary>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user