sendou.ink/app/utils
William Lam 0d8b88ea5a
All articles page (#1072)
* 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>
2022-11-01 08:57:44 +02:00
..
arrays.ts Refactor breadcrumbs into a component that uses route handles 2022-10-21 00:48:58 +02:00
dates.ts New Date entry on the new Calendar page is now based off the previous one (#1070) 2022-10-31 03:59:51 +01:00
fetch.ts Patreon pledge data parsing endpoint initial 2022-07-10 12:27:02 +03:00
i18n.server.ts Translate user page 2022-07-17 13:38:57 +03:00
i18next.ts Object damage filter by damage type 2022-10-23 12:50:25 +03:00
images.ts User page initial with SQLite3 (#822) 2022-05-16 17:52:54 +03:00
number.ts Make damage use rounding that matches data struct 2022-10-23 12:01:05 +03:00
remix.ts More type safety to SendouRouteHandle.navItemName 2022-10-22 12:40:36 +03:00
sql.ts Custom URL submitting error handling 2022-10-02 00:43:55 +03:00
strings.ts Build card gear name title on hover 2022-10-29 21:46:39 +03:00
types.ts Submit votes initial 2022-06-12 15:11:23 +03:00
unslugify.server.ts Fix weapon deslugifying not working w/ other langs 2022-09-25 16:36:23 +03:00
urls.ts All articles page (#1072) 2022-11-01 08:57:44 +02:00
zod.ts Extra infos on user page 2022-10-02 12:20:19 +03:00