forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduced base website redesign layouts (nodejs#6145)
* refactor: updated components to be functional for website redesign * chore: hooks separate generic hooks * chore: updated storybook previews for redesign * chore: removed other languages as they will be translated on crowdin * fix: updated base styles for redesign * chore: updated types * feat: added new layouts (base, and article layout) and related "providers" * feat: updated mdx engine and shared context and app layouts * meta: updated packages, navigation, tailwind config, etc * chore: moved package to prod deps * fix: mocked module * chore: design fixes * fix: last story fix * meta: mismatch of lock file * fix: fixed styles and minor content-wise bug fixes * fix: home icon go home * chore: home aria label * chore: some minimum design fixes * refactor: paddings merged * refactor: footer top border added * fix: contrast ratio on dark mode breadcrumb * fix: colspan changed to 2 for missing border * fix: old layout table heading * refactor: gradient and shadow colors replaced with theme colors * chore: moved the `with` components to `components` * refactor: tw config alpha channel and xl content padding --------- Co-authored-by: Caner Akdas <[email protected]>
- Loading branch information
1 parent
ff32553
commit 5e4852e
Showing
92 changed files
with
1,316 additions
and
3,753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
px-2 | ||
py-1 | ||
font-semibold | ||
text-white; | ||
text-white | ||
dark:text-white; | ||
|
||
&:hover { | ||
@apply bg-green-700 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ents/Containers/NavItem/index.stories.tsx → components/Common/NavItem/index.stories.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.