-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(vacancy): Vacancy feature - OEL-1454 #330
Conversation
🚀 Deployed on https://preview-330--oelibrary.netlify.app |
const header = | ||
layout[`header_${process.env.STORYBOOK_THEME}`] || layout.headerSimple; | ||
|
||
if (isChromatic()) { |
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.
can you do the same also when the env variable is set..?
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.
yes, also updated this part
"version": "0.22.0", | ||
"description": "OE - BCL Vacancy", | ||
"publishConfig": { | ||
"access": "public" |
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.
does it have to be public this one..?
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.
made it private
badges: ["stable"], | ||
badgesConfig: { | ||
stable: { | ||
title: "v1.1", |
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.
but we are introducing this feature as new...why is it already 1.1..? :) Wasn't this an internal versioning of the single features.?
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.
Talked with romain and we could already implement the 1.1 version.
return expect(renderListing(demoListing)).resolves.toMatchSnapshot(); | ||
}); | ||
|
||
test("details (closed) renders correctly", () => { |
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.
guess that this title is wrong..
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.
done
|
||
export default { | ||
title: "Features/Vacancy", | ||
decorators: [withDesign], |
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.
don't we have withCode also, now..?
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.
yes, indeed, i added.
"version": "0.22.0", | ||
"description": "OE - BCL Vacancy", | ||
"private": true, | ||
"repository": { |
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.
we miss some dependencies here..button, description-list, file, modal, base-templates
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.
added the dependencies.
@@ -0,0 +1,2 @@ | |||
__snapshots__ |
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.
now this is useless
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.
deleted it
No description provided.