Commit Graph

2038 Commits

Author SHA1 Message Date
Matthias
f4e610bc99 chore: Update internal component styles to PascalCase 2024-07-05 12:36:31 +02:00
Matthias
6fe7757276 PascalCase internal components 2024-07-05 12:36:31 +02:00
Matthias
0fb6dfc812 DashboardView - use proper Functions 2024-07-05 12:36:31 +02:00
Matthias
739c79faf3 botstore - hmr 2024-07-05 12:36:31 +02:00
Matthias
bba00cd918 Ensure Trades is at the beginning of a longer legend 2024-07-05 12:36:31 +02:00
Matthias
45b7031c22 Improve logout view 2024-07-05 12:36:30 +02:00
Matthias
e6923e7881 chore: Move LoginModal to components (it's not a view) 2024-07-03 15:26:28 +02:00
Matthias
aa156d3b42 Hide overlapping labels 2024-07-03 15:20:42 +02:00
Matthias
7724ca60f5 Add Option to configure chart Scale side (left or right). 2024-07-03 15:04:10 +02:00
Matthias
742edecb64 Add Left / right chart pane option 2024-07-03 15:01:32 +02:00
Matthias
7dfabba2cc Use type-based props declaration for CandleChart 2024-07-03 14:52:38 +02:00
Matthias
6e7a7295e2 Auto-import Pinia, add HMR to most stores 2024-07-03 14:39:53 +02:00
Matthias
b602a699ac Update exchange entry type 2024-07-03 13:37:11 +02:00
Matthias
087d83a286 Fix type issues 2024-06-19 06:51:05 +02:00
Matthias
dd0f4bfa19 Remove unused comment 2024-06-13 06:44:25 +02:00
Matthias
bdc91a9ec9 Add support for mixed tags
closes #1917
2024-06-13 06:43:59 +02:00
Matthias
913668fe8a input-group doesn't have a "size" attribute 2024-06-12 18:59:56 +02:00
Matthias
f933229954 Upgrade from b-input-group-prepend to template#prepend 2024-06-12 18:28:42 +02:00
Matthias
6a8baede8e Update column header wording 2024-06-11 07:12:31 +02:00
Matthias
c42f38ac52 Update results table to show "trades" instead of entries 2024-06-11 07:02:08 +02:00
Matthias
e0b7caf4f0 Use PascalCase for e-charts components 2024-06-07 19:12:01 +02:00
Matthias
4a83fc4559 Use submit instead of submit button "on-click" 2024-06-07 19:07:47 +02:00
Matthias
1eccb165ad Allow filtering on pairlistSummary in all modes 2024-06-07 19:07:03 +02:00
Matthias
a8069803fd Fix popover not "popping over" ... 2024-06-07 18:28:54 +02:00
Matthias
f5d7c28ae8 SetInterval may be overridden by nodejs types...
ensure to use window
2024-05-29 06:48:46 +02:00
Matthias
d593b04e23 Update timeout to 2 minutes 2024-05-28 20:16:02 +02:00
Matthias
bd45b819fe Improve behavior on "long" waiting times 2024-05-28 20:14:29 +02:00
Matthias
93e8e621c1 Add timeout to "modern" method, too 2024-05-28 18:23:13 +02:00
Matthias
0bb60df867 Fix light styling hickup 2024-05-04 17:12:18 +02:00
Matthias
1d5bfea6c9 Make sure cors message is left-aligned 2024-05-04 17:12:18 +02:00
Matthias
e18091eb27 Don't pointlessly log 2024-04-28 22:10:02 +02:00
Matthias
bc743179c1 Improve interceptor to avoidwrongly showing "loggedout" stati 2024-04-28 22:08:33 +02:00
Matthias
850152eabe Use scrollable legend
(helps when there's tons of indicators in a chart)
2024-04-28 16:13:33 +02:00
Matthias
918b57d055 Improve visual feedback when loading 2024-04-28 15:58:31 +02:00
Matthias
fa18c043c4 Use "reduced" pair_history endpoint 2024-04-28 15:58:16 +02:00
Matthias
d51246d1d1 Trigger candle reload if plotconfig changes in "reduced" mode 2024-04-28 15:46:13 +02:00
Matthias
f9355790c8 Add setting to disable reduced pair calls 2024-04-28 15:45:18 +02:00
Matthias
275bad172c Improve refresh logic 2024-04-28 15:30:27 +02:00
Matthias
348cb8349b move Plotted Pair to store for easier reloads 2024-04-28 15:24:03 +02:00
Matthias
74883723ce only download usedColumns by default 2024-04-28 13:51:19 +02:00
Matthias
6dc6bc0661 Extract pair/candle type from types.ts 2024-04-28 13:37:42 +02:00
Matthias
658271ea91 Implement apiv 2.35 pair_candles post call 2024-04-28 11:50:42 +02:00
Matthias
e87daa38bf Switch getPairCandles to async 2024-04-28 11:45:55 +02:00
Matthias
9d42d2caba Prevent some odd Update calls if bot is not logged in 2024-04-28 09:52:25 +02:00
Matthias
420cf71f3b Auto-fix a few unused eslint-excludes 2024-04-25 16:57:53 +02:00
Matthias
d9ae0f566d Remove unused types file 2024-04-25 16:57:37 +02:00
Matthias
f09bfd18aa Remove some unused "eslint-ignore" calls 2024-04-25 16:39:03 +02:00
Matthias
c0ec94b20b Add eslint.config.js, fix one gotcha 2024-04-25 15:27:45 +02:00
Matthias
65a59a8d7b Hide open stoploss orders
they're usually way off spot - making vertical zoom odd.
2024-04-25 12:13:45 +02:00
Matthias
64eea047ad Migrate ValuePair to vitest 2024-04-13 16:35:53 +02:00
Matthias
ca50318d09 Migrate ProfitSymobl test to vitest 2024-04-13 16:35:10 +02:00
Matthias
31dca96dae Migrate profitPill test to vitest 2024-04-13 16:34:53 +02:00
Matthias
4a067daba5 Use datetime helpers instead of direct date-fns import 2024-04-10 07:08:25 +02:00
Matthias
dbccd30ec6 Adapt to date-fns-tz 3.0 changes 2024-04-10 07:06:57 +02:00
Matthias
95df87c293 Add chart spec 2024-04-09 06:28:43 +02:00
Matthias
36df4f92c7 Add id to MsgBoxModal 2024-04-07 20:58:10 +02:00
Matthias
acaceb561f Improve types for backtestresult 2024-04-07 15:47:55 +02:00
Matthias
95a879bccf Extract BT breakdowns to their own component
(it's 3 identical tables after all()
2024-03-30 13:01:36 +01:00
Matthias
5102e4774d Add enter tag breakdown to backtest output 2024-03-30 12:05:30 +01:00
Matthias
9b5e14c033 Update some backtest displays 2024-03-30 12:03:24 +01:00
Matthias
90036f5340 Remove Cum Profit % from output 2024-03-30 11:07:40 +01:00
Matthias
2128850dcf Show slightly different values for Position increase calls 2024-03-30 09:03:48 +01:00
Matthias
c8a0174726 Add "disabled" style for form controls 2024-03-30 09:03:28 +01:00
Matthias
a27c65a86c Add force-entry shortcut to actions
closes https://github.com/freqtrade/freqtrade/issues/10020
2024-03-30 08:59:25 +01:00
Matthias
a00bdf0774 Improve order tooltip rendering
closes #1804
2024-03-22 16:54:26 +01:00
Salim Ibrahim
a9b46c0556 fix(BotProfit.vue): fix incorrect ROI metric 2024-03-21 08:59:03 -04:00
Matthias
20ae93475d Improve cumProfitChart rendering stability
using controlled computed for initial options array

closes #1782
2024-03-12 20:54:01 +01:00
Matthias
44e5216de8 Add fallback for when /ui_version is not available 2024-03-10 20:35:01 +01:00
Matthias
e8a1a17777 Always show commit hash as version 2024-03-10 20:30:55 +01:00
Matthias
8bc5047d60 Add __commit_hash_ vite define 2024-03-10 20:29:55 +01:00
Matthias
609779b0a4 Fix bot-entry toggle missbehaving 2024-03-10 13:54:23 +01:00
Matthias
c9e5067aef enhance health response message 2024-03-09 15:02:13 +01:00
Matthias
3decda2a8a Fix subtle bug in form-select 2024-03-07 06:25:11 +01:00
Matthias
eaaa775af9 Reduce console.log verbosity 2024-03-07 06:25:01 +01:00
Matthias
8068de9fd0 Fix small bug when changing plot config 2024-03-07 06:22:57 +01:00
Matthias
fab7337270 Remove notMerge
closes #1770
2024-02-26 18:07:40 +01:00
Matthias
d73fa800bc Fix type error due to newly typed field in chart component 2024-02-21 07:06:23 +01:00
Matthias
eb2a1d1d9c Reduce alert timeout to sane value 2024-02-18 15:03:00 +01:00
Matthias
f6fa2f3d5e Move trade entry symbol to first filled entry 2024-02-16 06:52:04 +01:00
Matthias
6f92a03b40 Add "open_fill_date" types 2024-02-16 06:51:54 +01:00
Matthias
dde1d23890 Also visualize unfilled open orders 2024-02-16 06:51:54 +01:00
Matthias
6237bea56c Remove unused variable 2024-02-15 06:21:00 +01:00
Matthias
961ad47cd9 Add filter to backtest-history-load screen
closes #1757
2024-02-14 20:22:06 +01:00
Matthias
5072e05556 style info alert for dark themee 2024-02-11 09:38:43 +01:00
Matthias
7ae6714399 Use prop to show ToastTitle 2024-02-11 09:28:53 +01:00
Matthias
36e9937c7f Re-implement Toast workaround
works around broken design of useToast in bootstrap-vue-next.
2024-02-11 09:26:53 +01:00
Matthias
643e3d4c20 Fix further type error ... 2024-02-11 08:53:37 +01:00
Matthias
da069dac4d Add no-min-w helpers to other places 2024-02-11 08:53:37 +01:00
Matthias
03a9873a0c Add no-minw class to avoid odd behavior 2024-02-11 08:53:37 +01:00
Matthias
36b573e6a8 Properly initialize bootstrap according to new docs 2024-02-11 08:53:37 +01:00
Matthias
d2d58e37c7 Fix type error 2024-02-11 08:53:37 +01:00
Matthias
139a03f9c6 Update alert showing 2024-02-11 08:53:37 +01:00
Matthias
829eb96474 Update BToaster to BToastOrchestrator 2024-02-11 08:53:37 +01:00
Matthias
0dc24b6763 Update validation types 2024-02-11 08:53:37 +01:00
Matthias
d327f6b43e Update types for forceExit form 2024-02-08 07:19:32 +01:00
Matthias
a1b2598b5c Fix candle reload bug
closes #1742
2024-02-08 07:07:24 +01:00
Matthias
33ca9b30b0 Update auto-import after update 2024-02-01 07:10:54 +01:00
Matthias
2e5651e1f7 Add color to order detail view 2024-02-01 07:10:45 +01:00
Matthias
a1b678fa8a Update label on trade-detail id 2024-01-30 07:11:43 +01:00
Matthias
1b6e654a08 Add ft-order-tag to trade-detail view 2024-01-30 07:11:30 +01:00
Matthias
0e99c0a0cb
Merge pull request #1709 from freqtrade/dependabot/npm_and_yarn/main/prettier-3.2.3
build(deps-dev): bump prettier from 3.1.1 to 3.2.3
2024-01-17 18:07:41 +01:00
Matthias
8265698605 Fix error after new prettier version 2024-01-17 18:00:36 +01:00
Matthias
4dd1555098 center navbar on mobile 2024-01-17 17:57:57 +01:00
Matthias
95df3b3022 Use dynamic height (100-dvh) for better mobile support on mobile 2024-01-16 19:34:46 +01:00
Matthias
213da330c2 highlight if a column is not available in the current plot 2024-01-16 19:28:06 +01:00
Matthias
60c351ccc5 Improve editValue usability 2024-01-16 18:13:04 +01:00
Matthias
d171159ec5 Don't handle partial exits twice
closes  #1691
2024-01-11 18:56:49 +01:00
Matthias
07b28d98a0 Exitform - regular functions 2024-01-11 18:56:00 +01:00
Matthias
4b1ead36a2 Fix logs cypress test 2024-01-10 06:36:27 +01:00
Matthias
f513cbf824 Improve log viewer by custum, colorized display 2024-01-09 06:53:04 +01:00
Matthias
6fb225cd5a Fix LogLine response type 2024-01-09 06:51:56 +01:00
Matthias
6747d7d9d9 Improve log view mobile style 2024-01-08 20:51:29 +01:00
Matthias
f2916bb0fa Improve navbar styling, remove online notion when in multi-bot mode 2024-01-08 19:41:34 +01:00
Matthias
ec30babc09 Fix wrong settings button style 2024-01-08 18:18:02 +01:00
Matthias
d7e2cbb108 Move measurement Box to middle again 2024-01-08 18:00:49 +01:00
Matthias
5ea0b61a44 Refactor usePercentageTool composable to include type annotations and handle nullish values 2024-01-07 20:04:50 +01:00
Matthias
304e0ac98f Update ECharts type in CandleChart and CumProfitChart 2024-01-07 20:01:45 +01:00
Matthias
40e63d6492 Fix y-axis positioning in percentageTool.ts 2024-01-07 19:58:37 +01:00
Matthias
f6e2a314c9 Improve Percentage tool visualization with blue background box 2024-01-07 19:52:14 +01:00
Matthias
06eadcf73a Freeze pane after first click, require second click to remove. 2024-01-07 19:11:11 +01:00
Matthias
0af7b02085 Align size of heikin ashi label in chart view 2024-01-07 16:26:14 +01:00
Matthias
ec44760143 Fix wrong color in reset-layout button 2024-01-07 16:20:57 +01:00
Matthias
9e834b1eb3 feat: Add current rate to detail view 2024-01-04 19:54:35 +01:00
Matthias
0e4626d952 Show profit hint in dashboard 2024-01-04 19:48:02 +01:00
Matthias
23c1c849c1 Vertical align middle 2023-12-31 14:05:10 +01:00
Matthias
e94187ee96 Render table instead of list 2023-12-31 14:03:03 +01:00
Matthias
6b10fecfb1 Improve backtest history tooltips 2023-12-31 12:08:30 +01:00
Matthias
72ca12e035 Add timerange datefformatter 2023-12-31 12:00:35 +01:00
Matthias
edc365afc1 Add date/timestamp to load_history UI 2023-12-31 10:33:05 +01:00
Matthias
3ee2f8a340 Enhance type with new fields 2023-12-31 10:32:10 +01:00
Matthias
9d9a7306e4 Improve visual hierarchy in backtest start screen 2023-12-27 20:00:06 +01:00
Matthias
26e89f2185 Disable start button if no strategy is selected 2023-12-27 20:00:06 +01:00
Matthias
35a7e04422 Improve typescript support 2023-12-26 14:50:03 +01:00
Matthias
0cd9de508b Do a full refresh if a bot comes back online 2023-12-26 14:49:58 +01:00
Matthias
de382bc5dd Have historic chart default to "not loaded yet". 2023-12-18 19:26:24 +01:00
Matthias
3fc3bf2c0e Fix chart widths 2023-12-18 19:19:19 +01:00
Matthias
e04f6e329d Re-align light and dark them 2023-12-17 17:03:49 +01:00
Matthias
e2b7fa23dc Improve mobile style 2023-12-17 16:01:28 +01:00
Matthias
1624186bc7 Improve styling 2023-12-17 15:56:23 +01:00
Matthias
d81112690b Align datepicker style with rest of the app 2023-12-17 15:51:45 +01:00
Matthias
38db80edbc Only show pairs that are available for "that" timeframe 2023-12-17 15:41:45 +01:00
Matthias
39eedd4121 Improve pairlist from bot behavior for chart mode 2023-12-17 15:41:45 +01:00
Matthias
dfe662b4fe Improve graphical layout, allow chart view without selected timeframe 2023-12-17 15:41:45 +01:00
Matthias
2bd8b21210 Use z-index for overlay bins attribute 2023-12-17 15:41:45 +01:00
Matthias
f62c05cb8b
Merge pull request #1634 from freqtrade/type/percentagetool
type percentage Tool
2023-12-17 15:41:17 +01:00
Matthias
78d69ee626 Globally fix odd offset problem on firefox
closes #1636
2023-12-17 12:06:13 +01:00
Matthias
ecbd27fb30 Fix plot-sidebar not showing correctly 2023-12-17 11:51:14 +01:00
Matthias
4004c9d67b Use now recommended syntax 2023-12-17 10:46:49 +01:00
Matthias
d4a60df3cc Use to-refs to keep reactivity 2023-12-17 08:39:44 +01:00
Matthias
6ce6a6afe9 Properly type percentage Tool 2023-12-17 08:39:44 +01:00