Skip to content

Commit 1bbbe32

Browse files
author
Nico Sammito
authored
Merge pull request #628 from code0-tech/feat/#627
Moving dashboard components to sculptor
2 parents 6c39d3e + 32af671 commit 1bbbe32

172 files changed

Lines changed: 46 additions & 14171 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,6 @@ __snapshots__/__diff_output__/
267267

268268
# GraphQL schema
269269
schema.graphql
270+
271+
#storybook
272+
storybook-static/

src/components/avatar/Avatar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import React from "react";
22
import {Code0Component} from "../../utils/types";
33
import "./Avatar.style.scss"
4-
import {mergeCode0Props} from "../../utils/utils";
4+
import {hashToColor, mergeCode0Props} from "../../utils/utils";
55
import Identicon from "avvvatars-react"
6-
import {hashToColor} from "../d-flow/DFlow.util";
76

87
interface AvatarImageProps {
98
src: string

src/components/d-application/DApplication.service.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/components/d-flow-data-type/DFlowDataType.service.ts

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)