Commit Graph

573 Commits

Author SHA1 Message Date
Matthias
aa1b881072 Don't flip pair back to first pair in whitelist automatically 2020-11-10 20:23:43 +01:00
Matthias
fe597833f7 Remove pointless verbosity 2020-11-10 17:52:17 +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
1aa15cb18d Enhance trade type with new fields of profit 2020-11-06 07:20:05 +01:00
Matthias
dfa4cd2422 Update CumProfitChart to accept different profit column 2020-11-01 13:58:46 +01:00
Matthias
8959906b56 Add set_pair Action and mutation 2020-10-31 09:40:56 +01:00
Matthias
d0fff3f76b Store selected_pair in store 2020-10-31 08:47:07 +01:00
Matthias
833526fee2 Use getter for current locks 2020-10-26 19:45:40 +01:00
Matthias
8ec31cbb35 Add Pairlock view 2020-10-26 19:45:40 +01:00
Matthias
11f967aa05 Add lock fetching 2020-10-26 19:45:40 +01:00
Matthias
350e5327e1 Use typescript syntax 2020-10-25 10:35:19 +01:00
Matthias
5ceb84bea4 Improve trade type, reduce duplicity
also, improve detail_view types
2020-10-21 07:31:22 +02:00
Matthias
8895a90301 Organize types a bit better 2020-10-20 07:43:09 +02:00
Francisco Diaz
b4bdf037e9 Fix trailing zeros in TradeDetail view
Some rates in the "Trade Detail" view were not using the formatPercent()
helper and due to this, the view was trailing zeros.
2020-10-19 19:52:50 -03:00
Matthias
067cb6597a
Merge pull request #113 from freqtrade/dependabot/npm_and_yarn/master/eslint-plugin-vue-7.0.1
Bump eslint-plugin-vue from 6.2.2 to 7.0.1
2020-10-06 08:38:21 +02:00
Matthias
6daa8fc349 Update files from new linting rule 2020-10-06 08:00:26 +02:00
Matthias
a714b11782 Update layout store to use enum 2020-10-06 07:59:05 +02:00
Matthias
f97652e187 Add typehint to charts 2020-10-04 19:24:21 +02:00
Matthias
71c00804e1 Make sure tooltip is shown 2020-10-02 07:07:57 +02:00
Matthias
5dab8d3a76 Improve layout 2020-10-02 07:07:57 +02:00
Matthias
d939967aab Use smaller fontsize 2020-10-02 07:07:57 +02:00
Matthias
04cc6d11af Chart styling 2020-10-02 07:07:57 +02:00
Matthias
7703ee16fc Small stylistic changes to graph 2020-10-02 07:07:57 +02:00
Matthias
6379aa669a Check if candles exist 2020-10-02 07:07:57 +02:00
Matthias
218212e301 Add buy/sell signa count to interface 2020-10-02 07:07:57 +02:00
Matthias
58160f35c5 Better style for buy-signal 2020-10-02 07:07:57 +02:00
Matthias
5a6a71e08a Add strategy endpoint 2020-10-02 07:07:57 +02:00
Matthias
9416c4d39e Improve formatting a bit 2020-10-02 07:07:57 +02:00
Matthias
fdf16a0e5d Add chartView to trading view 2020-10-02 07:07:57 +02:00
Matthias
660a471943 Move pair selection to CandleChartContainer 2020-10-02 07:07:57 +02:00
Matthias
4798ca6908 Reduce margin around chart 2020-10-02 07:07:57 +02:00
Matthias
6f54b48e1e Fix small bug causing exception on init 2020-10-02 07:07:57 +02:00
Matthias
ea5fb3a72f timeframeMS is not necessary at chart level 2020-10-02 07:07:57 +02:00
Matthias
00cddb4961 Use timeframe from dataset 2020-10-02 07:07:57 +02:00
Matthias
41fe649962 use binance "fresh" colors 2020-10-02 07:07:57 +02:00
Matthias
101ca39de3 Properly pass in useUTC to candlechart 2020-10-02 07:07:57 +02:00
Matthias
772d38ef32 Bar-width should be rather dense 2020-10-02 07:07:57 +02:00
Matthias
2b8c89eba4 Add type for whitelist resonse 2020-10-02 07:07:57 +02:00
Matthias
fa8b43fdf1 Autoselect first pair in whitelist for graph 2020-10-02 07:07:57 +02:00
Matthias
b4d185c998 Adapt to recommended style guides 2020-10-02 07:07:57 +02:00
Matthias
71137d38a5 Candlechart small adjustments 2020-10-02 07:07:57 +02:00
Matthias
3179bd92a5 Move files correctly 2020-10-02 07:07:57 +02:00
Matthias
f5636273f4 Enforce selection of one pair (disable refresh button if no pair is
selected)
2020-10-02 07:07:57 +02:00
Matthias
a8cba2538d Set plotconfig name in vuex correctly 2020-10-02 07:07:57 +02:00
Matthias
b6ffbc512f Dynamic plotsizing depending on subplot size 2020-10-02 07:07:57 +02:00
Matthias
bc2d91a08a Improve add indicator layout 2020-10-02 07:07:57 +02:00
Matthias
1886e3328f Add plotconfig selector 2020-10-02 07:07:57 +02:00
Matthias
25cce25fc1 Move candlechart components to different directory 2020-10-02 07:07:57 +02:00
Matthias
9f121c9c32 Introduce Candlechart container 2020-10-02 07:07:57 +02:00
Matthias
154e9fed3d Use correct default name 2020-10-02 07:07:57 +02:00
Matthias
009a23f32e Improve multiplot saving 2020-10-02 07:07:57 +02:00
Matthias
062769f764 ALlow multiple plotconfigs 2020-10-02 07:07:57 +02:00
Matthias
08fa402df4 Rename plotconfigstorage function 2020-10-02 07:07:57 +02:00
Matthias
2d8e65b675 rename plotconfig from strategy action 2020-10-02 07:07:57 +02:00
Matthias
bcbd765ec2 Fix missing import 2020-10-02 07:07:57 +02:00
Matthias
ea6608c71e Improve plot configurator 2020-10-02 07:07:57 +02:00
Matthias
c9c5d5a6cd Add available_pairs to select historic data pairs 2020-10-02 07:07:57 +02:00
Matthias
32fa21fbf8 Add strategy type to result 2020-10-02 07:07:57 +02:00
Matthias
297f3e0420 Improve timerange styling 2020-10-02 07:07:57 +02:00
Matthias
d70dfd69f8 Show strateg-selector next to timerange selector 2020-10-02 07:07:57 +02:00
Matthias
443f571978 dataframe return value should include strategy 2020-10-02 07:07:57 +02:00
Matthias
81972b3a52 Add strategy list 2020-10-02 07:07:57 +02:00
Matthias
3a6786b39d Load from strategy should be part of plotconfig 2020-10-02 07:07:57 +02:00
Matthias
c78dc26aba Make UTC selection dynamic 2020-10-02 07:07:57 +02:00
Matthias
c5e1144e9d Move plotconfiguration to CandleChart 2020-10-02 07:07:57 +02:00
Matthias
8d31d7faed Improve graph and provide strategy to endpoint 2020-10-02 07:07:57 +02:00
Matthias
4ffb9d18b8 Fix styles 2020-10-02 07:07:57 +02:00
Matthias
d33720d4bf Fix imports to use @ symbol 2020-10-02 07:07:57 +02:00
Matthias
1ca5d1f3e1 FIx bug in hover tooltip 2020-10-02 07:07:57 +02:00
Matthias
a5e7eab8e8 Round timeframe to correct candle 2020-10-02 07:07:57 +02:00
Matthias
0e67b535ef Add trades to plot 2020-10-02 07:07:57 +02:00
Matthias
69d22d1b7f Use TimeRangeSelect 2020-10-02 07:07:57 +02:00
Matthias
4efae963d8 simplify configurator layout "div-construct" 2020-10-02 07:07:57 +02:00
Matthias
bdc0673110 Add "from-String" method to plotconfigurator 2020-10-02 07:07:57 +02:00
Matthias
0a30561bed Allow selection of timerange for historic view 2020-10-02 07:07:56 +02:00
Matthias
21947ad39b Improve documentation of formatters.ts 2020-10-02 07:07:56 +02:00
Matthias
b31df7c644 Add more timestampformatting methods 2020-10-02 07:07:56 +02:00
Matthias
b9bfab7722 Update history type 2020-10-02 07:07:56 +02:00
Matthias
135daaf119 Show a max of 250 candles on startup 2020-10-02 07:07:56 +02:00
Matthias
fa96070db3 Use Refresh arrow 2020-10-02 07:07:56 +02:00
Matthias
5e8923f746 Add historic view 2020-10-02 07:07:56 +02:00
Matthias
de4ed9a20f Rename Endpoint to pair_candles to be clear what it contains 2020-10-02 07:07:56 +02:00
Matthias
f24cb3adca Improve styling 2020-10-02 07:07:56 +02:00
Matthias
30183b3cd3 Allow different plot-types 2020-10-02 07:07:56 +02:00
Matthias
a7c20925c2 Improve style of plot configurator 2020-10-02 07:07:56 +02:00
Matthias
bce0ea68fa move plotconfig to modal 2020-10-02 07:07:56 +02:00
Matthias
73234ef8f4 Extract PlotConfigurator to it's own component 2020-10-02 07:07:56 +02:00
Matthias
5eb433421d Don't fail when no data is loaded yet 2020-10-02 07:07:56 +02:00
Matthias
1e2d1c2587 Persist plotconfig to localstore 2020-10-02 07:07:56 +02:00
Matthias
5d162ff387 Fix adding subplots 2020-10-02 07:07:56 +02:00
Matthias
500c55d802 Add show_config button 2020-10-02 07:07:56 +02:00
Matthias
f435cac153 Add new subplot (still buggy!) 2020-10-02 07:07:56 +02:00
Matthias
5c8c38b58f Improve visual style of singals 2020-10-02 07:07:56 +02:00
Matthias
6cdb3394d7 Ensure buy/sell signals are recalculated when timeframe changes 2020-10-02 07:07:56 +02:00
Matthias
812a509472 Add typing to echarts 2020-10-02 07:07:55 +02:00
Matthias
06591ca354 Extract signal generation to seperate function 2020-10-02 07:06:37 +02:00
Matthias
859b93795d Extract some constants from vue class 2020-10-02 07:06:37 +02:00
Matthias
6912fb4905 Convert CAndleStickChart to typescript 2020-10-02 07:06:37 +02:00
Matthias
0d1ab76ba0 Improve plot configurator 2020-10-02 07:06:37 +02:00
Matthias
6e497f1214 Show all lines in legend 2020-10-02 07:06:37 +02:00
Matthias
e41b23e02f First part of configurable graph 2020-10-02 07:06:37 +02:00
Matthias
5fd12eb590 Don't show circle at points 2020-10-02 07:06:37 +02:00
Matthias
42bbde2ed3 Show mainplot configurations 2020-10-02 07:06:37 +02:00
Matthias
8b8693ae72 Get PlotConfig from backend 2020-10-02 07:06:37 +02:00
Matthias
6a1d39471f Change Graphs to typescript 2020-10-02 07:06:37 +02:00
Matthias
222d9e9c40 Add some types to vuex actions 2020-10-02 07:06:37 +02:00
Matthias
3fdd4c0323 Format timestamps 2020-10-02 07:06:37 +02:00
Matthias
e50c3d3d4b Improve layout 2020-10-02 07:06:37 +02:00
Matthias
c76533c6d7 dataset should be a prop 2020-10-02 07:06:37 +02:00
Matthias
ef839578ba pair and timeframe should be props 2020-10-02 07:06:37 +02:00
Matthias
7d8a9655e4 Support multiple subplots 2020-10-02 07:06:37 +02:00
Matthias
fb542e5755 Show Buy / sell signals 2020-10-02 07:06:37 +02:00
Matthias
7520d38b31 Fix some visuals in candlechart 2020-10-02 07:06:37 +02:00
Matthias
7f29292914 Add CandleChart component 2020-10-02 07:06:37 +02:00
Matthias
8443184f7d Fix pair history loading 2020-10-02 07:06:37 +02:00
Matthias
5e498618b0 Add pair-history downloading 2020-10-02 07:06:37 +02:00
Matthias
a6d4de0c66 Don't Ping if we're not logged in 2020-09-20 15:59:35 +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
121709ad46 smaller buttons in trades view 2020-09-12 17:51:21 +02:00
Matthias
aeae12ff9d no padding on main body view 2020-09-12 17:51:21 +02:00
Matthias
081e7a273b Simplify component layout 2020-09-12 17:51:21 +02:00
Matthias
cbcad3fc3f Fix lint warnings 2020-09-08 15:45:01 +02:00
Matthias
133f1c2139
Merge pull request #90 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.1.0
Bump @typescript-eslint/parser from 3.10.1 to 4.1.0
2020-09-08 13:55:10 +02:00
Matthias
6940643fd8 Small modifications to styles 2020-09-08 11:53:34 +02:00
Matthias
aa31fa8cdb Fix setInterval 2020-09-07 20:45:19 +02:00
Matthias
b46e3e66a2 Fix setInterval 2020-09-07 20:44:57 +02:00
Matthias
b9dc102765 Don't log in proitSymbol 2020-09-07 19:49:02 +02:00
Matthias
7326f3f3c2 Move alert showing to helper method 2020-09-05 17:08:48 +02:00
Matthias
1355d8e8a6 Use enum for alerts 2020-09-05 16:56:02 +02:00
Matthias
1fd9291cdb show message after reloading configuration 2020-09-05 16:44:44 +02:00
Matthias
1c58ee86c1 Fix lint warning 2020-09-04 17:08:02 +02:00
Matthias
5f9220802c Selectively reduce fontsize of tables and log 2020-09-04 17:04:09 +02:00
Matthias
ec8d030ea7 Only show what's necessary 2020-09-03 17:22:52 +02:00
Matthias
764c9e59b7 Correctly unselect trade row when another bar is clicked 2020-09-03 07:27:03 +02:00
Matthias
9cf812eef1 Simplify KPI layout by removing unneeded div 2020-09-03 07:17:00 +02:00
Matthias
4af3197cda Fix price display in trade tables 2020-09-03 07:11:50 +02:00
Matthias
80e525bbf8 Add longer timescale for daily 2020-09-03 07:10:08 +02:00
Matthias
b31f426750 Merge branch 'master' into vue-grid-merge 2020-09-03 06:59:14 +02:00
Matthias
10adfd9394 Enhance profit symbol 2020-09-03 06:59:04 +02:00
Matthias
6637135db8 Merge branch 'master' into vue-grid-merge 2020-09-03 06:58:06 +02:00
Matthias
c33c8996cc Enhance profit symbol 2020-09-03 06:49:10 +02:00
Matthias
87ae547cef
Merge pull request #88 from danielpalstra/stats_card
Add dashboard cards showing statistics
2020-09-03 06:45:05 +02:00
Matthias
b95dc57f0e Enhance types for dashboard component 2020-09-03 06:43:41 +02:00
Matthias
32e56ed3d8 Remove unused and unavailable variable 2020-09-03 06:38:31 +02:00
Daniel Palstra
217b3563eb Add dashboard cards showing statistics 2020-09-02 19:54:31 +00:00
Matthias
7d9aca8f8f Extract ProfitSymbol to seperate component 2020-09-02 20:53:59 +02:00
Matthias
1ca622c043 Fix tradedetail resetting on every refresh 2020-09-02 20:19:51 +02:00
Matthias
d02c9991d2 use correct type for detailTradeId 2020-09-02 20:19:34 +02:00
Matthias
cfa93a732c Better format botStatus 2020-09-02 20:19:09 +02:00
Matthias
c28ccbaff0 Don't use mutations directly 2020-09-02 20:18:55 +02:00
Matthias
138a8962fd Fix usage of wrong field 2020-09-02 20:05:08 +02:00
Matthias
edf70e524f Use correct property 2020-09-01 07:55:52 +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
28b8aee404 Improve log layout 2020-08-31 20:01:21 +02:00
Matthias
0cc5c73c2e use Enum for layout names 2020-08-31 19:24:09 +02:00
Matthias
62627cd56d Simplify dashboard layout by using getters 2020-08-31 19:24:09 +02:00
Matthias
82cf7adb3d Introduce draggable container 2020-08-31 19:24:09 +02:00
Matthias
e5e3de5700 Fix vue dynamic layout 2020-08-31 19:24:09 +02:00
Matthias
246417ebc2 Store layouts in localStorage 2020-08-31 19:24:09 +02:00
Matthias
fe21a9e2f3 Add minsize to dashboard items 2020-08-31 19:24:09 +02:00
Matthias
a7d78b7c74 Implement layout reset 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
b3363b0f90 Use dynamic layout for Dashboard 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
1ce89fdda3 Adjust a few styles 2020-08-31 19:24:09 +02:00
Matthias
5f1ce3d7a3 Use vue/recommended eslint setting 2020-08-31 17:43:44 +02:00
Matthias
2de6592b03 Don't use .d.ts files 2020-08-31 17:41:34 +02:00
Matthias
01c7c67925 Use shorthand syntax for Array type definitions 2020-08-29 17:47:05 +02:00
Matthias
e8aa806901 TradeDetail to class component 2020-08-29 17:44:08 +02:00
Matthias
3c3a474d9f TradeDetail should support showing closed trades too 2020-08-29 17:39:41 +02:00
Matthias
1d29e31f64 Smaller headers in trade page 2020-08-29 17:31:45 +02:00
Matthias
34841959ba Display button tooltip 2020-08-29 17:22:48 +02:00
Matthias
f849adff89 Ask for confirmation on forcesell 2020-08-29 17:18:56 +02:00
Matthias
69fd6c81d8 Move types to other files 2020-08-29 11:35:42 +02:00
Matthias
3aba82f917 Create more types for UI 2020-08-29 11:32:26 +02:00
Matthias
3ed6fd79ac Seperate authtypes to own file 2020-08-29 11:24:52 +02:00
Matthias
240dd06c0f Move types to seperate directory 2020-08-29 11:24:52 +02:00
Matthias
44874377b8 Only show stoploss-dist for open trades 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
ae6f5935b5 Show details when trade is selected 2020-08-29 10:52:33 +02:00
Matthias
c2d8d67625 Implement confirmation box for delete trade 2020-08-29 10:44:11 +02:00
Matthias
79886014ab Introduce closedTrade type 2020-08-25 19:52:07 +02:00
Matthias
b0c69f6d77 Fix profit formatting 2020-08-25 19:36:14 +02:00
Matthias
507cc538f6 Small fixes 2020-08-25 19:33:27 +02:00
Matthias
759af1f768 Add cumulative profit chart 2020-08-24 19:28:59 +02:00
Matthias
d61136c399 Improve Refresh load - not refreshing everything frequently 2020-08-24 19:28:59 +02:00
Matthias
df54a797f5 Convert ftbot getters to enum 2020-08-24 19:28:59 +02:00
Matthias
dd6a03db66 Add abs_profit 2020-08-24 19:28:59 +02:00
Matthias
e124a59f65 Fix login bug
closes #71
2020-08-20 08:42:38 +02:00
Matthias
3a93c0b50c Legend should be shown on the right in dashboard 2020-08-19 20:30:51 +02:00
Matthias
4ee16c6591 Improve styling of navbar and tradelist 2020-08-19 20:30:36 +02:00
Matthias
c3950af541 Add min to hourly chart 2020-08-19 17:31:52 +02:00
Daniel Palstra
93ae1b44ce Reorder trade details 2020-08-19 13:31:01 +00:00
Matthias
09de9726f9 Fix colors in daily / hourly charts 2020-08-18 20:51:16 +02:00
Matthias
c0c2cb8d74 Remove superfluss About page 2020-08-18 07:14:07 +02:00
Matthias
e2e81299eb Add VisualColormap to Daily and hourly profit charts 2020-08-17 22:07:20 +02:00
Matthias
3ed856a84d Smooth lines 2020-08-17 21:17:33 +02:00
Matthias
69a7a7f91e Add Dashboard view 2020-08-17 21:16:27 +02:00
Matthias
f2668c852a Add Hourly chart 2020-08-17 21:16:19 +02:00
Matthias
dceb7b5fe8 Improve naming 2020-08-17 20:42:37 +02:00
Matthias
90b157b7f9 Fix missing tile 2020-08-17 20:41:15 +02:00
Matthias
67d4bf9e4f Extract DailyChart to it's own component 2020-08-17 20:39:14 +02:00
Matthias
bf1495b26c Fix table column formatting 2020-08-17 20:26:23 +02:00
Matthias
5f9b3b2e9d Reinstate default timescale 2020-08-17 07:55:25 +02:00
Matthias
359e351d67 Add BlacklistRepsonse type 2020-08-17 07:17:30 +02:00
Matthias
7985a283fb Fix daily payload 2020-08-17 07:05:51 +02:00
Matthias
08f6ae7096 Improve chart layout 2020-08-17 06:55:33 +02:00
Matthias
d2575665a3 Fix payload in getdaily 2020-08-17 06:55:33 +02:00
Matthias
9878169030 Show graph at the top 2020-08-17 06:55:32 +02:00
Matthias
30a3d98408 Add graph to daily chart 2020-08-17 06:55:26 +02:00
Matthias
e9c46db38a Allow different scales for daily query 2020-08-17 06:54:23 +02:00
Matthias
85b5e2abaf Use Refresh arrow 2020-08-15 20:16:11 +02:00
Matthias
6ae5fc8874 Add small offset to top of logviewer 2020-08-15 19:37:23 +02:00
Matthias
716f38bdd8 Add logviewer 2020-08-15 17:31:56 +02:00
Matthias
c303d8588c Fix some typescript issues 2020-08-15 17:31:29 +02:00
Matthias
ccfb300854 fix small mistake 2020-08-13 13:45:54 +02:00
Matthias
54463d7452 botControls to typescript 2020-08-09 15:23:04 +02:00
Matthias
8fcbc62af7 Changes to botstatus 2020-08-09 15:19:47 +02:00
Matthias
9539aba2f1 Forcebuy form to typescript 2020-08-09 15:11:47 +02:00
Matthias
b8f5bf294c Convert Balance to typescript 2020-08-09 15:07:09 +02:00
Matthias
139d9866cc Convert performance to typescript 2020-08-09 14:55:29 +02:00
Matthias
61fe53660b IMprove trade deletion message 2020-08-04 20:01:09 +02:00
Matthias
53b73494db Type pairlist state 2020-08-04 08:10:04 +02:00
Matthias
a820acc5ec Convert Pairlist to typescript class component 2020-08-04 08:06:30 +02:00
Matthias
faee161379 Add blacklist payload type 2020-08-04 08:03:08 +02:00
Matthias
c88308213d Improve async support in forcesell 2020-08-04 08:00:11 +02:00
Matthias
980eec5e30 Implement delete_trade endpoint 2020-08-04 07:19:43 +02:00
Matthias
6f54864295 Use /ping to verify online status 2020-07-26 13:59:01 +02:00
Matthias
9edf2e9e02 Add plain bootstrap view 2020-07-26 11:16:40 +02:00
Matthias
2d2f04fad6 Default online to false - and switch to true once requests work 2020-07-26 11:10:56 +02:00
Matthias
fa278e34da Adjust styles to new eslint-prettier plugin version 2020-07-26 10:48:07 +02:00
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