-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from atlp-rwanda/fix-doctor-details
Fixes and Enhancements to Doctor Details Screen
Showing
15 changed files
with
955 additions
and
487 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
Large diffs are not rendered by default.
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,41 @@ | ||
export const Card= `<svg width="424" height="287" viewBox="0 0 424 287" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g filter="url(#filter0_d_1241_26802)"> | ||
<g clip-path="url(#clip0_1241_26802)"> | ||
<rect x="20" y="16" width="380" height="239" rx="44" fill="url(#paint0_linear_1241_26802)"/> | ||
<g opacity="0.32"> | ||
<path opacity="0.1" d="M262.831 -16.3608L391.137 60.0095V189.138L262.831 112.076V-16.3608Z" fill="white"/> | ||
<path opacity="0.2" d="M518.993 -16.2837L390.691 60.0066V189L518.993 112.018V-16.2837Z" fill="white"/> | ||
<path opacity="0.3" d="M262.831 -15.938L391.137 -93L519.442 -15.938V-15.3616L391.137 61.7004L262.831 -15.3616V-15.938Z" fill="white"/> | ||
<path opacity="0.1" d="M-99 56.8936L29.3056 133.264V262.392L-99 185.33V56.8936Z" fill="white"/> | ||
<path opacity="0.2" d="M157.162 56.9707L28.8601 133.261V262.254L157.162 185.273V56.9707Z" fill="white"/> | ||
<path opacity="0.3" d="M-99 57.3164L29.3056 -19.7456L157.611 57.3164V57.8928L29.3056 134.955L-99 57.8928V57.3164Z" fill="white"/> | ||
<path opacity="0.1" d="M209.111 15.7607L262.609 47.6037V101.444L209.111 69.3131V15.7607Z" fill="white"/> | ||
<path opacity="0.2" d="M315.919 15.793L262.423 47.6026V101.387L315.919 69.2891V15.793Z" fill="white"/> | ||
<path opacity="0.3" d="M209.111 15.9371L262.609 -16.1943L316.107 15.9371V16.1774L262.609 48.3088L209.111 16.1774V15.9371Z" fill="white"/> | ||
<path opacity="0.1" d="M253.951 221.316L307.449 253.159V307L253.951 274.868V221.316Z" fill="white"/> | ||
<path opacity="0.2" d="M360.759 221.348L307.263 253.158V306.942L360.759 274.844V221.348Z" fill="white"/> | ||
<path opacity="0.3" d="M253.951 221.492L307.449 189.361L360.947 221.492V221.733L307.449 253.864L253.951 221.733V221.492Z" fill="white"/> | ||
</g> | ||
</g> | ||
</g> | ||
<defs> | ||
<filter id="filter0_d_1241_26802" x="0" y="0" width="428" height="287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> | ||
<feFlood flood-opacity="0" result="BackgroundImageFix"/> | ||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> | ||
<feOffset dx="4" dy="8"/> | ||
<feGaussianBlur stdDeviation="12"/> | ||
<feComposite in2="hardAlpha" operator="out"/> | ||
<feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.419608 0 0 0 0 0.992157 0 0 0 0.25 0"/> | ||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1241_26802"/> | ||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1241_26802" result="shape"/> | ||
</filter> | ||
<linearGradient id="paint0_linear_1241_26802" x1="400" y1="255" x2="-4.26502" y2="68.6363" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="#246BFD"/> | ||
<stop offset="1" stop-color="#5089FF"/> | ||
</linearGradient> | ||
<clipPath id="clip0_1241_26802"> | ||
<rect x="20" y="16" width="380" height="239" rx="44" fill="white"/> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 @@ | ||
export const WhiteThreeDots = `<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0007 3.20801C19.96 3.20801 24.7923 8.03917 24.7923 13.9997C24.7923 19.959 19.96 24.7913 14.0007 24.7913C8.04015 24.7913 3.20898 19.959 3.20898 13.9997C3.20898 8.04034 8.04132 3.20801 14.0007 3.20801Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> | ||
<path d="M18.5966 14.015H18.6071" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> | ||
<path d="M13.9189 14.015H13.9294" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> | ||
<path d="M9.24215 14.015H9.25265" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> | ||
</svg> | ||
` |
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