From 06c67f3b6ceaba91ac150665003f95d009e1b81b Mon Sep 17 00:00:00 2001 From: Sandro Castillo Date: Mon, 8 Feb 2021 12:27:28 -0500 Subject: [PATCH 1/5] docs: TT-137: Create-Feature Toggles dictionary (#638) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9233a5d8f..f35dd32dc 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,9 @@ You can visit the app in the following link: ## Further help -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). \ No newline at end of file +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). + +## Feature Toggles dictionary + +Shared file with all the Feature Toggles we create, so we can have a history of them +[Feature Toggles dictionary](https://github.com/ioet/time-tracker-ui/wiki/Feature-Toggles-dictionary) \ No newline at end of file From 89a20caf443b847e84b9894b509b11b0d0965246 Mon Sep 17 00:00:00 2001 From: Israel Leon Date: Mon, 8 Feb 2021 16:24:02 -0500 Subject: [PATCH 2/5] fix: TT-140 time entry info is lost if project is selected at last (#636) * fix: TT-140 time entry info is lost if project is selected at last * fix: TT-140 implement toast improve color and correct border * fix: TT-140 change message toast --- .../details-fields.component.html | 220 ++++++++++-------- .../details-fields.component.scss | 10 + .../details-fields.component.ts | 6 + 3 files changed, 134 insertions(+), 102 deletions(-) diff --git a/src/app/modules/shared/components/details-fields/details-fields.component.html b/src/app/modules/shared/components/details-fields/details-fields.component.html index 17679fc87..5a04f4b87 100644 --- a/src/app/modules/shared/components/details-fields/details-fields.component.html +++ b/src/app/modules/shared/components/details-fields/details-fields.component.html @@ -1,13 +1,20 @@
- +
+ [notFoundTemplate]="notFoundTemplate" + [class.valid]="project_name.invalid" + > @@ -33,108 +42,115 @@
+
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
-
- -
- -
-
-
- - -
- -
- -
-
- - -
- -
- -
- - -
- -
-
+ +
+ +
+
+ + -
- -
- + + + id="NotesTextarea" + rows="3" + > + +
+