-
Notifications
You must be signed in to change notification settings - Fork 18
Release: use api hook migration part 2 #2493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- removes rem font size variables as they will not be used
- /src/features/common -/src/features/donations -/src/features/projectsV2 -/src/features/user -/src/tenants/planet/LeaderBoard - also removes some unused classes
-Extracted common omitted properties into OmittedProjectProps to reduce repetition. -Introduced a reusable BaseProject<T> type for better scalability. -Refactored TreeProject and ConservationProject to extend BaseProject<T>. -Improved type safety and readability in ProjectApiResponse.
- adjusts font sizes to 10px where these were used - makes minor adjustments to align interventions and site dropdown correctly in mobile view
- affects payment history, recurring subscriptions, planetcash transactions
…ltiple components
…-the-Planet-org/planet-webapp into feature/use-api-hook11
…i-hook5 Feature/use api hook5
…i-hook8 Feature/use api hook8
…i-hook11 refactor(usePropContext): handle user profile fetch with impersonati…
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.
LGTM
…s-wrong-component-naming Corrects incorrect component/file names in webapp
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.
Issue while testing:
- switching currency only takes effect after manual refresh (seen on main screen, tested via chrome and safari on mobile)
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.
Looks good to me.
Will be handled in different release. |
Includes: