chore: upgrade web deps and lexical (#2094)

This commit is contained in:
Mo
2022-12-19 11:11:32 -06:00
committed by GitHub
parent e8ada146e1
commit 889f245ab9
62 changed files with 516 additions and 211 deletions

View File

@@ -44,7 +44,7 @@ const PackagesPreferencesSection: FunctionComponent<Props> = ({
const uninstallExtension = async (extension: AnyPackageType) => {
application.alertService
.confirm(
'Are you sure you want to uninstall this extension? Note that extensions managed by your subscription will automatically be re-installed on application restart.',
'Are you sure you want to uninstall this plugin? Note that plugins managed by your subscription will automatically be re-installed on application restart.',
'Uninstall Extension?',
'Uninstall',
ButtonType.Danger,
@@ -118,10 +118,10 @@ const PackagesPreferencesSection: FunctionComponent<Props> = ({
<div>
{!confirmableExtension && (
<PreferencesSegment>
<Subtitle>Install External Package</Subtitle>
<Subtitle>Install External Plugin</Subtitle>
<div className={'mt-2'}>
<DecoratedInput
placeholder={'Enter Package URL'}
placeholder={'Enter Plugin URL'}
value={customUrl}
onChange={(value) => {
setCustomUrl(value)