Commit Graph

47 Commits

Author SHA1 Message Date
Matthias
fa2f271404 Remove default vue imports in favor of autoimports 2023-11-14 06:34:16 +01:00
Matthias
85820c8684 More components to script setup 2023-05-09 20:04:57 +02:00
Matthias
e01f2c75a5 Use auto-imported icons 2023-05-09 18:25:28 +02:00
Matthias
8d32a8fc1d Replace icons with unplugin-iconify icons 2023-05-09 06:49:13 +02:00
Matthias
fbda93cf4b Remove deprecated and long-gone settings 2023-04-22 18:30:36 +02:00
Matthias
efac66e317 Do some final cleanup on vue3 2022-12-04 17:07:10 +01:00
Matthias
8d0935c0d6 Implement messagebox logic 2022-12-03 14:03:01 +01:00
Matthias
91c352f090 update forceEntry form 2022-12-03 08:35:46 +01:00
Matthias
b8c4e67fb2 Update ml- and mr- to ms- and mr- according to bootstrap5 update 2022-12-03 08:35:03 +01:00
Tako
68d072e7fa properly fill pair input 2022-11-25 07:52:24 +00:00
Matthias
f76fe14fc2 Update forceExit wording 2022-08-10 20:03:04 +02:00
Matthias
c95748f584 Remove some onneeded props 2022-07-13 07:35:07 +02:00
Matthias
ab17270e74 Update some type errors 2022-07-13 07:35:07 +02:00
Matthias
25445685f5 Update components to import from vue 2022-07-13 07:34:45 +02:00
Matthias
136d3f257a Rebrand ForceBuy to ForceEntry 2022-05-25 19:20:18 +02:00
Matthias
9aa12ed5c0 Update some types 2022-04-28 19:21:30 +02:00
Matthias
3347d055f0 Fix some type errors 2022-04-27 06:22:37 +02:00
Matthias
0c731255ab Some minor updates 2022-04-21 19:36:12 +02:00
Matthias
381455ddc4 pinia: more components to pinia 2022-04-21 07:50:19 +02:00
Matthias
e79409e35f composition: botcontrols 2022-04-21 07:50:19 +02:00
Matthias
8f03909119 Update forcebuy to forceentry 2022-04-08 07:44:28 +02:00
Matthias
ca3cd13629 Add forceshort capability to forcebuy form 2022-01-27 06:52:35 +01:00
Matthias
9413e75b12 Fix bug in forcesell all 2022-01-22 13:22:52 +01:00
Matthias
136f7a8267 Add forcesell all button to botcontrols 2022-01-22 13:04:12 +01:00
Matthias
7350b5109a chore: use enum for namespaced vuex store referencing 2021-12-20 20:12:57 +01:00
Matthias
22e3c1a976 Move controls into multipane 2021-09-04 16:45:16 +02:00
Matthias
cf4ee1ba23 Convert some state references to Getters 2021-08-26 20:35:33 +02:00
Matthias
d739d84eba Fix reload message not closing
closes #419
2021-07-08 20:21:09 +02:00
Matthias
875bac00d2 Add Confirmations for stop and reload commands
to avoid unintentionally stopping the bot.
2021-07-01 21:02:51 +02:00
Matthias
ce9ba4cfa7 Small improvements to balance 2021-06-26 20:47:15 +02:00
Matthias
cb780817f3 Correctly type StyleElement 2021-03-08 07:46:40 +01:00
Matthias
15945c0487 Improve some type safety 2021-01-16 16:07:06 +01:00
Matthias
041bca890c Use better icon for Forcebuy 2020-11-20 06:56:48 +01:00
Matthias
cbf1981839 Add icons and restyle botcontrols 2020-11-14 20:08:18 +01:00
Matthias
8f896e4ae0 Add title's to have tooltips for controls 2020-11-13 07:40:16 +01:00
Matthias
ab5660731f Controls should only enable buttons that currently make sense 2020-11-13 06:49:41 +01:00
Matthias
f9d75219e4 Move isTrading to store 2020-11-08 11:40:26 +01:00
Matthias
3dae24c16f Merge branch 'start_trades' 2020-11-08 11:08:27 +01:00
Matthias
554f64e91e Show botcontrols only when the bot is trading 2020-11-08 11:00:48 +01:00
Matthias
21e6ac9c8f Move trade view to draggableContainers 2020-08-31 20:01:51 +02:00
Matthias
5f1ce3d7a3 Use vue/recommended eslint setting 2020-08-31 17:43:44 +02:00
Matthias
240dd06c0f Move types to seperate directory 2020-08-29 11:24:52 +02:00
Matthias
c303d8588c Fix some typescript issues 2020-08-15 17:31:29 +02:00
Matthias
54463d7452 botControls to typescript 2020-08-09 15:23:04 +02:00
Matthias
878192b754 Fix CamelCase lint errors 2020-06-04 20:06:58 +02:00
Matthias
eb4b762c8a start trade button 2020-05-29 07:01:56 +02:00
Paul D. Mendes
916e73ab6f Reorganized folder structure, by moving route Trade into views folder and created a components folder to hold the Trade views components. Also, created a component for the Header and placed layout structure into a folder. 2020-05-18 19:27:50 +04:00