-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:added a loader for the header and navigation, handled the error
- Loading branch information
Runar
committed
Sep 2, 2022
1 parent
5d76b79
commit f3b5e5b
Showing
20 changed files
with
286 additions
and
164 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
import ContentLoader from 'react-content-loader' | ||
|
||
export const MyLoader = () => ( | ||
<ContentLoader | ||
width={725} | ||
height={45} | ||
viewBox="0 0 725 45" | ||
backgroundColor="#d9d9d9" | ||
foregroundColor="#ecebeb"> | ||
<rect x="155" y="20" rx="3" ry="3" width="85" height="6" /> | ||
<rect x="320" y="20" rx="3" ry="3" width="85" height="6" /> | ||
<rect x="480" y="20" rx="3" ry="3" width="85" height="6" /> | ||
<rect x="640" y="20" rx="3" ry="3" width="85" height="6" /> | ||
<rect x="0" y="20" rx="3" ry="3" width="85" height="6" /> | ||
</ContentLoader> | ||
); |
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 |
---|---|---|
|
@@ -65,3 +65,6 @@ | |
line-height: 17px; | ||
border-bottom: 3px solid #f8f8f8; | ||
} | ||
.error { | ||
color: red; | ||
} |
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 |
---|---|---|
|
@@ -29,3 +29,6 @@ | |
background: linear-gradient(90deg, #9d94ff 0%, #6b50e9 94.5%); | ||
border-radius: 19px; | ||
} | ||
.error { | ||
color: red; | ||
} |
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.
f3b5e5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
sdaem-by – ./
sdaem-by-runarnazmutdinov-gmailcom.vercel.app
sdaem-by-one.vercel.app
sdaem-by-git-master-runarnazmutdinov-gmailcom.vercel.app