-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GoalAchievement): add remove criteria action
fix(GoalAchievement): review comments fix(GoalSuggesstions): add query limit results
- Loading branch information
Showing
21 changed files
with
821 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
272 changes: 0 additions & 272 deletions
272
src/components/CreateCriteriaForm/CreateCreteriaForm.tsx
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...teriaForm/CreateCriteriaForm.i18n/en.json → ...ts/CriteriaForm/CriteriaForm.i18n/en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Weight is required": "", | ||
"Weight must be integer": "", | ||
"Weight": "", | ||
"Weight": "No more than {upTo}", | ||
"Criteria or Goal": "", | ||
"Add achivement criteria": "", | ||
"Add achievement criteria": "", | ||
"Weight must be in range": "Weight must be between 1 and {upTo}", | ||
"Add": "" | ||
} |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...teriaForm/CreateCriteriaForm.i18n/ru.json → ...ts/CriteriaForm/CriteriaForm.i18n/ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Weight is required": "Вес обязателен", | ||
"Weight must be integer": "Вес должен быть числом", | ||
"Weight": "Вес критерия", | ||
"Weight": "Не более {upTo}", | ||
"Criteria or Goal": "Критерий или цель", | ||
"Add achivement criteria": "Добавить критерий", | ||
"Add achievement criteria": "Добавить критерий", | ||
"Weight must be in range": "Вес критерия должен быть от 1 до {upTo}", | ||
"Add": "Добавить" | ||
} |
Oops, something went wrong.