chore: show tags editor

This commit is contained in:
Steven 2023-07-02 23:00:25 +08:00
parent 0216f229e0
commit f1e0dbc8e6

View File

@ -193,13 +193,10 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
onChange={handleDescriptionInputChange} onChange={handleDescriptionInputChange}
/> />
</div> </div>
{/* TODO(steven): release shortcut's tags when ready */} <div className="w-full flex flex-col justify-start items-start mb-3">
{false && ( <span className="mb-2">Tags</span>
<div className="w-full flex flex-col justify-start items-start mb-3"> <Input className="w-full" type="text" placeholder="Separated by spaces" value={tag} onChange={handleTagsInputChange} />
<span className="mb-2">Tags</span> </div>
<Input className="w-full" type="text" placeholder="Separated by spaces" value={tag} onChange={handleTagsInputChange} />
</div>
)}
<div className="w-full flex flex-col justify-start items-start mb-3"> <div className="w-full flex flex-col justify-start items-start mb-3">
<span className="mb-2"> <span className="mb-2">
Visibility <span className="text-red-600">*</span> Visibility <span className="text-red-600">*</span>