1
0
mirror of https://github.com/bitwarden/web synced 2025-12-17 08:43:14 +00:00

Resolved Safari Date/Time Issues In Send (#1084)

* cleaned up date and time logic for Send

* updated jslib

* updated jslib
This commit is contained in:
Addison Beck
2021-07-16 14:31:35 -04:00
committed by GitHub
parent 623e485641
commit ba6d61a510
5 changed files with 134 additions and 85 deletions

View File

@@ -5,7 +5,7 @@ import {
} from '@angular/common';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { ToasterModule } from 'angular2-toaster';
@@ -99,6 +99,7 @@ import { VaultComponent as OrgVaultComponent } from './organizations/vault/vault
import { AccessComponent } from './send/access.component';
import { AddEditComponent as SendAddEditComponent } from './send/add-edit.component';
import { EffluxDatesComponent as SendEffluxDatesComponent } from './send/efflux-dates.component';
import { SendComponent } from './send/send.component';
import { AccountComponent } from './settings/account.component';
@@ -275,6 +276,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
InfiniteScrollModule,
DragDropModule,
ToasterModule.forChild(),
ReactiveFormsModule,
RouterModule,
],
declarations: [
@@ -398,6 +400,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
SearchPipe,
SelectCopyDirective,
SendAddEditComponent,
SendEffluxDatesComponent,
SendComponent,
SettingsComponent,
ShareComponent,