mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #331] [MERGED] Implement currency symbol handling and update related components #1000
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#1000
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/331
Author: @bnap00
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @maziggy
Base:
0.2.0b← Head:feature/currency-symbol-prefix📝 Commits (6)
e8b2debMerge branch 'main' into 0.1.938641e9Merge pull request #326 from maziggy/0.1.9ced51e0Implement currency symbol handling and update related componentsf5d9c4aAdjust padding for input fields to accommodate currency symbol length3c0c499Add 14 additional currency options (KRW, SEK, NOK, DKK, PLN, BRL, TWD, SGD, NZD, MXN, CZK, THB, ZAR, TRY)71560b7Merge origin/0.2.0b, resolve conflict keeping SUPPORTED_CURRENCIES.map()📊 Changes
6 files changed (+149 additions, -54 deletions)
View changed files
📝
frontend/src/__tests__/pages/StatsPage.test.tsx(+1 -1)➕
frontend/src/__tests__/utils/currency.test.ts(+43 -0)📝
frontend/src/pages/ProjectDetailPage.tsx(+2 -1)📝
frontend/src/pages/SettingsPage.tsx(+44 -51)📝
frontend/src/pages/StatsPage.tsx(+2 -1)➕
frontend/src/utils/currency.ts(+57 -0)📄 Description
Description
Improve the Cost Tracking settings card UX by reordering fields, adding currency symbol prefixes to cost inputs, and expanding supported currencies. Also centralizes currency code-to-symbol mapping into a shared utility, fixing display across Stats and Project Detail pages.
Related Issue
#329
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.