Commit Graph

1550 Commits

Author SHA1 Message Date
Matthias
fc239d9e9b Improve wording 2023-05-08 20:50:54 +02:00
Matthias
f9e9b9bfda Fix subtle bug whe clicking around oddly 2023-05-08 20:50:54 +02:00
Matthias
49f88c28fc Small plot improvements 2023-05-08 20:50:54 +02:00
Matthias
46a89c0e27 Layout improvements 2023-05-08 20:50:54 +02:00
Matthias
1b84d2460f Improve layout (confirm always to the right) 2023-05-08 20:50:54 +02:00
Matthias
54eaec1192 Improve plotIndicator config 2023-05-08 20:50:54 +02:00
Matthias
dc85902350 Improve plotconfig add / remove behavior 2023-05-08 20:50:54 +02:00
Matthias
1c71ed5805 Organize imports 2023-05-08 20:50:54 +02:00
Matthias
4272d110ae Allow exiting out of Plot config 2023-05-08 20:50:54 +02:00
Matthias
afedc45a46 Add enhanced plotconfig management 2023-05-08 20:50:54 +02:00
Matthias
769a303754 Remove no longer necessary storage.ts 2023-05-08 20:50:54 +02:00
Matthias
49cc3388d3 Remove some logs 2023-05-08 20:50:54 +02:00
Matthias
170a024a45 Further simplify plotconfig 2023-05-08 20:50:54 +02:00
Matthias
fcdafcd185 Add deepclone helper function 2023-05-08 20:50:54 +02:00
Matthias
7649390156 Move plotconfig logic to plotStore 2023-05-08 20:50:54 +02:00
Matthias
a6535822da Update plotstore to use pinia persistence 2023-05-08 20:50:54 +02:00
Matthias
7e91ed5b8e Sort imports 2023-05-08 20:50:54 +02:00
Matthias
1c81f45d84 Extract plotConfigSelect to separate view 2023-05-08 20:50:54 +02:00
Matthias
4599fcb14c Fix disabled primary style 2023-05-08 20:50:54 +02:00
Matthias
04ea00fc57 Organize imports 2023-05-08 20:50:54 +02:00
Matthias
6c80c0d741 Extract area chart generation to separate file 2023-05-08 20:50:54 +02:00
Matthias
b88ee2413f Add Area chart support (main chart only) 2023-05-08 20:50:54 +02:00
Matthias
8dd846d95b Add Area chart helpers 2023-05-08 20:50:54 +02:00
Matthias
7d2be4e6df Improve plot helper typing 2023-05-08 20:50:54 +02:00
Matthias
77952ec2c9 Improve heikinAshi typing 2023-05-08 20:50:54 +02:00
Matthias
9d3f44946e Send freqAI model as part of request 2023-05-02 20:03:46 +02:00
Matthias
8b92567319 Rename Chartsview component 2023-05-02 19:58:37 +02:00
Matthias
1fb43f5c5b Extract function to separate file 2023-04-28 20:30:34 +02:00
Matthias
b9d2b90bd6 Extract Series generation into function 2023-04-28 20:30:34 +02:00
Matthias
38c48d418c Move heikinashi to charts directory 2023-04-28 20:30:34 +02:00
Matthias
6d6cd66aba Remove unnecessary computed property 2023-04-28 20:30:34 +02:00
Matthias
e66078b798 Use function instead of anonymous functions 2023-04-28 20:30:34 +02:00
Matthias
5d55d0be29 Candlechart to script setup 2023-04-28 20:30:34 +02:00
Matthias
9128581994 fix card padding 2023-04-24 11:28:52 +02:00
Matthias
c60d5418f2 Refactor period breakdown to separate component 2023-04-24 11:26:42 +02:00
Matthias
cbea1523fa Show backtest monthly breakdown statistics 2023-04-24 11:20:29 +02:00
Matthias
fbda93cf4b Remove deprecated and long-gone settings 2023-04-22 18:30:36 +02:00
Matthias
07ede302e1 Use accountbalance also for BalanceChart 2023-04-22 17:45:05 +02:00
Matthias
f5c9fa0f79 Prevent using botbalance when it doesn't work 2023-04-22 17:31:54 +02:00
Matthias
1d4121f38b Update botcomparison with new balance field 2023-04-22 17:11:42 +02:00
Matthias
502bb701ab Allow showing/hiding Balance
closes #1205
2023-04-22 17:10:22 +02:00
Matthias
c65ed7bc79 Format balance chart by stakeCurrencyDecimals 2023-04-22 14:39:50 +02:00
Matthias
1fd35a90b7 Improved typesafety 2023-04-22 14:36:06 +02:00
Matthias
5378d651e7 Fix type issue with chart 2023-04-22 14:35:05 +02:00
Matthias
1653386da9 Properly sort bots for dashboard 2023-04-22 14:30:31 +02:00
Matthias
a75a6e2882 script setup: botcomparisonlist 2023-04-22 14:29:44 +02:00
Matthias
66758de2b6 script setup: Balancecharts 2023-04-22 11:55:18 +02:00
Matthias
d4c6815eca Update zoom sliders to be bigger
closes #275
2023-04-19 20:35:41 +02:00
Matthias
6c6d3e587b Ensure default sorting 2023-04-19 06:25:24 +02:00
Matthias
2edfb5a20c make sortId mandatory 2023-04-19 06:25:16 +02:00
Matthias
a4ba5754f3 Allow reordering of bots 2023-04-19 06:16:58 +02:00
Matthias
ac1b39aaae Further refactor botRename method 2023-04-18 20:20:17 +02:00
Matthias
6aeb3755b2 Make updateBot method more dynamic, allowing for random updates 2023-04-18 19:26:31 +02:00
Matthias
8570aed525 Rename botstore wrapper 2023-04-18 18:08:17 +02:00
Matthias
ad5ececb5e Add help hint over orders showing order type 2023-04-14 18:33:35 +02:00
Matthias
abc1277e4f Improve typing in numberformat 2023-04-14 18:33:35 +02:00
Matthias
2fdbe2bbc9 Fix duplicate actions in list 2023-04-14 18:14:44 +02:00
Matthias
214112aafb Remove now unused eslint-disable-next-line @typescript-eslint/camelcase 2023-04-13 07:19:34 +02:00
Matthias
eb8cd302d4 loginview -> script setup 2023-04-13 07:13:23 +02:00
Matthias
9e79efb058 Fix some rename errors 2023-04-13 06:47:46 +02:00
Matthias
e57df49144 ftbot store types 2023-04-13 06:45:31 +02:00
Matthias
0677843bd5 multi-word components 2023-04-13 06:44:12 +02:00
Matthias
5bc75e4ac1 Remove more deprecated usags 2023-04-13 06:40:59 +02:00
Matthias
dab29a1f68 Errorview to script setup 2023-04-13 06:37:13 +02:00
Matthias
5a3dcce1ef Views to script setup 2023-04-13 06:36:41 +02:00
Matthias
724e99d2ef Rename Views to correspond to best practices 2023-04-13 06:35:06 +02:00
Matthias
7c01e0e5f9 small linting fixes 2023-04-13 06:34:39 +02:00
Matthias
b4d1c99179 Fix some styling issues 2023-04-13 06:32:00 +02:00
Matthias
7a18bf6cc8 Remove deprecated options 2023-04-12 18:32:35 +02:00
Matthias
1fdd72908c Improve some subtle bugs 2023-04-12 18:26:17 +02:00
Matthias
a2e6be1be7 Add force-enter tag to entry form 2023-04-12 07:13:41 +02:00
Matthias
100de61ab2 Don't start websocket in weserver mode 2023-04-10 18:22:07 +02:00
Matthias
225a740cc9 Allow requests without timerange 2023-04-10 18:20:09 +02:00
Matthias
8d5450d901 Improve behavior in timeRangeSelect 2023-04-10 18:17:55 +02:00
Matthias
fabe44293e Add tests for timeformat "parseDate" 2023-04-10 17:42:10 +02:00
Matthias
9984052688 Backtestgraphs -> script setup 2023-04-10 17:00:10 +02:00
Matthias
d68f8c69c6 Show bot start date in general overview 2023-04-08 16:37:39 +02:00
Matthias
e2c8050574
Merge pull request #1185 from Tako88/feature/trade_nav_sorting
Sorting in trade navigation
2023-04-08 08:13:01 +02:00
Matthias
948907b63e Improve force-enter Radiobuttons 2023-04-07 18:24:59 +02:00
Matthias
d6e05b22d6 Settings - margin end 2023-04-07 17:48:17 +02:00
Matthias
a33b071736 Auto-close nav dropdown 2023-04-07 17:47:34 +02:00
Tako
957dfee8ea add trade nav sorting 2023-04-07 12:45:22 +00:00
Matthias
554ada9fd0 Fix remaining type error 2023-04-06 07:17:29 +02:00
Matthias
2d4a8cad93 Types in backtestResultView 2023-04-06 07:16:57 +02:00
Matthias
3645f14da1 Update botcomparison type error 2023-04-06 07:15:14 +02:00
Matthias
213b5c3af1 Update tradeList to fix types 2023-04-06 07:15:05 +02:00
Matthias
b08e1286c9 Fix some type errors with bootstrap table 2023-04-05 21:11:46 +02:00
Matthias
e26431c891 Improve "recovery" behavior if UI is started before the bot is ready 2023-04-02 15:26:45 +02:00
Matthias
0644a49ca8 Reliably use setIsBotOnline 2023-04-02 15:26:05 +02:00
Matthias
8a7c6cbddc Cleanup unused code 2023-04-02 15:25:45 +02:00
Matthias
52f24a78b0 Extend types to new interface 2023-03-25 13:48:34 +01:00
Matthias
a4436a482a Remove bootswatch themes 2023-03-24 20:16:24 +01:00
Matthias
646a160750 Rename Theme-select component 2023-03-24 20:13:44 +01:00
Matthias
2c26ad9fb2 Remove unused bootswatch dependency 2023-03-24 20:13:44 +01:00
Matthias
8b86322f27 Improve bootswatch load behavior 2023-03-24 20:13:17 +01:00
Matthias
7e93fb8ab3 Partially fix bootswatch select 2023-03-24 06:49:50 +01:00
Matthias
5ed68096e6 Navbar to script setup 2023-03-23 19:41:00 +01:00
Matthias
b1ceb7158a Bootswatch to script setup 2023-03-23 19:40:30 +01:00
Matthias
1e047fb23b Properly close login window in edit mode 2023-03-21 20:18:49 +01:00
Matthias
ce9fd54c17 Improve Balance formatting 2023-03-18 17:47:31 +01:00
Matthias
bd123f2a96 balance to script setup 2023-03-18 17:47:31 +01:00
Matthias
24146fed40 Show correct tooltip 2023-03-15 06:45:24 +01:00
Matthias
72083b2449 Profit-desc should correspond to selected mode 2023-03-08 20:22:36 +01:00
Matthias
a03f1bb917 Improve handling of empty pair-data responses 2023-03-07 18:19:44 +01:00
Matthias
c3c21f5a36 Fix random crash when starting UI with odd timing 2023-03-07 06:59:28 +01:00
Matthias
90855b881f Show relative profit ratio for total / realized profits 2023-03-06 18:24:43 +01:00
Matthias
608bbde032 Improve trade-profit visualization for alternative profits 2023-02-28 21:01:20 +01:00
Matthias
cb71d88af9 Improve Profit pill 2023-02-28 21:00:04 +01:00
Matthias
7ba0ef0512 Use "computed" for profit variables 2023-02-28 20:50:04 +01:00
Matthias
2c9a01bae2 Don't hardcode USDT for profit-visualization 2023-02-28 20:45:59 +01:00
Matthias
988615075c profit-pill -> script setup 2023-02-28 20:43:10 +01:00
Matthias
9aecdc9bbf trade-profit -> script setup 2023-02-28 20:41:14 +01:00
Matthias
9e60528001 Show Total profit in UI 2023-02-28 20:29:05 +01:00
Matthias
e7be05cb87 Split trades type into open and closed trades 2023-02-28 20:28:56 +01:00
Matthias
e1dae7c630 Reduce network traffic (don't call getState every 5s) 2023-02-28 18:05:44 +01:00
Matthias
f76773be39 Fix typo in header 2023-02-28 06:56:34 +01:00
Matthias
56d0bb58cc Don't use deprecated columns 2023-02-27 21:34:05 +01:00
Matthias
2c0c2b5d6c Add realized profit to details pane 2023-02-27 20:57:43 +01:00
Matthias
615bf8fdda Auto-set pair to first open trade if no selection was present 2023-02-27 20:38:06 +01:00
Matthias
5e1b1d4c7b Candlechartcontainer -> script setup 2023-02-27 20:34:13 +01:00
Matthias
fb84eaa050 Remove unused pairsummary variable 2023-02-27 20:31:30 +01:00
Matthias
d09dc48944 Pair summary -> script setup 2023-02-27 20:21:45 +01:00
Matthias
0d59031d72 Add infobox hints to Dashboard title 2023-02-27 20:19:26 +01:00
Matthias
3ff887d074 Dashboard -> script setup 2023-02-27 20:10:23 +01:00
Matthias
47bc84e543 Draggable container -> script setup 2023-02-27 20:09:40 +01:00
Matthias
58638ceb80 Add realized profit to trade schema 2023-02-27 20:06:04 +01:00
Matthias
635814a782 Auto-navigate to trade list when selecting a trade in Dashboard view 2023-02-25 15:39:00 +01:00
Matthias
af423f8079 Botlist -> script setup 2023-02-25 15:31:03 +01:00
Matthias
fa5203fbee Show alert in case of failed backtest
closes #1138
2023-02-22 20:12:48 +01:00
Matthias
5e3c6e8966 Show leverage in trade-list on futures bots 2023-02-19 17:46:07 +01:00
Matthias
3dc3021b08 Remove temporary DebugLog 2023-02-19 17:39:20 +01:00
Matthias
6b21a1c7ee Add TradeActionsPopover 2023-02-19 17:28:44 +01:00
Matthias
2bce25bc61 remove b-tooltip directive 2023-02-18 13:25:38 +01:00
Matthias
2599a5c751 Add some debugging code to TradeList 2023-02-17 18:05:42 +01:00
Matthias
0cc3259ea1 Remove unnecessary method in Trade layout 2023-02-15 19:27:29 +01:00
Matthias
555c47fc76 Update Trading to script setup 2023-02-15 18:14:25 +01:00
Matthias
9b009e8158 ForceExitForm -> script setup 2023-02-15 07:05:27 +01:00
Matthias
3884bc3f68 Update ForceEntry to script setup 2023-02-15 06:45:34 +01:00
Matthias
872cf42753 Fix trade filter 2023-02-10 19:45:54 +01:00
Matthias
af9b64c046 backtestChart - script setup 2023-02-10 19:31:24 +01:00
Matthias
10bbb228cc TradeListNav to script setup 2023-02-10 18:28:58 +01:00
Matthias
8fd1fa4b34 Add stoploss on exchange to botstatus view 2023-02-08 07:08:18 +01:00
Matthias
c0538880e9 switch from bootstrap-vue-3 to next 2023-02-08 06:34:28 +01:00
Matthias
65648d5c51 Improve iconography of trade action segment 2023-02-01 20:02:32 +01:00
Matthias
3e59cd8100 Add UI for cancel open order 2023-02-01 20:02:32 +01:00
Matthias
5ecdce8494 TradeList to script setup 2023-02-01 20:02:32 +01:00
Matthias
33e988798b Update tradeActions to script setup 2023-02-01 20:02:32 +01:00
Matthias
7f0abd7fa5 Clean up pair summary 2023-01-25 07:33:12 +01:00
Matthias
ca5b887c4e Disable selectable column 2023-01-25 07:33:12 +01:00
Matthias
048da545d0 Fix exception in detail_trade when selected trade closes 2023-01-24 07:03:01 +01:00
Matthias
06a73c9485 fetch plot config should support webserver mode 2023-01-18 18:16:09 +01:00
Matthias
47aea56420 Auto-load strategy when btresult is selected 2023-01-18 18:16:09 +01:00
Matthias
5a8c468fab Improve chart tooltip by including order sizing info 2023-01-17 19:49:59 +01:00
Matthias
2078ff8942 Don't exclude still open trades from plotting
closes #1093
2023-01-14 21:30:58 +01:00
Matthias
db42bbc3d9 Move mouse houver off left border
closes move the translucent panel to the up/down side OR change Y axis price location #1016
2023-01-05 11:16:03 +01:00
Matthias
19a479ef2b Fix axios error introduced in last updates 2023-01-05 10:26:58 +01:00
Matthias
7fd5c2826b Update login alert to work on new bootstrap version 2023-01-04 13:34:12 +01:00
Matthias
45c70e13f1 Don't show freqAI identifier field when freqAI is deselected 2022-12-31 09:08:53 +01:00
Matthias
47bb5bef71 Add new backtesting Metrics to freqUI 2022-12-29 17:49:41 +01:00
Matthias
748c24d879 Improve type compliance 2022-12-27 14:39:35 +01:00
Matthias
9b4d1e4260 Don't use deprecated settings 2022-12-27 14:36:42 +01:00
Matthias
144e74af9b Remove deprecated settings 2022-12-27 13:55:20 +01:00
Matthias
f800386e66 Add max_stake_amount field 2022-12-27 13:48:53 +01:00
Matthias
038e4df8f7 Fix balance layout 2022-12-24 10:53:01 +01:00
Matthias
8a34280bb0 Fix container overflow 2022-12-24 10:06:06 +01:00
Matthias
4a730bb515 Allow setting identifier via UI 2022-12-23 19:46:15 +01:00
Matthias
b649adf0cf Cache - only in 2.22 2022-12-23 19:46:15 +01:00
Matthias
88c6f49ae5 Fix backtesting styling 2022-12-23 19:46:15 +01:00
Matthias
ddff02c1a9 Disable backtest-cache selectively 2022-12-23 19:46:15 +01:00
Matthias
f40bace902 Improve freqAI setup 2022-12-23 19:46:15 +01:00
Matthias
f52a6fd685 Improve freqAI setup 2022-12-23 19:46:15 +01:00
Matthias
cdde293ee0 Show info icon for freqAI backtests 2022-12-23 19:46:15 +01:00
Matthias
1579200bc8 Add freqAI Model selection to backtesting 2022-12-23 19:46:15 +01:00
Matthias
1a686fab57 Fix plot-config not updating when a different plot is selected 2022-12-22 07:02:32 +01:00
Matthias
fb5ba3df9d
Merge pull request #1058 from daniila/plot_config_select_fix
fix select values updating with delay
2022-12-21 07:17:41 +01:00
Matthias
82ab2bf473 Backtesting -> script setup 2022-12-21 06:39:44 +01:00
Tako
2535082c5d fix select values updating with delay 2022-12-20 00:22:29 +00:00
Matthias
d227360942 Fix valuePair cypress test by reverting script setup conversion for now 2022-12-17 20:42:19 +01:00
Matthias
b2ef4343ec ProfitSymbol -> script setup 2022-12-17 20:08:19 +01:00
Matthias
ca93a019c3 Update cypress tsets to use props instead of propsDat 2022-12-17 20:08:10 +01:00
Matthias
91e8bd4e3f Bring back bottom slot in balance view 2022-12-17 15:03:04 +01:00
Matthias
50946ccc16 Properly import vue3-grid-layout styles 2022-12-17 14:36:06 +01:00
Matthias
ea5805dcb4 Add Generic infoBox help sign, convert valuePair to script setup 2022-12-15 20:28:13 +01:00
Matthias
4da60605e0 Properly implement preventDefault 2022-12-13 20:25:46 +01:00
Matthias
40d0691fd3 Improve login to not close the modal when something is wrong 2022-12-13 19:27:14 +01:00
Matthias
0c0399579e Disable load_from_strateegy button when bot is offline or in webserver mode 2022-12-13 06:30:38 +01:00
Matthias
89de68f334 plot-indicator -> script setup 2022-12-13 06:21:27 +01:00
Matthias
bfb594800b plotconfig -> script setup 2022-12-13 06:19:38 +01:00
Matthias
ef848f33e8 Fix datepicker not working 2022-12-11 10:24:04 +01:00
Matthias
2b60322614 Fix render bug with empty backtest result 2022-12-10 14:20:47 +01:00
Matthias
8cc4488a02 backtestResultView -> SCript setup 2022-12-10 14:17:13 +01:00
Matthias
978694f905 Fix backtsting layout issue 2022-12-10 14:13:29 +01:00
Matthias
84d259e283 Remove unnecesary log 2022-12-10 13:56:30 +01:00
Matthias
9d59685db7 TimeRangeSelect -> script setup 2022-12-10 13:39:53 +01:00
Matthias
e2624cea54 StrategySelect -> script setup 2022-12-10 13:39:06 +01:00
Matthias
1cc8f910c2 Strategy-select proper emit 2022-12-10 13:36:08 +01:00
Matthias
4d7fe771e8 Switch to new bot if active bot is deleted 2022-12-10 13:14:27 +01:00
Matthias
be31549a5b Bubble error out of login method, simplify 2022-12-10 13:08:47 +01:00
Matthias
594a828358 Expire login info - request re-login.
closes #1015
2022-12-10 12:51:34 +01:00
Matthias
210c7bd692 Improve auth types 2022-12-10 08:19:26 +01:00
Matthias
eeeeb352c5 Switch login view to async/await 2022-12-09 17:29:48 +01:00
Matthias
754fabb5b2 Loginmodal -> script setup 2022-12-08 20:25:28 +01:00
Matthias
f2f64fe903 Also store username 2022-12-08 20:10:54 +01:00
Matthias
0af3fa0174 Convert login to script setup 2022-12-08 20:10:47 +01:00
Matthias
a4aa87aed8 Add "logged out" state to BotEntry 2022-12-08 19:57:46 +01:00
Matthias
70b348e3f1 Improve online/offline logo 2022-12-08 18:22:34 +01:00
Matthias
6b30c31044 Notifications should be "per bot". 2022-12-07 07:18:32 +01:00
Matthias
ea2c1017b0 improve alert logging 2022-12-07 07:04:31 +01:00
Matthias
587296882c Persist profit distribution bins 2022-12-07 07:00:21 +01:00
Matthias
ea47342c46 Add notification settings 2022-12-07 07:00:21 +01:00
Matthias
388096314b Subscribe to cancel messages 2022-12-07 07:00:21 +01:00
Matthias
f630ecfbe7 Remove unused type 2022-12-07 07:00:21 +01:00
Matthias
52a98846da Don't show new candle messages 2022-12-07 07:00:21 +01:00
Matthias
1f6330da88 Simplified message type 2022-12-07 07:00:21 +01:00
Matthias
9a714cf082 Implement reloading of chart 2022-12-07 07:00:21 +01:00
Matthias
e9478bfaab improve WS message typing 2022-12-07 07:00:21 +01:00
Matthias
be90f855a7 Show alerts on fill.... 2022-12-07 07:00:21 +01:00
Matthias
a55b2bf0b4 Implement whitelist websocket handling 2022-12-07 07:00:21 +01:00
Matthias
b6b4410d37 Add new_candle subscription 2022-12-07 07:00:21 +01:00
Matthias
ac4d98a5ef Add initial websocket connectivity 2022-12-07 07:00:21 +01:00
Matthias
f05400ad51 Improve error messages 2022-12-05 06:58:36 +01:00
Matthias
f2165a5d84 Allow Alerts to have different color 2022-12-05 06:56:45 +01:00
Matthias
16ea7a0457 Format styles file 2022-12-04 17:14:36 +01:00
Matthias
efac66e317 Do some final cleanup on vue3 2022-12-04 17:07:10 +01:00
Matthias
5efa81c591 Create layout transitions 2022-12-04 13:35:19 +01:00
Matthias
0b2c48f7b6 Fix login state validation 2022-12-03 20:13:48 +01:00
Matthias
19c41797cd Fix bad order feedback 2022-12-03 17:23:01 +01:00
Matthias
6684992d99 Improve code quality 2022-12-03 14:55:39 +01:00
Matthias
8d0935c0d6 Implement messagebox logic 2022-12-03 14:03:01 +01:00
Matthias
33a126033d Fix login rerouting 2022-12-03 14:03:01 +01:00
Matthias
71fd236674 Fix a few type problems 2022-12-03 14:03:01 +01:00
Matthias
617bdfbe2b vue3: alerts 2022-12-03 14:03:01 +01:00
Matthias
9cfaf29275 Fix login cypress errors 2022-12-03 14:03:01 +01:00
Matthias
3fd3293182 Some minor styling changes 2022-12-03 14:03:01 +01:00
Matthias
1c50510ee5 dark-style toast 2022-12-03 14:03:01 +01:00
Matthias
1159191a00 Bootstrap5 - fix table hover 2022-12-03 14:03:01 +01:00
Matthias
3c324a9da8 Ensure startup works by moving initial refresh to botWrapper 2022-12-03 14:03:01 +01:00
Matthias
f8ff5745f2 Fix component tests 2022-12-03 14:03:01 +01:00
Matthias
7bfe209775 Fix some more alignments 2022-12-03 14:03:01 +01:00
Matthias
a3692d7339 Fix some styling issues 2022-12-03 14:03:01 +01:00
Matthias
e851471a55 Fix open trades action popups 2022-12-03 14:03:01 +01:00
Matthias
e7029b0798 Forceexit form validation 2022-12-03 14:03:01 +01:00
Matthias
df3b89c461 fix plot modal 2022-12-03 14:03:01 +01:00
Matthias
da67aec11d Fix modals error 2022-12-03 14:03:01 +01:00
Matthias
9d000f50ce useRoute from vue-router 2022-12-03 14:03:01 +01:00
Matthias
d08250925a Small fix to tradeList 2022-12-03 14:03:01 +01:00
Matthias
7dbea21e91 forceExit form fixes 2022-12-03 14:03:01 +01:00
Matthias
414fb0edc5 Update LoginModal to new bootstrap method 2022-12-03 14:03:01 +01:00
Matthias
a5868f2a18 forceentry - fix validations 2022-12-03 14:03:01 +01:00
Matthias
8b7874dba5 Remove unnecessary div 2022-12-03 14:02:57 +01:00