Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fb7fa7e
expose instance api
Basttyy Oct 17, 2025
d0a10b7
fix widget initialization formatter
Basttyy Oct 17, 2025
a7dfc67
implement dataloader
Basttyy Oct 17, 2025
c12f682
implement fully functioning dataloader
Basttyy Oct 17, 2025
03edb58
fix dataloader, and a fex bugs introduced by core library upgrade
Basttyy Oct 19, 2025
5f478f3
fully upgraded from v9 to v10
Basttyy Oct 20, 2025
0bce530
remove comment
Basttyy Oct 20, 2025
c5e378e
Merge pull request #1 from coinrayio/basttyy
Basttyy Oct 21, 2025
9449f19
implement position positionStyle and tick stores
Basttyy Oct 21, 2025
6db6912
added basic buy order line
Basttyy Oct 21, 2025
d90ac77
added types necessary for position api
Basttyy Oct 21, 2025
79e28ff
fix imports and outdated klinecharts api calls
Basttyy Oct 21, 2025
2551bd0
implement order controllers
Basttyy Oct 21, 2025
17907e1
storing temporary progress
Basttyy Oct 23, 2025
c0e72b7
implement basic multicharts foundation
Basttyy Oct 23, 2025
6a1e703
complete basic implementation of Highly configurable OrderLine overlay
Basttyy Oct 24, 2025
8209775
full implementation of custom styling for order line
Basttyy Oct 26, 2025
99d7f12
saving changes temporarily
Basttyy Oct 27, 2025
b033bbf
full implementation of order-line overlay completed
Basttyy Oct 27, 2025
c880f32
restrict available api to ui implemented api's for orderLines
Basttyy Oct 27, 2025
b577b73
remove random logs
Basttyy Oct 28, 2025
7ba1d8e
Merge pull request #2 from coinrayio/implement-position-api
Basttyy Oct 28, 2025
f9d861b
implement color picker component
Basttyy Oct 30, 2025
d1dead6
implement in memory chart state store to keep track of changes to the…
Basttyy Oct 30, 2025
6db1069
implement basic key shortcuts
Basttyy Oct 30, 2025
3719f76
implement store for overlay settings
Basttyy Oct 30, 2025
fd66215
implement overlay styles type
Basttyy Oct 30, 2025
1bc3e78
update types
Basttyy Oct 30, 2025
d21b25b
implement overlay settings and timeframe modals
Basttyy Oct 30, 2025
f4c1d42
redesign chart settings modal
Basttyy Oct 30, 2025
9e87629
improve input reactivity
Basttyy Oct 30, 2025
3ad6e2f
update imports and types
Basttyy Oct 30, 2025
8afa99d
full implementation of chart styling
Basttyy Nov 4, 2025
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
36 changes: 29 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
"vitest": "^0.28.4"
},
"dependencies": {
"@types/chroma-js": "^3.1.2",
"chroma-js": "^3.1.2",
"lodash": "^4.17.21",
"solid-js": "^1.6.11"
},
"peerDependencies": {
"klinecharts": ">=9.0.0"
"klinecharts": "^10.0.0-alpha9"
}
}
Loading