sendou.ink/app
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
..
components Fix potential bug from mutating matches state 2022-11-01 00:54:53 +01:00
db Add event search to map pool templates 2022-10-27 13:31:37 +02:00
hooks Remove useOnce hook 2022-10-27 23:12:48 +02:00
modules Support for blob 4 shots in analyzer 2022-10-29 21:04:34 +03:00
routes All articles page (#1072) 2022-11-01 08:57:44 +02:00
styles Add event search to map pool templates 2022-10-27 13:31:37 +02:00
utils All articles page (#1072) 2022-11-01 08:57:44 +02:00
constants.ts Submit map pool initial 2022-10-09 12:27:09 +03:00
entry.client.tsx Remove Cypress tests 2022-10-30 02:15:15 +03:00
entry.server.tsx i18n support 2022-07-16 14:56:20 +03:00
permissions.ts PlusSuggestions db queries to sql files 2022-08-14 13:41:05 +03:00
root.tsx Preload translations to avoid layout flashing 2022-10-29 10:08:19 +03:00