Matthias
|
048da545d0
|
Fix exception in detail_trade when selected trade closes
|
2023-01-24 07:03:01 +01:00 |
|
Matthias
|
efac66e317
|
Do some final cleanup on vue3
|
2022-12-04 17:07:10 +01:00 |
|
Matthias
|
dd940a09d3
|
Update grid-layout to use vue3-dragable-grid-layout
https://github.com/melrose13-69/vue3-dragable-grid-layout/
|
2022-12-03 08:35:03 +01:00 |
|
Matthias
|
3d1c2c2c2a
|
random other changes for vue3
|
2022-12-03 08:34:43 +01:00 |
|
Matthias
|
7b97e8a565
|
Add closed trades for all bots to dashboard
closes #763
|
2022-09-14 19:34:22 +02:00 |
|
Matthias
|
570581186e
|
Expose botcontrols on top of tabs
|
2022-07-16 12:56:58 +02:00 |
|
Matthias
|
25445685f5
|
Update components to import from vue
|
2022-07-13 07:34:45 +02:00 |
|
Matthias
|
f7ec082720
|
pinia: fix some stuff
|
2022-04-21 07:50:19 +02:00 |
|
Matthias
|
9d78c0781a
|
pinia: Update Trading view
|
2022-04-21 07:50:19 +02:00 |
|
Matthias
|
e1810eabbf
|
pinia: add layout store
Navbar to composition API
Trading.vue to composition API
|
2022-04-21 07:50:18 +02:00 |
|
Matthias
|
73ecb0c332
|
Improve responsiveness of grid layouts
|
2022-01-01 17:23:29 +01:00 |
|
Matthias
|
4a9846cdd1
|
Show stake amount in trade detail
|
2022-01-01 17:23:29 +01:00 |
|
Matthias
|
74eaa6f49c
|
Add responsive layout for Trading page
|
2022-01-01 17:23:29 +01:00 |
|
Matthias
|
601093a5cc
|
Show filter in desktop view
|
2022-01-01 17:23:29 +01:00 |
|
Matthias
|
7350b5109a
|
chore: use enum for namespaced vuex store referencing
|
2021-12-20 20:12:57 +01:00 |
|
Matthias
|
f4ccf31b6f
|
Remove unnecessary Panes from trade view
|
2021-10-05 19:26:07 +02:00 |
|
Matthias
|
22e3c1a976
|
Move controls into multipane
|
2021-09-04 16:45:16 +02:00 |
|
Matthias
|
44654abdfe
|
Move reloading from ReloadComponent to Store
|
2021-09-04 16:45:16 +02:00 |
|
Matthias
|
1168b996da
|
Remove direct references to botstore.state
|
2021-08-28 11:39:03 +02:00 |
|
Matthias
|
5437aa68db
|
Implement layout locking
|
2021-05-28 19:07:34 +02:00 |
|
Matthias
|
1ed52ef6a1
|
Reduce margin between tabs in trade overview
|
2020-12-21 19:43:15 +01:00 |
|
Matthias
|
fbb58ab52f
|
Rename open_trades to trades
|
2020-12-05 17:17:39 +01:00 |
|
Matthias
|
082fd0c027
|
Move PairSummary to props instead of using vuex
|
2020-12-05 17:06:26 +01:00 |
|
Matthias
|
605281f922
|
Flip sequence of multi-pane
|
2020-11-20 07:08:24 +01:00 |
|
Matthias
|
c0ebc76893
|
Add PairSummary (first version)
|
2020-11-20 06:58:32 +01:00 |
|
Matthias
|
8ec31cbb35
|
Add Pairlock view
|
2020-10-26 19:45:40 +01:00 |
|
Matthias
|
a714b11782
|
Update layout store to use enum
|
2020-10-06 07:59:05 +02:00 |
|
Matthias
|
5dab8d3a76
|
Improve layout
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
58160f35c5
|
Better style for buy-signal
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
fdf16a0e5d
|
Add chartView to trading view
|
2020-10-02 07:07:57 +02:00 |
|
Matthias
|
6ebdb33b72
|
Rename Getters enum to be correct
|
2020-09-20 13:36:45 +02:00 |
|
Matthias
|
fca1dea60d
|
Only allow dragging on header
|
2020-09-12 17:51:21 +02:00 |
|
Matthias
|
6637135db8
|
Merge branch 'master' into vue-grid-merge
|
2020-09-03 06:58:06 +02:00 |
|
Matthias
|
d02c9991d2
|
use correct type for detailTradeId
|
2020-09-02 20:19:34 +02:00 |
|
Matthias
|
655726ddca
|
Update dyamic layout to have seperate tradedetail container
|
2020-09-01 07:51:03 +02:00 |
|
Matthias
|
21e6ac9c8f
|
Move trade view to draggableContainers
|
2020-08-31 20:01:51 +02:00 |
|
Matthias
|
0cc5c73c2e
|
use Enum for layout names
|
2020-08-31 19:24:09 +02:00 |
|
Matthias
|
e5e3de5700
|
Fix vue dynamic layout
|
2020-08-31 19:24:09 +02:00 |
|
Matthias
|
829cb07745
|
Move layouts to store
|
2020-08-31 19:24:09 +02:00 |
|
Matthias
|
2f1942f48c
|
Use typed griditem
|
2020-08-31 19:24:09 +02:00 |
|
Matthias
|
07d9ea5324
|
Use vue-grid-layout for trading view
this way, users can move their layouts around as they wish
|
2020-08-31 19:24:09 +02:00 |
|
Matthias
|
5f1ce3d7a3
|
Use vue/recommended eslint setting
|
2020-08-31 17:43:44 +02:00 |
|
Matthias
|
01c7c67925
|
Use shorthand syntax for Array type definitions
|
2020-08-29 17:47:05 +02:00 |
|
Matthias
|
240dd06c0f
|
Move types to seperate directory
|
2020-08-29 11:24:52 +02:00 |
|
Matthias
|
39c7a832ac
|
Support trade-detail also on closed trades
|
2020-08-29 11:18:09 +02:00 |
|
Matthias
|
843e54afec
|
Use getter class
|
2020-08-29 11:18:09 +02:00 |
|
Matthias
|
716f38bdd8
|
Add logviewer
|
2020-08-15 17:31:56 +02:00 |
|
Matthias
|
ea46907ed2
|
FIx typescript "@" imports
|
2020-07-19 15:45:44 +02:00 |
|
Matthias
|
e7d66adda8
|
Only start refresh when logged in
|
2020-07-19 15:35:10 +02:00 |
|
Matthias
|
1571a8fd77
|
Rename closedtrades to closedTrades
|
2020-07-17 16:42:28 +02:00 |
|