mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #416] [MERGED] Adding the energy cost from 2 to 3 decimal precision #1036
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#1036
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/416
Author: @wreuel
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @maziggy
Base:
0.2.1b2← Head:feature/changeEnergyCostTo3Decimals📝 Commits (10+)
0c80d36Adding the energy cost from 2 to 3 decimal precisionc9b6aecMerge branch '0.2.1b' into feature/changeEnergyCostTo3Decimals40a86faMerge branch '0.2.1b' into feature/changeEnergyCostTo3Decimals794471cMerge branch '0.2.1b' into feature/changeEnergyCostTo3Decimals56a622eMerge branch '0.2.1' into feature/changeEnergyCostTo3Decimals1abb613Merge branch '0.2.1' into feature/changeEnergyCostTo3Decimals478164cComplying with pr1973a8aMerge branch '0.2.1b2' into feature/changeEnergyCostTo3Decimals933698fMerge branch 'feature/changeEnergyCostTo3Decimals' of github.com:wreuel/bambuddy into feature/changeEnergyCostTo3Decimals058a782Complying with PR📊 Changes
7 files changed (+10 additions, -10 deletions)
View changed files
📝
backend/app/api/routes/archives.py(+2 -2)📝
backend/app/api/routes/projects.py(+1 -1)📝
backend/app/main.py(+1 -1)📝
frontend/src/components/SmartPlugCard.tsx(+1 -1)📝
frontend/src/pages/ProjectDetailPage.tsx(+1 -1)📝
frontend/src/pages/SettingsPage.tsx(+3 -3)📝
frontend/src/pages/StatsPage.tsx(+1 -1)📄 Description
Description
In Portugal most energy companies use 3 decimals points whe charging energy cosumption, so to be more realistic I added that to the proejct.
Related Issue
Fixes #
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
I have looked on the summary and other pages where the value is used.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.