Closed RamRamez closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
giveth-dapps-v2 | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 7, 2024 9:38pm |
The pull request includes updates to the package.json
file, specifically changing the project version from "2.33.1"
to "2.33.2"
. Additionally, modifications were made to two React components: DonationCard
and ProjectTotalFundCard
. The DonationCard
component now imports IconSpark
and semanticColors
, updates the Tab
styled component for better layout, and conditionally renders an IconSpark
. The ProjectTotalFundCard
component refines the logic for determining the notDistributedFund
variable to include an additional condition.
File Path | Change Summary |
---|---|
package.json |
Updated version from "2.33.1" to "2.33.2" |
src/components/views/donate/DonationCard.tsx |
Added imports for IconSpark and semanticColors , updated Tab styled component for layout, conditionally rendered IconSpark . |
src/components/views/project/projectDonations/ProjectTotalFundCard.tsx |
Refined logic for notDistributedFund variable to include additional condition. |
package.json
file, changing the version number, which is directly related to the version update in the main PR.package.json
file to reflect a new version number.package.json
file, changing the version from "2.28.0" to "2.28.1", which is related to the version update in the main PR.package.json
file to change the version from "2.28.0" to "2.28.1", which is related to the version update in the main PR.package.json
file to reflect a version change from 2.32.1
to 2.32.2
, which is related to the version update in the main PR.π In the garden of code, we hop with glee,
A version updated, as bright as can be!
WithIconSpark
shining, and tabs that align,
Donations are clearer, our logic refined.
So letβs celebrate this with a joyful cheer,
For every small change brings us closer, my dear! πΌ
src/components/views/donate/DonationCard.tsx (2)
`8-9`: **LGTM: New imports added correctly.** The new imports for `IconSpark` and `semanticColors` from `@giveth/ui-design-system` are correctly added and align with the changes made in the component. --- `293-294`: **LGTM: Improved Tab layout.** The addition of `display: flex` and `align-items: center` to the Tab styled component improves the layout and alignment of the tab content, which is especially important with the new icon.
4613
Summary by CodeRabbit
New Features
Bug Fixes
Chores