-
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.
fix(StarredProjects): fix empty list
- Loading branch information
Showing
5 changed files
with
60 additions
and
25 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
src/components/ExploreProjectsStarredPage/ExploreProjectsStarredPage.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,4 +1,7 @@ | ||
{ | ||
"title": "Taskany — Explore — Projects - Starred", | ||
"Starred": "Starred Projects" | ||
"Starred": "Starred Projects", | ||
"You haven't starred any projects": "You haven't starred any projects.", | ||
"Go to any project page and mark it with a star": "Go to any project page and mark it with a star", | ||
"All projects": "All projects page" | ||
} |
5 changes: 4 additions & 1 deletion
5
src/components/ExploreProjectsStarredPage/ExploreProjectsStarredPage.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,4 +1,7 @@ | ||
{ | ||
"title": "Taskany — Обзор — Проекты — Избранное", | ||
"Starred": "Избранные Проекты" | ||
"Starred": "Избранные проекты", | ||
"You haven't starred any projects": "Нет отмеченных звездочкой проектов.", | ||
"Go to any project page and mark it with a star": "Перейди на страницу любого проекта и отметь его звездочкой", | ||
"All projects": "Все проекты" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/components/ExploreProjectsStarredPage/ExploreProjectsStarredPage.module.css
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.EmptyStarredProjectsCard { | ||
width: 50%; | ||
} |
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