1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 00:03:25 +00:00

Organization autoscaling (#1193)

* Add seat autoscale component

* Move small description under title

* tweak autoscale terminology

* Linter fixes

* Use single component for org subscription updates

* Delete unused localization string

* Clarify max bill copy

* Remove cancel from org subscription adjustment

* Update jslib

* PR review

* update jslib

* Simplify success toast
This commit is contained in:
Matt Gibson
2021-09-27 15:23:12 -04:00
committed by GitHub
parent 1df2225a52
commit c98a189430
9 changed files with 286 additions and 234 deletions

View File

@@ -59,7 +59,7 @@ import { UserConfirmComponent as OrgUserConfirmComponent } from './organizations
import { UserGroupsComponent as OrgUserGroupsComponent } from './organizations/manage/user-groups.component';
import { AccountComponent as OrgAccountComponent } from './organizations/settings/account.component';
import { AdjustSeatsComponent } from './organizations/settings/adjust-seats.component';
import { AdjustSubscription } from './organizations/settings/adjust-subscription.component';
import { ChangePlanComponent } from './organizations/settings/change-plan.component';
import { DeleteOrganizationComponent } from './organizations/settings/delete-organization.component';
import { DownloadLicenseComponent } from './organizations/settings/download-license.component';
@@ -303,7 +303,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
AddCreditComponent,
AddEditComponent,
AdjustPaymentComponent,
AdjustSeatsComponent,
AdjustSubscription,
AdjustStorageComponent,
ApiActionDirective,
ApiKeyComponent,