Skip to content

Commit

Permalink
feat: add contributors block on home page, add contributors and maint…
Browse files Browse the repository at this point in the history
…ainers on library page, add maintainers on component page
  • Loading branch information
Aleksandr Burobin committed Jun 12, 2024
1 parent 8b4c3b6 commit 16fb7cf
Show file tree
Hide file tree
Showing 36 changed files with 926 additions and 39 deletions.
214 changes: 200 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@gravity-ui/uikit": "^6.15.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@octokit/rest": "^20.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -21,6 +22,7 @@
"javascript-time-ago": "^2.5.9",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"micromatch": "^4.0.7",
"next": "^14.1.0",
"next-global-css": "^1.3.1",
"next-i18next": "^15.2.0",
Expand All @@ -45,6 +47,7 @@
"@svgr/webpack": "^6.5.1",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.197",
"@types/micromatch": "^4.0.7",
"@types/node": "^18.11.17",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
Expand Down
4 changes: 3 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"roadmap_inProgress": "In progress",
"navigation_previous": "Previous",
"navigation_next": "Next",
"emptySearchPlaceholder": "Nothing found"
"emptySearchPlaceholder": "Nothing found",
"show_more": "Show more",
"show_less": "Show less"
}
3 changes: 2 additions & 1 deletion public/locales/en/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"actions_openInFigma": "Open in Figma",
"title": "Components",
"searchPlaceholder": "Search by component name",
"color-input_validation-format-error": "Incorrect format"
"color-input_validation-format-error": "Incorrect format",
"maintainers": "Maintainers:"
}
6 changes: 4 additions & 2 deletions public/locales/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"roadmap_items_item10": "<b>UIKit:</b> extended mobile support",
"roadmap_items_item11": "<b>Page constructor:</b> footer block",
"templates_title": "Start creating with Gravity&nbsp;UI",
"companies_title": "Trusted by",
"github_stars-text": "Do&nbsp;you 💖 Gravity UI? Give&nbsp;us&nbsp;a&nbsp;⭐&nbsp;on&nbsp;Github"
"github_stars-text": "Do&nbsp;you 💖 Gravity UI? Give&nbsp;us&nbsp;a&nbsp;⭐&nbsp;on&nbsp;Github",
"contributors_title": "Contributors",
"contributors_actions_telegram": "Join Telegram",
"companies_title": "Trusted by"
}
4 changes: 3 additions & 1 deletion public/locales/en/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"lastUpdate": "Last update",
"repository": "Repository",
"license": "License",
"issues": "Issues"
"issues": "Issues",
"maintainers": "Maintainers",
"contributors": "Contributors"
}
4 changes: 3 additions & 1 deletion public/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"roadmap_inProgress": "В работе",
"navigation_previous": "Назад",
"navigation_next": "Далее",
"emptySearchPlaceholder": "Ничего не найдено"
"emptySearchPlaceholder": "Ничего не найдено",
"show_more": "Показать больше",
"show_less": "Показать меньше"
}
Loading

0 comments on commit 16fb7cf

Please sign in to comment.