fix(ssulbox): 업장 선택 후 변경 버튼 제거 및 사이드바 라벨 단순화
This commit is contained in:
parent
fde7c8f6e1
commit
3b8298bba2
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"dashboard": "Dashboard",
|
"dashboard": "Dashboard",
|
||||||
"newProject": "Create New Project",
|
"newProject": "New Project",
|
||||||
"ado2Contents": "ADO2 Contents",
|
"ado2Contents": "ADO2 Contents",
|
||||||
"myContents": "My Contents",
|
"myContents": "My Contents",
|
||||||
"myInfo": "My Info",
|
"myInfo": "My Info",
|
||||||
@ -175,7 +175,6 @@
|
|||||||
"searchPlaceholder": "Business name, or paste a Naver Map link",
|
"searchPlaceholder": "Business name, or paste a Naver Map link",
|
||||||
"searchButton": "Search",
|
"searchButton": "Search",
|
||||||
"searching": "Searching",
|
"searching": "Searching",
|
||||||
"change": "Change",
|
|
||||||
"cost": "Cost",
|
"cost": "Cost",
|
||||||
"costValue": "1 credit",
|
"costValue": "1 credit",
|
||||||
"submit": "Create Ssulbox",
|
"submit": "Create Ssulbox",
|
||||||
@ -433,7 +432,7 @@
|
|||||||
"tabContents": "My Contents",
|
"tabContents": "My Contents",
|
||||||
"tabCalendar": "Calendar",
|
"tabCalendar": "Calendar",
|
||||||
"tabPayment": "Payment",
|
"tabPayment": "Payment",
|
||||||
"tabBusiness": "SNS Management",
|
"tabBusiness": "SNS",
|
||||||
"paymentPlaceholder": "Payment information settings are coming soon.",
|
"paymentPlaceholder": "Payment information settings are coming soon.",
|
||||||
"myBusiness": "My Business",
|
"myBusiness": "My Business",
|
||||||
"noBusinessTitle": "No registered business yet",
|
"noBusinessTitle": "No registered business yet",
|
||||||
|
|||||||
@ -175,7 +175,6 @@
|
|||||||
"searchButton": "검색",
|
"searchButton": "검색",
|
||||||
"searching": "검색 중",
|
"searching": "검색 중",
|
||||||
"placeLoading": "가게를 찾는 중… (몇 초 걸려요)",
|
"placeLoading": "가게를 찾는 중… (몇 초 걸려요)",
|
||||||
"change": "변경",
|
|
||||||
"hintUrlOk": "네이버 링크로 이 가게를 직접 크롤링합니다.",
|
"hintUrlOk": "네이버 링크로 이 가게를 직접 크롤링합니다.",
|
||||||
"hintDefault": "가게를 선택하면 그 가게의 사진과 정보를 크롤링해 썰박스에 씁니다.",
|
"hintDefault": "가게를 선택하면 그 가게의 사진과 정보를 크롤링해 썰박스에 씁니다.",
|
||||||
"hintScenario": "{{name}} 시나리오로 약 5~6분 소요됩니다.",
|
"hintScenario": "{{name}} 시나리오로 약 5~6분 소요됩니다.",
|
||||||
|
|||||||
@ -218,9 +218,6 @@ const SsulCreateForm: React.FC<SsulCreateFormProps> = ({ onSubmitted, onNeedCred
|
|||||||
<b>{selected.title}</b>
|
<b>{selected.title}</b>
|
||||||
<span>{selected.roadAddress || selected.address}</span>
|
<span>{selected.roadAddress || selected.address}</span>
|
||||||
</div>
|
</div>
|
||||||
<button type="button" className="ssul-picked__change" onClick={() => setSelected(null)}>
|
|
||||||
{t('ssulbox.create.change')}
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
) : isUrl ? (
|
) : isUrl ? (
|
||||||
<div className="ssul-hint ok">{t('ssulbox.create.hintUrlOk')}</div>
|
<div className="ssul-hint ok">{t('ssulbox.create.hintUrlOk')}</div>
|
||||||
|
|||||||
@ -263,18 +263,6 @@
|
|||||||
color: var(--color-text-gray-400);
|
color: var(--color-text-gray-400);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ssul-picked__change {
|
|
||||||
flex: none;
|
|
||||||
padding: 6px 12px;
|
|
||||||
border: 1px solid var(--color-border-white-10);
|
|
||||||
border-radius: 999px;
|
|
||||||
background: none;
|
|
||||||
color: var(--color-text-gray-300);
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: 12px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ssul-hint {
|
.ssul-hint {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user