Commit Graph

135 Commits

Author SHA1 Message Date
Matthias
6721ff4db4 Allow apiService to use store 2020-07-24 07:22:25 +02:00
Matthias
b516cae97f Add online indicator 2020-07-24 07:22:21 +02:00
Matthias
afeec39cd5 Store autorefresh state 2020-07-23 19:58:25 +02:00
Matthias
2bd0198697 Don't log on refresh 2020-07-23 19:40:30 +02:00
Matthias
e194de1a91 Improve 404 message 2020-07-19 19:29:07 +02:00
Matthias
bd37a309dd enforce login for /trade endpoint
fix #24
2020-07-19 17:17:26 +02:00
Matthias
21a6783e40 Allow login via page 2020-07-19 16:54:58 +02:00
Matthias
b1c600d980 Rename resetLogin method 2020-07-19 16:08:34 +02:00
Matthias
88e9de35a4 improve apiservice 2020-07-19 15:47:54 +02:00
Matthias
363025dabc Convert vue router to typescript 2020-07-19 15:46:09 +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
b596903845 Convert ReloadControl to class based style 2020-07-19 15:30:34 +02:00
Matthias
9a6e4b4306 Fix login not updating header bar 2020-07-19 15:12:06 +02:00
Matthias
5a7184efa8 Improve typography 2020-07-17 16:45:18 +02:00
Matthias
1571a8fd77 Rename closedtrades to closedTrades 2020-07-17 16:42:28 +02:00
Matthias
f9f1c37c61 Convert login to typescript class component 2020-07-17 07:20:26 +02:00
Matthias
d115f8efb0 Retry requests if they fail with 401
Resolves JWT token timeout handling #23
2020-07-17 07:09:52 +02:00
Matthias
1a9767dea4 Fix bug in time formatting 2020-07-13 21:40:05 +02:00
Matthias
6de14c33f5 Add botState type 2020-07-13 21:05:43 +02:00
Matthias
61d6f54577 Make all styles scoped
closes #17
2020-07-11 20:00:13 +02:00
Matthias
d5cb48d186 Properly typehint formatters.ts 2020-07-11 17:13:27 +02:00
Matthias
bf5c9b80d1 Formatters should be in typescript 2020-07-11 17:12:16 +02:00
Matthias
7cbb0a1e8b Add eslint exclude for used import 2020-06-29 21:29:09 +02:00
Matthias
8ab7abdb7b Implement pagination to full trade history 2020-06-29 21:26:49 +02:00
Matthias
d3498cabf8 Convert TradeList to typescript 2020-06-29 21:14:36 +02:00
Matthias
caa895c4de Trading to typescript 2020-06-29 20:43:54 +02:00
Matthias
fddced5770 Small improvements 2020-06-29 20:23:09 +02:00
Matthias
53c4641e8a Fix bug with token refresh 2020-06-23 20:38:02 +02:00
Matthias
c5eadc3d3d Improve handling when bot is down 2020-06-23 19:57:15 +02:00
Matthias
a0ca9f6793 Show error when login fails (and dont' close window) 2020-06-22 20:19:33 +02:00
Matthias
e6f6f92009 Improve login handling 2020-06-22 20:18:45 +02:00
Matthias
b0883693e7 Some small cleanup 2020-06-22 19:39:44 +02:00
Matthias
835cc658f1 Fix typo and store apiurl 2020-06-20 19:19:30 +02:00
Matthias
82f99d7abb More chanes to TS 2020-06-20 17:46:08 +02:00
Matthias
07109699ea Merge branch 'master' into typescript 2020-06-20 17:31:46 +02:00
Matthias
415afe212e Update more components to typescript 2020-06-20 17:25:52 +02:00
Matthias
bd10be9531 Convert 2 modules to typescript 2020-06-20 17:10:11 +02:00
Matthias
bb9d8db834 Fix cyclic dependency due to tokens being kept in vuex 2020-06-20 16:55:33 +02:00
Bruno Sarlo
3b6aada219 Typescript fixes. 2020-06-20 01:44:57 -03:00
Matthias
6f4df7f066 Extract reloadControl to it's own component 2020-06-12 19:40:18 +02:00
Matthias
bb40edf362 Use reload_config (aligned to latest freqtrade develop ) 2020-06-12 13:57:41 +02:00
Matthias
1f68731af7 Merge branch 'master' into trade_detail 2020-06-08 19:24:56 +02:00
Matthias
fcb25822c8 Fix small issues 2020-06-07 16:53:06 +02:00
Matthias
e0cee7e731 Improve trade-detail view 2020-06-07 16:52:12 +02:00
Matthias
e8a5a2deed Improve detail view 2020-06-05 19:44:44 +02:00
Matthias
d000782650 Extract description / component combination into it's own component 2020-06-05 19:34:50 +02:00
Matthias
408e9c56d1 Use timestamp for stoploss update time 2020-06-05 11:24:44 +02:00
Matthias
39eef24daf Use yarn as package manager 2020-06-05 11:22:14 +02:00
Matthias
6c878f41bc Add missing shims 2020-06-05 11:06:02 +02:00