-
Notifications
You must be signed in to change notification settings - Fork 19
Feature/more-currencies-support #18
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
Feature/more-currencies-support #18
Conversation
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!
I'm curious, do we not need any changes to the backend schema here? I guess this is more of an architectural matter- we could simply store ALL currency as USD but merely change the frontend for use friendliness. What do you think?
Add Playwright testing dependency.
Also I don't see this being used anywhere. What was the reason for adding it?
9591b5d to
0873219
Compare
cachebag
left a comment
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
* chore: Add more currencies and refactor currency formatting * feat: Add support for MYR, EGP, and SAR currencies with explicit save action
* Feature added spending items allow for automatic savings, with it being in budget allows flexibility * Removed the explainers * Adjusted visuals * Impovemnet to budget to saving branch * Improved Visuals * Removed explainers * Fixed handling of item savings destination and updated frontend display. * Removed explainers * refresh trigger added * Fix double spending issue and CI failures * Ran cargo fmt to ensure proper formatting per CI requirements * Feature/more-currencies-support (#18) * chore: Add more currencies and refactor currency formatting * feat: Add support for MYR, EGP, and SAR currencies with explicit save action * Addressed docker build issues * Ignore frontend/package-lock.json and remove from tracking * Added to .gitignore * Fix double spending issue and CI failures * Update frontend/src/components/ItemsSection.tsx Co-authored-by: Copilot <[email protected]> * Update frontend/src/components/ItemsSection.tsx Co-authored-by: Copilot <[email protected]> * fix: build errors and database migration logic --------- Co-authored-by: ahmed <[email protected]> Co-authored-by: akrm <[email protected]> Co-authored-by: Copilot <[email protected]>
* Feature added spending items allow for automatic savings, with it being in budget allows flexibility * Removed the explainers * Adjusted visuals * Impovemnet to budget to saving branch * Improved Visuals * Removed explainers * Fixed handling of item savings destination and updated frontend display. * Removed explainers * refresh trigger added * Fix double spending issue and CI failures * Ran cargo fmt to ensure proper formatting per CI requirements * Feature/more-currencies-support (#18) * chore: Add more currencies and refactor currency formatting * feat: Add support for MYR, EGP, and SAR currencies with explicit save action * Addressed docker build issues * Ignore frontend/package-lock.json and remove from tracking * Added to .gitignore * Fix double spending issue and CI failures * Update frontend/src/components/ItemsSection.tsx Co-authored-by: Copilot <[email protected]> * Update frontend/src/components/ItemsSection.tsx Co-authored-by: Copilot <[email protected]> * fix: build errors and database migration logic --------- Co-authored-by: ahmed <[email protected]> Co-authored-by: akrm <[email protected]>
Summary