Skip to content

Commit

Permalink
feat: add view option to show empty projects
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorGoryany committed Sep 12, 2024
1 parent a54180a commit ebe0b3a
Show file tree
Hide file tree
Showing 8 changed files with 322 additions and 288 deletions.
1 change: 1 addition & 0 deletions src/components/DashboardPage/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export const DashboardPage = ({ user, ssrTime, defaultPresetFallback }: External
filterPreset={preset}
loading={isLoading}
enableLayoutToggle
enableHideProjectToggle
/>
}
>
Expand Down
3 changes: 2 additions & 1 deletion src/components/FiltersPanel/FiltersPanel.i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"Reset": "Reset",
"Grouping": "Grouping",
"Visibility": "Visibility",
"Criteria": "Criteria"
"Criteria": "Criteria",
"Empty Projects": "Empty Projects"
}
3 changes: 2 additions & 1 deletion src/components/FiltersPanel/FiltersPanel.i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"Reset": "Сбросить",
"Grouping": "Группировка",
"Visibility": "Видимость",
"Criteria": "Критерии"
"Criteria": "Критерии",
"Empty Projects": "Пустые Проекты"
}
Loading

0 comments on commit ebe0b3a

Please sign in to comment.