mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
Merge pull request #11392 from strapi/fix-cm-publish-button
[V4] Add publish button in create view
This commit is contained in:
commit
d1aa35e0ce
@ -71,12 +71,19 @@ const Header = ({
|
|||||||
|
|
||||||
if (isCreatingEntry && canCreate) {
|
if (isCreatingEntry && canCreate) {
|
||||||
primaryAction = (
|
primaryAction = (
|
||||||
<Button disabled={!didChangeData} isLoading={status === 'submit-pending'} type="submit">
|
<Stack horizontal size={2}>
|
||||||
{formatMessage({
|
{hasDraftAndPublish && (
|
||||||
id: getTrad('containers.Edit.submit'),
|
<Button disabled startIcon={<Check />} variant="secondary">
|
||||||
defaultMessage: 'Save',
|
{formatMessage({ id: 'app.utils.publish', defaultMessage: 'Publish' })}
|
||||||
})}
|
</Button>
|
||||||
</Button>
|
)}
|
||||||
|
<Button disabled={!didChangeData} isLoading={status === 'submit-pending'} type="submit">
|
||||||
|
{formatMessage({
|
||||||
|
id: getTrad('containers.Edit.submit'),
|
||||||
|
defaultMessage: 'Save',
|
||||||
|
})}
|
||||||
|
</Button>
|
||||||
|
</Stack>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,26 +97,26 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
color: #32324d;
|
color: #32324d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c15 {
|
.c17 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
color: #666687;
|
color: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c16 {
|
.c18 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c14 {
|
.c16 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
color: #32324d;
|
color: #32324d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11 {
|
.c13 {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
@ -130,21 +130,21 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11 svg {
|
.c13 svg {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11 svg > g,
|
.c13 svg > g,
|
||||||
.c11 svg path {
|
.c13 svg path {
|
||||||
fill: #ffffff;
|
fill: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11[aria-disabled='true'] {
|
.c13[aria-disabled='true'] {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11:after {
|
.c13:after {
|
||||||
-webkit-transition-property: all;
|
-webkit-transition-property: all;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
-webkit-transition-duration: 0.2s;
|
-webkit-transition-duration: 0.2s;
|
||||||
@ -159,11 +159,11 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11:focus-visible {
|
.c13:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c11:focus-visible:after {
|
.c13:focus-visible:after {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -174,7 +174,7 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
border: 2px solid #4945ff;
|
border: 2px solid #4945ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12 {
|
.c14 {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
@ -186,7 +186,7 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
background: #4945ff;
|
background: #4945ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12 .sc-lmoMya {
|
.c14 .sc-lmoMya {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
@ -197,44 +197,44 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12 .c13 {
|
.c14 .c15 {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true'] {
|
.c14[aria-disabled='true'] {
|
||||||
border: 1px solid #dcdce4;
|
border: 1px solid #dcdce4;
|
||||||
background: #eaeaef;
|
background: #eaeaef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true'] .c13 {
|
.c14[aria-disabled='true'] .c15 {
|
||||||
color: #666687;
|
color: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true'] svg > g,
|
.c14[aria-disabled='true'] svg > g,
|
||||||
.c12[aria-disabled='true'] svg path {
|
.c14[aria-disabled='true'] svg path {
|
||||||
fill: #666687;
|
fill: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true']:active {
|
.c14[aria-disabled='true']:active {
|
||||||
border: 1px solid #dcdce4;
|
border: 1px solid #dcdce4;
|
||||||
background: #eaeaef;
|
background: #eaeaef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true']:active .c13 {
|
.c14[aria-disabled='true']:active .c15 {
|
||||||
color: #666687;
|
color: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12[aria-disabled='true']:active svg > g,
|
.c14[aria-disabled='true']:active svg > g,
|
||||||
.c12[aria-disabled='true']:active svg path {
|
.c14[aria-disabled='true']:active svg path {
|
||||||
fill: #666687;
|
fill: #666687;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12:hover {
|
.c14:hover {
|
||||||
border: 1px solid #7b79ff;
|
border: 1px solid #7b79ff;
|
||||||
background: #7b79ff;
|
background: #7b79ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c12:active {
|
.c14:active {
|
||||||
border: 1px solid #4945ff;
|
border: 1px solid #4945ff;
|
||||||
background: #4945ff;
|
background: #4945ff;
|
||||||
}
|
}
|
||||||
@ -323,6 +323,29 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c11 {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-direction: row;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
flex-direction: row;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c12 > * {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c12 > * + * {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style="height: 0px;"
|
style="height: 0px;"
|
||||||
>
|
>
|
||||||
@ -375,21 +398,25 @@ describe('CONTENT MANAGER | EditView | Header', () => {
|
|||||||
Create an entry
|
Create an entry
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<div
|
||||||
aria-disabled="true"
|
|
||||||
class="c11 c12"
|
class="c11 c12"
|
||||||
disabled=""
|
|
||||||
type="submit"
|
|
||||||
>
|
>
|
||||||
<span
|
<button
|
||||||
|
aria-disabled="true"
|
||||||
class="c13 c14"
|
class="c13 c14"
|
||||||
|
disabled=""
|
||||||
|
type="submit"
|
||||||
>
|
>
|
||||||
Save
|
<span
|
||||||
</span>
|
class="c15 c16"
|
||||||
</button>
|
>
|
||||||
|
Save
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
class="c15 c16"
|
class="c17 c18"
|
||||||
>
|
>
|
||||||
API ID : restaurant
|
API ID : restaurant
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user