From 9960ed2a7aeed4c127671dce6e2b14403b58aa0a Mon Sep 17 00:00:00 2001 From: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:29:45 +0100 Subject: [PATCH] feat: Always show download (previously jump in), reorder navbar items, and hide social media in footer (#563) * feat(BREAK): Change Jump In for Download and always show the button * refactor: Reorder navbar items * feat: Flag to hide social links from footer * fix: Change jump in default to download * refactor: Rename main titles of the navbar * feat: Add Download icon --- src/components/Footer/Footer.stories.tsx | 1 + src/components/Footer/Footer.tsx | 34 ++++++++++-------- src/components/Icons/DownloadIcon.tsx | 24 +++++++++++++ src/components/Navbar/MainMenu/MainMenu.tsx | 12 +++---- src/components/Navbar/Navbar.defaults.ts | 6 ++-- src/components/Navbar/Navbar.types.ts | 2 +- src/components/UserMenu/UserMenu.css | 12 +++++-- src/components/UserMenu/UserMenu.i18n.ts | 2 +- src/components/UserMenu/UserMenu.tsx | 38 ++++++++++----------- src/components/UserMenu/UserMenu.types.ts | 6 ++-- src/config/env/dev.json | 3 +- src/config/env/prod.json | 3 +- src/config/env/stg.json | 3 +- 13 files changed, 93 insertions(+), 53 deletions(-) create mode 100644 src/components/Icons/DownloadIcon.tsx diff --git a/src/components/Footer/Footer.stories.tsx b/src/components/Footer/Footer.stories.tsx index ed5f2e02..6e651a86 100644 --- a/src/components/Footer/Footer.stories.tsx +++ b/src/components/Footer/Footer.stories.tsx @@ -13,3 +13,4 @@ storiesOf('Footer', module)