Commit Graph

4436 Commits

Author SHA1 Message Date
Matthias
708bf08d76
Merge pull request #1453 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-6.0.3
build(deps): bump @vuepic/vue-datepicker from 6.0.2 to 6.0.3
2023-09-06 06:36:31 +02:00
Matthias
616e3feb63
Merge pull request #1460 from freqtrade/dependabot/docker/node-20.6.0-alpine
build(deps): bump node from 20.5.1-alpine to 20.6.0-alpine
2023-09-06 06:36:21 +02:00
Matthias
61f094fdf4
Merge pull request #1454 from freqtrade/dependabot/npm_and_yarn/main/cypress-13.1.0
build(deps-dev): bump cypress from 13.0.0 to 13.1.0
2023-09-06 06:36:09 +02:00
dependabot[bot]
05858c5e09
build(deps-dev): bump unplugin-icons from 0.16.6 to 0.17.0
Bumps [unplugin-icons](https://github.com/antfu/unplugin-icons) from 0.16.6 to 0.17.0.
- [Release notes](https://github.com/antfu/unplugin-icons/releases)
- [Commits](https://github.com/antfu/unplugin-icons/compare/v0.16.6...v0.17.0)

---
updated-dependencies:
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 04:35:42 +00:00
Matthias
2e4d2d06a2
Merge pull request #1456 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-6.6.0
build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0
2023-09-06 06:34:18 +02:00
Matthias
a436372314
Merge pull request #1457 from freqtrade/dependabot/npm_and_yarn/main/unplugin-vue-components-0.25.2
build(deps-dev): bump unplugin-vue-components from 0.25.1 to 0.25.2
2023-09-06 06:34:02 +02:00
dependabot[bot]
20f78e3d65
build(deps): bump node from 20.5.1-alpine to 20.6.0-alpine
Bumps node from 20.5.1-alpine to 20.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-09-06 03:56:30 +00:00
dependabot[bot]
d1e5db25dd
build(deps-dev): bump unplugin-vue-components from 0.25.1 to 0.25.2
Bumps [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/antfu/unplugin-vue-components/releases)
- [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 03:19:56 +00:00
dependabot[bot]
26b2448626
build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.5.0 to 6.6.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/v6.6.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-09-06 03:19:38 +00:00
dependabot[bot]
c27d0e3946
build(deps-dev): bump cypress from 13.0.0 to 13.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.0.0 to 13.1.0.
- [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/v13.0.0...v13.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 03:19:03 +00:00
dependabot[bot]
9842c2aec6
build(deps): bump @vuepic/vue-datepicker from 6.0.2 to 6.0.3
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v6.0.2...v6.0.3)

---
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-09-06 03:18:50 +00:00
Matthias
a8ba18bb34 Speed up dashboard loading 2023-09-03 10:34:16 +02:00
Matthias
a883184e02 Rename Tab in multi-pane 2023-09-03 10:22:50 +02:00
Matthias
e36f6ac5b4 Update names of Daily charts 2023-09-03 09:11:24 +02:00
Matthias
f43644fb3a Improve description on older bots 2023-09-03 09:08:19 +02:00
Matthias
c3d08c8b2d Add weekly/monthly view 2023-09-03 09:06:46 +02:00
Matthias
f9fe89ed13 Rename daily types 2023-09-02 17:42:44 +02:00
Matthias
0760245216 Round daily-stats to sane numbers
closes #1452
2023-09-02 12:35:25 +02:00
Matthias
9663306248 Revert bootstrap-vue-next to 0.10.7 (and hardpin that version)
https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1398
2023-09-02 10:39:14 +02:00
Matthias
e0e895f00b Show trade entries (and exits) right away, not once the next candle closes. 2023-09-02 10:38:30 +02:00
Matthias
7965db29e6 Fully remove 500 candle limit 2023-09-02 09:09:49 +02:00
Matthias
4ac1305ff2 Render all available data in live charts 2023-09-01 20:40:13 +02:00
Matthias
ccae419ed7 Ensure balance table renders properly 2023-09-01 20:37:21 +02:00
Matthias
ca15512598 Improve and simplify pairlist view 2023-09-01 20:29:43 +02:00
Matthias
0fe3d9f024 Rename Pairlist View component 2023-09-01 20:12:41 +02:00
Matthias
b61a2142a2 Organize imports 2023-09-01 19:55:28 +02:00
Matthias
0a4ebc03b8 Fix rendering of daily chart in trade view 2023-09-01 19:54:27 +02:00
Matthias
2a2f92a81c Fix daily chart not showing 2023-09-01 19:54:15 +02:00
Matthias
03257e8469 Fix bot balance not showing 2023-09-01 19:53:39 +02:00
Matthias
421fe3ec34 Show Stake-currency of the last bot in bot comparison
(this may be wrong for multi-bot multi-currency setups - but should work fine for people with just one bot).

closes #1405
2023-09-01 07:21:26 +02:00
Matthias
505212eb3d
Merge pull request #1439 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-vue-next-0.11.0
build(deps): bump bootstrap-vue-next from 0.10.10 to 0.11.0
2023-08-30 09:10:46 +02:00
Matthias
bb9e5fd40e
Merge pull request #1441 from freqtrade/dependabot/npm_and_yarn/main/cypress-13.0.0
build(deps-dev): bump cypress from 12.17.4 to 13.0.0
2023-08-30 09:10:18 +02:00
dependabot[bot]
171c45bb28
build(deps-dev): bump cypress from 12.17.4 to 13.0.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.4 to 13.0.0.
- [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.17.4...v13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 06:17:56 +00:00
Matthias
c28a9e430d
Remove testing on node 19
it's no longer a supported node version.
2023-08-30 08:16:36 +02:00
dependabot[bot]
e3968008a0
build(deps): bump bootstrap-vue-next from 0.10.10 to 0.11.0
Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next) from 0.10.10 to 0.11.0.
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/bootstrap-vue-next-v0.11.0/packages/bootstrap-vue-next)

---
updated-dependencies:
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 06:14:10 +00:00
Matthias
f3e94c069f
Merge pull request #1436 from freqtrade/dependabot/npm_and_yarn/main/axios-1.5.0
build(deps): bump axios from 1.4.0 to 1.5.0
2023-08-30 08:12:08 +02:00
dependabot[bot]
c900aa6c29
build(deps): bump axios from 1.4.0 to 1.5.0
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0.
- [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.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 05:34:15 +00:00
Matthias
7cab76c5e5
Merge pull request #1444 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/eslint-plugin-6.5.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0
2023-08-30 07:33:35 +02:00
Matthias
58c239276e
Merge pull request #1450 from freqtrade/dependabot/npm_and_yarn/main/vueuse/integrations-10.4.1
build(deps): bump @vueuse/integrations from 10.3.0 to 10.4.1
2023-08-30 07:33:22 +02:00
Matthias
0966ddb822
Merge pull request #1437 from freqtrade/dependabot/npm_and_yarn/main/cypress/vite-dev-server-5.0.6
build(deps-dev): bump @cypress/vite-dev-server from 5.0.5 to 5.0.6
2023-08-30 07:21:50 +02:00
Matthias
3f20606687
Merge pull request #1445 from freqtrade/dependabot/npm_and_yarn/main/unplugin-icons-0.16.6
build(deps-dev): bump unplugin-icons from 0.16.5 to 0.16.6
2023-08-30 07:21:43 +02:00
dependabot[bot]
8c2db749b1
build(deps-dev): bump @cypress/vite-dev-server from 5.0.5 to 5.0.6
Bumps [@cypress/vite-dev-server](https://github.com/cypress-io/cypress) from 5.0.5 to 5.0.6.
- [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/vite-dev-server-v5.0.5...@cypress/vite-dev-server-v5.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 05:13:07 +00:00
dependabot[bot]
e85a4d99cb
build(deps-dev): bump unplugin-icons from 0.16.5 to 0.16.6
Bumps [unplugin-icons](https://github.com/antfu/unplugin-icons) from 0.16.5 to 0.16.6.
- [Release notes](https://github.com/antfu/unplugin-icons/releases)
- [Commits](https://github.com/antfu/unplugin-icons/compare/v0.16.5...v0.16.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 05:12:55 +00:00
dependabot[bot]
fa6e0fd8fd
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 05:12:50 +00:00
dependabot[bot]
3c90417b19
build(deps): bump @vueuse/integrations from 10.3.0 to 10.4.1
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 10.3.0 to 10.4.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.4.1/packages/integrations)

---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 05:11:41 +00:00
Matthias
ee21c66ffc
Merge pull request #1447 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-6.5.0
build(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0
2023-08-30 07:10:04 +02:00
Matthias
b51b718c15
Merge pull request #1443 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-6.0.2
build(deps): bump @vuepic/vue-datepicker from 6.0.1 to 6.0.2
2023-08-30 07:08:48 +02:00
Matthias
b9496524ed
Merge pull request #1446 from freqtrade/dependabot/npm_and_yarn/main/prettier-3.0.3
build(deps-dev): bump prettier from 3.0.2 to 3.0.3
2023-08-30 07:08:41 +02:00
Matthias
0c8600f799
Merge pull request #1448 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.2.2
build(deps-dev): bump typescript from 5.1.6 to 5.2.2
2023-08-30 07:08:34 +02:00
Matthias
59cf0c21d5
Merge pull request #1451 from freqtrade/dependabot/npm_and_yarn/main/vue-demi-0.14.6
build(deps): bump vue-demi from 0.14.5 to 0.14.6
2023-08-30 07:08:27 +02:00