feat: deprecated editors (#1166)
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
"@reach/listbox": "^0.16.2",
|
||||
"@reach/tooltip": "^0.16.2",
|
||||
"@reach/visually-hidden": "^0.16.0",
|
||||
"@standardnotes/filepicker": "1.16.20",
|
||||
"@standardnotes/filepicker": "1.16.22",
|
||||
"@standardnotes/icons": "workspace:*",
|
||||
"@standardnotes/services": "^1.13.20",
|
||||
"@standardnotes/services": "^1.13.22",
|
||||
"@standardnotes/sncrypto-web": "1.10.1",
|
||||
"@standardnotes/snjs": "^2.117.9",
|
||||
"@standardnotes/snjs": "^2.118.0",
|
||||
"@standardnotes/styles": "workspace:*",
|
||||
"@standardnotes/toast": "workspace:*",
|
||||
"@zip.js/zip.js": "^2.4.10",
|
||||
|
||||
@@ -62,17 +62,10 @@ const ExtensionItem: FunctionComponent<ExtensionItemProps> = ({ application, ext
|
||||
|
||||
{isThirParty && localInstallable && <UseHosted offlineOnly={offlineOnly} toggleOfflineOnly={toggleOfflineOnly} />}
|
||||
|
||||
<>
|
||||
<div className="min-h-2" />
|
||||
<div className="flex flex-row">
|
||||
<Button
|
||||
className="min-w-20"
|
||||
variant="normal"
|
||||
label={isThirParty ? 'Uninstall' : 'Reset'}
|
||||
onClick={() => uninstall(extension)}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
<div className="min-h-2" />
|
||||
<div className="flex flex-row">
|
||||
<Button className="min-w-20" variant="normal" label={'Uninstall'} onClick={() => uninstall(extension)} />
|
||||
</div>
|
||||
</PreferencesSegment>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user