Commit Graph

2709 Commits

Author SHA1 Message Date
Mads Rasmussen
c654923860 use tryExecuteAndNotify 2023-01-11 16:27:44 +01:00
Mads Rasmussen
15cc81cac6 observables 2023-01-11 16:14:02 +01:00
Lone Iversen
5e3cd6410c manifest 2023-01-11 11:41:03 +01:00
Lone Iversen
fd99208cc8 create manifest from server response 2023-01-11 11:01:22 +01:00
Lone Iversen
356bcf2298 checks to manifest 2023-01-10 14:42:51 +01:00
Lone Iversen
33c656ed89 Merge remote-tracking branch 'origin/main' into feature/dashboard-health-check 2023-01-10 14:23:35 +01:00
Lone Iversen
0e6b98f475 health-check manifest extension tests 2023-01-10 14:22:45 +01:00
Niels Lyngsø
13e50a6f8d Merge pull request #383 from umbraco/dependabot/npm_and_yarn/typescript-eslint/parser-5.48.1 2023-01-10 13:40:07 +01:00
Niels Lyngsø
afe998e300 Merge branch 'dependabot/npm_and_yarn/typescript-eslint/parser-5.48.1' of https://github.com/umbraco/Umbraco.CMS.Backoffice into dependabot/npm_and_yarn/typescript-eslint/parser-5.48.1 2023-01-10 13:34:47 +01:00
Niels Lyngsø
daba802075 Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/typescript-eslint/parser-5.48.1
# Conflicts:
#	package-lock.json
#	package.json
2023-01-10 13:34:38 +01:00
dependabot[bot]
e1e78083b1 Bump @typescript-eslint/parser from 5.48.0 to 5.48.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1.
- [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.48.1/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 12:34:05 +00:00
Niels Lyngsø
fc09e58830 Merge pull request #382 from umbraco/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.48.1 2023-01-10 13:32:35 +01:00
Niels Lyngsø
1487f02a47 Merge pull request #378 from umbraco/dependabot/npm_and_yarn/element-internals-polyfill-1.1.18 2023-01-10 13:32:10 +01:00
Niels Lyngsø
99430b6570 Merge pull request #377 from umbraco/dependabot/npm_and_yarn/playwright/test-1.29.2 2023-01-10 13:31:47 +01:00
Lone Iversen
5550c5a265 actions html 2023-01-10 12:31:12 +01:00
Lone Iversen
cf6b1d9332 api calls 2023-01-10 11:00:56 +01:00
Lone Iversen
d5bde101d0 Merge remote-tracking branch 'origin/main' into feature/dashboard-health-check 2023-01-10 10:59:30 +01:00
dependabot[bot]
e485573348 Bump @typescript-eslint/parser from 5.48.0 to 5.48.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1.
- [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.48.1/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:40:59 +00:00
dependabot[bot]
b050934f68 Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.0 to 5.48.1.
- [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/v5.48.1/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 18:39:43 +00:00
Jacob Overgaard
49f6a3e9b6 Merge pull request #375 from umbraco/feature/backend-integration
Installer: Make it work with the backend
2023-01-09 12:52:43 +01:00
Mads Rasmussen
b611cf8473 Merge branch 'main' into feature/backend-integration 2023-01-09 12:47:18 +01:00
Niels Lyngsø
c3f005a3ee Merge pull request #379 from umbraco/feature/split-tree-extensions 2023-01-09 12:15:07 +01:00
Niels Lyngsø
4bef546314 comment 2023-01-09 12:09:03 +01:00
Mads Rasmussen
14794c81cb render actions based on entity type + only render actions menu if a tree item has actions 2023-01-09 12:00:40 +01:00
Mads Rasmussen
f98e682237 pass entity to section context 2023-01-09 11:15:54 +01:00
Mads Rasmussen
9133de5ee8 make entity-type optional on menu items 2023-01-09 11:00:58 +01:00
Mads Rasmussen
54f4ff2503 add TODO 2023-01-09 10:56:39 +01:00
Mads Rasmussen
5f5d4d3ef5 move from tree to sidebar menu item 2023-01-09 10:34:06 +01:00
dependabot[bot]
767998e37b Bump element-internals-polyfill from 1.1.17 to 1.1.18
Bumps [element-internals-polyfill](https://github.com/calebdwilliams/element-internals-polyfill) from 1.1.17 to 1.1.18.
- [Release notes](https://github.com/calebdwilliams/element-internals-polyfill/releases)
- [Changelog](https://github.com/calebdwilliams/element-internals-polyfill/blob/main/CHANGELOG.md)
- [Commits](https://github.com/calebdwilliams/element-internals-polyfill/compare/v1.1.17...v1.1.18)

---
updated-dependencies:
- dependency-name: element-internals-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 18:11:41 +00:00
dependabot[bot]
aa0fe613ca Bump @playwright/test from 1.29.1 to 1.29.2
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.29.1 to 1.29.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.29.1...v1.29.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 18:10:39 +00:00
Mads Rasmussen
c7def9a263 allow tree items to slot elements 2023-01-06 15:15:13 +01:00
Mads Rasmussen
b42cc63376 remove tree-navigator element 2023-01-06 15:14:55 +01:00
Mads Rasmussen
9b2f32adc2 rename section-trees component to section sidebar menu 2023-01-06 14:20:40 +01:00
Mads Rasmussen
2a65f0a6fd Merge branch 'main' into feature/split-tree-extensions 2023-01-06 14:08:52 +01:00
Mads Rasmussen
482bd03371 Merge branch 'main' into feature/split-tree-extensions 2023-01-06 14:06:46 +01:00
Niels Lyngsø
d24441d330 Merge pull request #376 from umbraco/feature/tree-create-routes 2023-01-06 14:02:01 +01:00
Mads Rasmussen
8b73893cab Merge branch 'main' into feature/tree-create-routes 2023-01-06 13:56:52 +01:00
Mads Rasmussen
0189d43579 create route based on menu items instead of trees 2023-01-06 13:51:36 +01:00
Mads Rasmussen
4071fb4d0e add extension type to registry 2023-01-06 13:51:19 +01:00
Mads Rasmussen
1870767cc3 register document menu item 2023-01-06 13:51:00 +01:00
Mads Rasmussen
51ed4fa599 split treeItem prop into multiple props for better reusability 2023-01-06 13:37:26 +01:00
Mads Rasmussen
f3fd54575e add new menu item extension type 2023-01-06 13:34:48 +01:00
Mads Rasmussen
51d18166b6 move tree registration into it's own file 2023-01-06 13:33:52 +01:00
Mads Rasmussen
ee1214be21 temp testing tree item with tree 2023-01-06 12:41:01 +01:00
Mads Rasmussen
e8992a9a98 render as tree item 2023-01-06 12:40:34 +01:00
Mads Rasmussen
05bf9c2b7c don't render tree extensions in tree element because they are loaded through extension-slot element 2023-01-06 11:42:24 +01:00
Mads Rasmussen
9eb5c425dc clean up tree navigator to load tree root when inserted 2023-01-06 11:41:38 +01:00
Mads Rasmussen
88fca193aa remove unused tree extension element 2023-01-06 11:40:38 +01:00
Mads Rasmussen
75c3006910 add temp default sidebar menu item element 2023-01-06 11:40:18 +01:00
Mads Rasmussen
ada76a6f71 use extension slot element when rendering trees 2023-01-06 11:39:56 +01:00