-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement/artesca 10830 readme rework #684
Improvement/artesca 10830 readme rework #684
Conversation
Hello jeanmarcmilletscality,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
7a110f0
to
9065ead
Compare
README.md
Outdated
|
||
- Add ```@scality/core-ui``` in the ```package.json```'s dependencies of your project. | ||
|
||
```json | ||
"@scality/core-ui": "github:scality/core-ui.git", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be something like this :
"@scality/core-ui": "github:scality/core-ui#0.93.0",
README.md
Outdated
const theme = { | ||
statusHealthy: '#0AADA6', | ||
statusHealthyRGB: '10,173,166', | ||
statusWarning: '#F8F32B', | ||
statusWarningRGB: '248,243,43', | ||
statusCritical: '#E84855', | ||
statusCriticalRGB: '232,72,85', | ||
selectedActive: '#037AFF', | ||
highlight: '#1A3C75', | ||
border: '#4A4A4A', | ||
buttonPrimary: '#2F4185', | ||
buttonSecondary: '#595A78', | ||
buttonDelete: '#3D0808', | ||
infoPrimary: '#8E8EAC', | ||
infoSecondary: '#333366', | ||
backgroundLevel1: '#121219', | ||
backgroundLevel2: '#323245', | ||
backgroundLevel3: '#232331', | ||
backgroundLevel4: '#1B1B27', | ||
textPrimary: '#EAEAEA', | ||
textSecondary: '#B5B5B5', | ||
textTertiary: '#DFDFDF', | ||
textReverse: '#000000', | ||
textLink: '#71AEFF', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should say that we have 2 defaults themes that they can find here : https://github.com/scality/core-ui/blob/development/1.0/src/lib/style/theme.ts
If you need to create a new one, it's possible but you need to follow the type CoreUITheme
.
|
||
Run `npm run build` script when installing `@scality/core-ui` in the consuming projects. | ||
|
||
### `npm run flow` | ||
<br /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part can be removed
README.md
Outdated
```sh | ||
npm run storybook:deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can safely remove this since we should not deploy storybook manually.
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
341bf55
to
020865f
Compare
020865f
to
2680821
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
Please check the status of the associated issue ARTESCA-10830. Goodbye jeanmarcmilletscality. |
Component:
Description:
Design:
Breaking Changes:
Closes: #ISSUE_NUMBER