mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Drag n drop sorting for custom fields (#906)
* Try to fix some security vulnerabilities present in used packages (Ran npm audit fix, solved some of the issues) * Implement custom field ordering with new handle placement (WIP, as an update for the jslib is needed to work correctly) * Update reference for jslib * Restore original state of package-lock.json * Downgrade node sass package
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'core-js';
|
||||
import 'zone.js/dist/zone';
|
||||
|
||||
import { DragDropModule } from '@angular/cdk/drag-drop';
|
||||
import { ToasterModule } from 'angular2-toaster';
|
||||
import { Angulartics2Module } from 'angulartics2';
|
||||
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
|
||||
@@ -149,6 +150,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
}),
|
||||
ToasterModule.forRoot(),
|
||||
InfiniteScrollModule,
|
||||
DragDropModule,
|
||||
],
|
||||
declarations: [
|
||||
ActionButtonsComponent,
|
||||
|
||||
Reference in New Issue
Block a user