Skip to content

Commit 2334d54

Browse files
authored
Merge pull request #37 from DavidAmunga/feat/amount-distribution-sheet
2 parents 679c049 + 3ae00d9 commit 2334d54

File tree

14 files changed

+672
-190
lines changed

14 files changed

+672
-190
lines changed

.changeset/rich-trains-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mpesa2csv": patch
3+
---
4+
5+
fix: reset/skip options after upload

.changeset/tricky-wasps-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mpesa2csv": minor
3+
---
4+
5+
feat: Add Transaction Amount Distribution Sheet

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@radix-ui/react-checkbox": "^1.3.3",
18+
"@radix-ui/react-label": "^2.1.7",
1819
"@radix-ui/react-select": "^2.2.6",
1920
"@radix-ui/react-slot": "^1.2.3",
21+
"@radix-ui/react-tooltip": "^1.2.8",
2022
"@tailwindcss/vite": "^4.1.3",
2123
"@tauri-apps/api": "^2",
2224
"@tauri-apps/plugin-dialog": "^2.2.1",

pnpm-lock.yaml

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"windows": [
1414
{
1515
"title": "mpesa2csv - Convert M-PESA Statements to CSV/Excel",
16-
"width": 600,
17-
"height": 630,
16+
"width": 640,
17+
"height": 600,
1818
"minWidth": 500,
1919
"minHeight": 400,
2020
"resizable": true
@@ -64,7 +64,7 @@
6464
},
6565
"windowSize": {
6666
"width": 660,
67-
"height": 630
67+
"height": 600
6868
}
6969
}
7070
},

0 commit comments

Comments
 (0)