forked from Joystream/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # packages/atlas/src/views/studio/CrtDashboard/CrtDashboard.tsx # packages/atlas/src/views/studio/CrtDashboard/tabs/CrtDashboardMainTab.tsx
- Loading branch information
Showing
29 changed files
with
571 additions
and
191 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/atlas/src/api/queries/__generated__/creatorTokens.generated.tsx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
packages/atlas/src/api/queries/__generated__/fragments.generated.tsx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY; | ||
import { Ref, SVGProps, forwardRef, memo } from 'react' | ||
|
||
const SvgActionShieldLock = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg width={16} height={16} viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M3.733 2.948C3.31 3 2.873 3 2 3v3.675c0 .534 0 .801.015 1.043a8 8 0 0 0 5.001 6.939c.225.09.478.174.984.343.506-.169.76-.253.984-.343a8 8 0 0 0 5.001-6.94C14 7.477 14 7.21 14 6.676V3c-.872 0-1.309 0-1.733-.052a7 7 0 0 1-2.292-.694c-.382-.192-.745-.434-1.471-.918L8 1l-.504.336c-.726.484-1.089.726-1.471.918a7 7 0 0 1-2.292.694ZM10 6a2 2 0 0 1-1 1.732V12H7V7.732A2 2 0 1 1 10 6Z" | ||
fill="#fff" | ||
/> | ||
</svg> | ||
)) | ||
SvgActionShieldLock.displayName = 'SvgActionShieldLock' | ||
const Memo = memo(SvgActionShieldLock) | ||
export { Memo as SvgActionShieldLock } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
packages/atlas/src/assets/illustrations/RevenueSharePlaceholder.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY; | ||
import { Ref, SVGProps, forwardRef, memo } from 'react' | ||
|
||
const SvgRevenueSharePlaceholder = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg width={256} height={96} viewBox="0 0 256 96" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}> | ||
<path fill="#424E57" d="M8 8h43v8H8zM8 18h34v4H8zM85.667 13h33v4h-33z" /> | ||
<circle cx={75.667} cy={15} r={6} fill="#424E57" /> | ||
<path fill="#424E57" d="M153.333 13h33v4h-33zM205 8h43v8h-43zM214 18h34v4h-34z" /> | ||
<path fill="#343D44" d="M8 30h43v8H8zM8 40h34v4H8zM85.667 35h33v4h-33z" /> | ||
<circle cx={75.667} cy={37} r={6} fill="#343D44" /> | ||
<path fill="#343D44" d="M153.333 35h33v4h-33zM205 30h43v8h-43zM214 40h34v4h-34z" /> | ||
<path fill="#272D33" d="M8 52h43v8H8zM8 62h34v4H8zM85.667 57h33v4h-33z" /> | ||
<circle cx={75.667} cy={59} r={6} fill="#272D33" /> | ||
<path fill="#272D33" d="M153.333 57h33v4h-33zM205 52h43v8h-43zM214 62h34v4h-34z" /> | ||
<path fill="#181C20" d="M8 74h43v8H8zM8 84h34v4H8zM85.667 79h33v4h-33z" /> | ||
<circle cx={75.667} cy={81} r={6} fill="#181C20" /> | ||
<path fill="#181C20" d="M153.333 79h33v4h-33zM205 74h43v8h-43zM214 84h34v4h-34z" /> | ||
</svg> | ||
)) | ||
SvgRevenueSharePlaceholder.displayName = 'SvgRevenueSharePlaceholder' | ||
const Memo = memo(SvgRevenueSharePlaceholder) | ||
export { Memo as SvgRevenueSharePlaceholder } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
packages/atlas/src/assets/illustrations/svgs/revenue-share-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.