Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
4d1468f
Created a multi step wizard for the configuration of Split Payments
blackcoffeexbt Jul 14, 2025
6731d54
bump v
blackcoffeexbt Jul 14, 2025
e674b09
Tweaky
blackcoffeexbt Jul 14, 2025
c7ed334
UI improvements
blackcoffeexbt Jul 14, 2025
e48c586
Disable percentage circle on chart and ensure recipients are unique
blackcoffeexbt Jul 14, 2025
1d234b5
Addded scroll to top between wizard steps
blackcoffeexbt Jul 14, 2025
f009d72
Step 1 mobile layout improvements
blackcoffeexbt Jul 14, 2025
119125a
x
blackcoffeexbt Jul 14, 2025
648a523
Update layout for step 2
blackcoffeexbt Jul 14, 2025
69fdb1d
Step 3 improvements
blackcoffeexbt Jul 14, 2025
438aff1
Add source wallet title
blackcoffeexbt Jul 14, 2025
366e2fa
wx
blackcoffeexbt Jul 14, 2025
ceaca27
layer lines so that sourc ewallet is behind all others in chart
blackcoffeexbt Jul 14, 2025
d3b5a34
Lines start at 10px thick and get thicker
blackcoffeexbt Jul 14, 2025
8e5d6c5
Added arrow to end of chart lines :)
blackcoffeexbt Jul 14, 2025
f76ae47
Arrow termination fixes
blackcoffeexbt Jul 14, 2025
ca0fe1b
Remove console logs
blackcoffeexbt Jul 14, 2025
ef59bc1
Fix config and manifest
blackcoffeexbt Jul 14, 2025
547914a
Arrows now terminate at same vertical location
blackcoffeexbt Jul 14, 2025
522f2c9
Chart tweaks
blackcoffeexbt Jul 14, 2025
ab77716
Hide chart on mobile as it will rarely fit once more than one payment…
blackcoffeexbt Jul 14, 2025
3ebfbdf
Change remove button label
blackcoffeexbt Jul 14, 2025
ccfe020
Moved chart into standalone file
blackcoffeexbt Jul 15, 2025
ee3a04d
Revert package.json version to 1.0.0
blackcoffeexbt Jul 15, 2025
a703f21
Respect dark theme
blackcoffeexbt Jul 15, 2025
e3a64d4
Chart component Replace css font specification with quasar fonts
blackcoffeexbt Jul 15, 2025
0b1e6d5
Renamed chart.js to split-payments-chart.js
blackcoffeexbt Jul 15, 2025
0fdd739
Moved styles into standalone file
blackcoffeexbt Jul 15, 2025
ce3bcaf
Added split payments summary to each wallet listed in step 1
blackcoffeexbt Jul 15, 2025
4a11971
Updated notices on step 3 and add confirmation message after saving
blackcoffeexbt Jul 15, 2025
fcc83e4
Chart shows a single payment if no splits are set up
blackcoffeexbt Jul 15, 2025
c45ff49
Update warning text
blackcoffeexbt Jul 15, 2025
1dee137
rebase and lint
talvasconcelos May 5, 2026
0de1ef1
remove jinja2 syntax
talvasconcelos May 6, 2026
be00165
fix: wrong payload
talvasconcelos May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"name": "arcbtc",
"uri": "https://github.com/arcbtc",
"role": "Developer"
},
{
"name": "blackcoffee",
"uri": "https://github.com/blackcoffeexbt",
"role": "Developer"
}
],
"images": [
Expand Down
Loading
Loading