diff --git a/jslib b/jslib
index 8e377050e9b..2f510a79885 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 8e377050e9bfddae46fa0a167771b670593eca16
+Subproject commit 2f510a798853ef3adfed7e8285c9d3f54eba493c
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 0d45642d3a5..7cda81e830d 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -43,12 +43,14 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
import { AddEditComponent } from './vault/add-edit.component';
import { AttachmentsComponent } from './vault/attachments.component';
import { CiphersComponent } from './vault/ciphers.component';
+import { CollectionsComponent } from './vault/collections.component';
import { ExportComponent } from './vault/export.component';
import { FolderAddEditComponent } from './vault/folder-add-edit.component';
import { GroupingsComponent } from './vault/groupings.component';
import { PasswordGeneratorHistoryComponent } from './vault/password-generator-history.component';
import { PasswordGeneratorComponent } from './vault/password-generator.component';
import { PasswordHistoryComponent } from './vault/password-history.component';
+import { ShareComponent } from './vault/share.component';
import { VaultComponent } from './vault/vault.component';
import { ViewComponent } from './vault/view.component';
@@ -138,6 +140,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
BlurClickDirective,
BoxRowDirective,
CiphersComponent,
+ CollectionsComponent,
EnvironmentComponent,
ExportComponent,
FallbackSrcDirective,
@@ -156,6 +159,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
RegisterComponent,
SearchCiphersPipe,
SettingsComponent,
+ ShareComponent,
StopClickDirective,
StopPropDirective,
TrueFalseValueDirective,
@@ -166,6 +170,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
],
entryComponents: [
AttachmentsComponent,
+ CollectionsComponent,
EnvironmentComponent,
ExportComponent,
FolderAddEditComponent,
@@ -175,6 +180,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
PasswordHistoryComponent,
PremiumComponent,
SettingsComponent,
+ ShareComponent,
TwoFactorOptionsComponent,
],
providers: [],
diff --git a/src/app/vault/add-edit.component.html b/src/app/vault/add-edit.component.html
index 08ffb4b7aea..78a2dbe9618 100644
--- a/src/app/vault/add-edit.component.html
+++ b/src/app/vault/add-edit.component.html
@@ -240,6 +240,11 @@
{{'attachments' | i18n}}
+
+ {{'collections' | i18n}}
+
+
@@ -309,6 +314,10 @@
{{'cancel' | i18n}}
+