Closed Dreptschar closed 1 month ago
Name | Link |
---|---|
Latest commit | 9c31fdef8d2d059357a21aefed6d3ddf6c812a4a |
Latest deploy log | https://app.netlify.com/sites/actualbudget/deploys/670bb9aa4a00060008b487d7 |
Deploy Preview | https://deploy-preview-3659.demo.actualbudget.org |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.
As this PR is updated, I'll keep you updated on how the bundle size is impacted.
Total
Files count | Total bundle size | % Changed |
---|---|---|
9 | 5.33 MB → 5.33 MB (+274 B) | +0.00% |
Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.
As this PR is updated, I'll keep you updated on how the bundle size is impacted.
Total
Files count | Total bundle size | % Changed |
---|---|---|
1 | 1.26 MB | 0% |
Changeset
No files were changed
The pull request introduces a modification to the Search
component located in packages/desktop-client/src/components/common/Search.tsx
. A new import statement for the useTranslation
hook from the react-i18next
library is added. The useTranslation
hook is utilized within the Search
component to obtain the translation function t
. This function is employed to dynamically set the title
prop of the View
component that contains the Button
for clearing the search term. The title is updated from a static string "Clear search term" to a dynamic call t('Clear search term')
. No other changes to the component's logic or structure are included in this pull request, and there are no alterations to the declarations of exported or public entities.
react-i18next
library for internationalization, specifically using the useTranslation
hook and the Trans
component, which aligns with the changes made in the main PR regarding the use of the useTranslation
hook in the Search
component.:sparkles: Merged
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Translation support for packages/desktop-client/components/common/search