improvement: treatments UI/UX updated again to minimize clicking and scrolling.

This commit is contained in:
2026-08-19 23:59:37 +03:30
parent 29c639f5a1
commit d2f07c0ed3
33 changed files with 1651 additions and 744 deletions

View File

@@ -1,5 +1,4 @@
import {
ArrayMinSize,
IsArray,
IsBoolean,
IsDateString,
@@ -61,7 +60,6 @@ export class SaveTreatmentDetailDto {
export class SaveTreatmentDraftDto {
@IsArray()
@ArrayMinSize(1)
@ValidateNested({ each: true })
@Type(() => SaveTreatmentDetailDto)
details: SaveTreatmentDetailDto[];