Grouping and status tabs enhancements

This commit is contained in:
Elio Struyf
2023-09-07 14:50:13 +02:00
parent c5cb1bbb06
commit 3f578fdfa9
15 changed files with 121 additions and 45 deletions
@@ -77,15 +77,15 @@ export const ContentTypeValidator: React.FunctionComponent<IContentTypeValidator
<div className="hint__buttons">
<VSCodeButton appearance={`secondary`} onClick={generateContentType}>
<VSCodeButton style={{ "--border-width": 0 }} appearance={`secondary`} onClick={generateContentType}>
{l10n.t(LocalizationKey.panelContentTypeContentTypeValidatorButtonCreate)}
</VSCodeButton>
<VSCodeButton appearance={`secondary`} onClick={addMissingFields}>
<VSCodeButton style={{ "--border-width": 0 }} appearance={`secondary`} onClick={addMissingFields}>
{l10n.t(LocalizationKey.panelContentTypeContentTypeValidatorButtonAdd)}
</VSCodeButton>
<VSCodeButton appearance={`secondary`} onClick={setContentType}>
<VSCodeButton style={{ "--border-width": 0 }} appearance={`secondary`} onClick={setContentType}>
{l10n.t(LocalizationKey.panelContentTypeContentTypeValidatorButtonChange)}
</VSCodeButton>
</div>