mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 05:35:16 -05:00
* Added new Article route that renders all Articles (with a reasonable upper limit for now). - Also added a GoToPageBanner for the main Articles page (/a) on the front page. This is placed above the ArticlesPeek component - Used the sendou_love navItem icon for the moment (this can be replaced at any time once a new art asset is added) * Fixed Prettier CI pipeline error * Ran `npm run check-translation-jsons` to update missing Translations for new key added * Update public/locales/en/front.json Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com> * French localizations * Removed unnecessary comment * Converted h2 to h1 tags for Main Articles page Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com> * Moved GoToPageBanner element for main articles page to below ArticlesPeek element * Refactored some files so that the articles prop is passed into ArticlesPeek - Also added the Articles header title in common.json * Updated translation-progress.md * Cleaned up data type for articles prop in ArticlesPeek * Fixed React hydration error for translations on imported articles - Added in SendouRouteHandle component on new Articles main page * GoToPageBanner now optionally accepts a `navItem` parameter. It does not render the image if navItem is not passed into it * Removed <Outlet /> JSX element on the main Articles page * Removed sendou_love navItem on GoToPageBanner for articles page * Fixed spacing issue by grouping ArticlesPeek and its corresponding GoToPageBanner element into a `stack` div * Fixed pipeline error * Update translation again Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| arrays.ts | ||
| dates.ts | ||
| fetch.ts | ||
| i18n.server.ts | ||
| i18next.ts | ||
| images.ts | ||
| number.ts | ||
| remix.ts | ||
| sql.ts | ||
| strings.ts | ||
| types.ts | ||
| unslugify.server.ts | ||
| urls.ts | ||
| zod.ts | ||