Refactor comment UI code

And run prettier
This commit is contained in:
Michael Shamoon 2022-08-07 17:33:13 -07:00
parent 6d956ac13b
commit 5c1e09cc48
7 changed files with 85 additions and 75 deletions

View file

@ -67,7 +67,7 @@ import { ApiVersionInterceptor } from './interceptors/api-version.interceptor'
import { ColorSliderModule } from 'ngx-color/slider'
import { ColorComponent } from './components/common/input/color/color.component'
import { DocumentAsnComponent } from './components/document-asn/document-asn.component'
import { DocumentCommentComponent } from './components/document-comment/document-comment.component';
import { DocumentCommentsComponent } from './components/document-comments/document-comments.component'
import { DirtyDocGuard } from './guards/dirty-doc.guard'
import localeBe from '@angular/common/locales/be'
@ -174,7 +174,7 @@ function initializeApp(settings: SettingsService) {
DateComponent,
ColorComponent,
DocumentAsnComponent,
DocumentCommentComponent,
DocumentCommentsComponent,
TasksComponent,
],
imports: [