Commit Graph

3281 Commits

Author SHA1 Message Date
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
6c17a75b7d
Merge pull request #1133 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.28.0
build(deps): bump core-js from 3.27.2 to 3.28.0
2023-02-15 08:22:17 +01:00
Matthias
b5c1c0ed02
Merge pull request #1132 from freqtrade/dependabot/npm_and_yarn/main/sass-1.58.1
build(deps-dev): bump sass from 1.58.0 to 1.58.1
2023-02-15 08:22:07 +01:00
Matthias
7b120b054e
Merge pull request #1135 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-3.6.8
build(deps): bump @vuepic/vue-datepicker from 3.6.7 to 3.6.8
2023-02-15 08:21:53 +01:00
Matthias
262d9a7d11
Merge pull request #1131 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.52.0
build(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.52.0
2023-02-15 08:21:33 +01:00
Matthias
42aeee24f2
Merge pull request #1134 from freqtrade/dependabot/npm_and_yarn/main/axios-1.3.3
build(deps): bump axios from 1.3.2 to 1.3.3
2023-02-15 08:21:21 +01:00
Matthias
ef17843b94
Merge pull request #1136 from freqtrade/dependabot/npm_and_yarn/main/vue-echarts-6.5.4
build(deps): bump vue-echarts from 6.5.2 to 6.5.4
2023-02-15 08:21:07 +01:00
Matthias
9b009e8158 ForceExitForm -> script setup 2023-02-15 07:05:27 +01:00
dependabot[bot]
2f88952d0a
build(deps): bump vue-echarts from 6.5.2 to 6.5.4
Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v6.5.2...v6.5.4)

---
updated-dependencies:
- dependency-name: vue-echarts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 06:01:55 +00:00
dependabot[bot]
f487b17323
build(deps): bump @vuepic/vue-datepicker from 3.6.7 to 3.6.8
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 3.6.7 to 3.6.8.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v3.6.7...v3.6.8)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 06:01:16 +00:00
dependabot[bot]
97a5d67e6b
build(deps): bump axios from 1.3.2 to 1.3.3
Bumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 06:00:53 +00:00
dependabot[bot]
a993ff2dfe
build(deps): bump core-js from 3.27.2 to 3.28.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.2 to 3.28.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.28.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 06:00:21 +00:00
dependabot[bot]
85b5d9793d
build(deps-dev): bump sass from 1.58.0 to 1.58.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 05:58:30 +00:00
dependabot[bot]
bc4eecaf26
build(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.52.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.51.0 to 5.52.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.52.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 05:57:30 +00: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
bfb33f0801
Merge pull request #1122 from freqtrade/dependabot/npm_and_yarn/main/axios-1.3.2
build(deps): bump axios from 1.3.0 to 1.3.2
2023-02-08 07:12:42 +01:00
Matthias
7c2bb3fc0c
Merge pull request #1120 from freqtrade/dependabot/npm_and_yarn/main/vue/runtime-dom-3.2.47
build(deps-dev): bump @vue/runtime-dom from 3.2.45 to 3.2.47
2023-02-08 07:12:30 +01:00
Matthias
bdd98d483e
Merge pull request #1128 from freqtrade/dependabot/npm_and_yarn/main/cypress-12.5.1
build(deps-dev): bump cypress from 12.5.0 to 12.5.1
2023-02-08 07:12:07 +01:00
Matthias
f21c1e2f2e
Merge pull request #1125 from freqtrade/dependabot/npm_and_yarn/main/vue/compiler-sfc-3.2.47
build(deps-dev): bump @vue/compiler-sfc from 3.2.45 to 3.2.47
2023-02-08 07:08:28 +01:00
Matthias
8fd1fa4b34 Add stoploss on exchange to botstatus view 2023-02-08 07:08:18 +01:00
Matthias
6d8961ac11
Merge pull request #1123 from freqtrade/dependabot/npm_and_yarn/main/prettier-2.8.4
build(deps-dev): bump prettier from 2.8.3 to 2.8.4
2023-02-08 07:07:22 +01:00
dependabot[bot]
93ba210e1e
build(deps-dev): bump cypress from 12.5.0 to 12.5.1
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.5.0 to 12.5.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.5.0...v12.5.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 06:00:52 +00:00
Matthias
80619e306d
Merge pull request #1126 from freqtrade/dependabot/npm_and_yarn/main/cypress/vue-5.0.4
build(deps-dev): bump @cypress/vue from 5.0.3 to 5.0.4
2023-02-08 06:59:27 +01:00
dependabot[bot]
ceb2e6c2b6
build(deps): bump axios from 1.3.0 to 1.3.2
Bumps [axios](https://github.com/axios/axios) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.0...v1.3.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:40:09 +00:00
dependabot[bot]
f6c8dade98
build(deps-dev): bump prettier from 2.8.3 to 2.8.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:39:57 +00:00
dependabot[bot]
2289ae473b
build(deps-dev): bump @vue/compiler-sfc from 3.2.45 to 3.2.47
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.45 to 3.2.47.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.47/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:39:50 +00:00
Matthias
4ed4338207
Merge pull request #1129 from freqtrade/dependabot/npm_and_yarn/main/vue-material-design-icons-5.2.0
build(deps): bump vue-material-design-icons from 5.1.2 to 5.2.0
2023-02-08 06:39:31 +01:00
Matthias
7c35596084
Merge pull request #1121 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-3.6.7
build(deps): bump @vuepic/vue-datepicker from 3.6.5 to 3.6.7
2023-02-08 06:38:00 +01:00
Matthias
fac7f9a97d
Merge pull request #1127 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.51.0
build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.51.0
2023-02-08 06:37:39 +01:00
Matthias
c97cbab8a8
Merge pull request #1124 from freqtrade/dependabot/npm_and_yarn/main/pinia-2.0.30
build(deps): bump pinia from 2.0.29 to 2.0.30
2023-02-08 06:37:16 +01:00
Matthias
c0538880e9 switch from bootstrap-vue-3 to next 2023-02-08 06:34:28 +01:00
dependabot[bot]
5d87d4000c
build(deps): bump vue-material-design-icons from 5.1.2 to 5.2.0
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.1.2...5.2.0)

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:10:47 +00:00
dependabot[bot]
381e2252ec
build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.51.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.50.0 to 5.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.51.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:08:22 +00:00
dependabot[bot]
9d64a4cd62
build(deps-dev): bump @cypress/vue from 5.0.3 to 5.0.4
Bumps [@cypress/vue](https://github.com/cypress-io/cypress) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/vue-v5.0.3...@cypress/vue-v5.0.4)

---
updated-dependencies:
- dependency-name: "@cypress/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:06:53 +00:00
dependabot[bot]
64c3de94cd
build(deps): bump pinia from 2.0.29 to 2.0.30
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.29 to 2.0.30.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.29...pinia@2.0.30)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:04:01 +00:00
dependabot[bot]
6caa182a57
build(deps): bump @vuepic/vue-datepicker from 3.6.5 to 3.6.7
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 3.6.5 to 3.6.7.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v3.6.5...v3.6.7)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:02:32 +00:00
dependabot[bot]
62fe50bb37
build(deps-dev): bump @vue/runtime-dom from 3.2.45 to 3.2.47
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) from 3.2.45 to 3.2.47.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.47/packages/runtime-dom)

---
updated-dependencies:
- dependency-name: "@vue/runtime-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 05:01:12 +00:00
Matthias
6f6ea8838a
Merge pull request #1119 from freqtrade/dependabot/docker/node-19.6.0-alpine
build(deps): bump node from 19.5.0-alpine to 19.6.0-alpine
2023-02-06 08:00:20 +01:00
dependabot[bot]
ff47d71bcb
build(deps): bump node from 19.5.0-alpine to 19.6.0-alpine
Bumps node from 19.5.0-alpine to 19.6.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 05:00:54 +00: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