Commit Graph

1558 Commits

Author SHA1 Message Date
Jacob Overgaard
6504ccc178 load uui-code-block in storybook 2022-11-28 15:45:43 +01:00
Jacob Overgaard
aae9b81cee move code-block to backoffice folder
Tests are failing when autoimporting an index file. As it turned out, the 'utils' folder is not the right place to put shared elements. Instead we are creating a 'shared' folder in the backoffice context and autoloading the component globally for the backoffice.

Consider moving the code-block element to the UI library later.
2022-11-28 15:40:15 +01:00
Lone Iversen
7d4162c11d added code block 2022-11-28 10:08:40 +01:00
Lone Iversen
ca95c20d80 update 2022-11-28 09:20:32 +01:00
Lone Iversen
ea8010eee0 Update src/backoffice/dashboards/models-builder/dashboard-models-builder.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2022-11-28 09:00:40 +01:00
Lone Iversen
c996d724f4 Merge branch 'feature/dashboard-models-builder' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/dashboard-models-builder 2022-11-28 09:00:18 +01:00
Lone Iversen
a2f301a053 Merge branch 'main' into feature/dashboard-models-builder 2022-11-28 09:00:03 +01:00
Jacob Overgaard
fcf2b1216c cleanup models from old api 2022-11-25 16:51:24 +01:00
Jacob Overgaard
a426fa510b fix issue with search 2022-11-25 16:51:08 +01:00
Jacob Overgaard
a08ccc30b3 use correct property for loading 2022-11-25 16:37:50 +01:00
Jacob Overgaard
3f4318e67d remove unused import 2022-11-25 16:36:59 +01:00
Jacob Overgaard
9fd6208481 add vite ignore 2022-11-25 14:57:25 +01:00
Jacob Overgaard
2f4ba74ce2 set default port to 11000 to reflect current state of umbraco-cms 2022-11-25 14:53:41 +01:00
Jacob Overgaard
a4bc6d448e remove unused import 2022-11-24 17:02:16 +01:00
Jacob Overgaard
c0532c4497 add loader state to search results 2022-11-24 17:01:53 +01:00
Jacob Overgaard
e8df5fff09 optimise examine indexers a bit to wait for the server 2022-11-24 16:42:13 +01:00
Jacob Overgaard
863899f2b6 add loaders for examine 2022-11-24 16:22:23 +01:00
Jacob Overgaard
974eca10ec add package.json for commonjs folders and remove mjs extension 2022-11-24 15:21:43 +01:00
Jacob Overgaard
751f019e64 ensure that we are using the url from the <base> element for links 2022-11-24 15:17:58 +01:00
Jacob Overgaard
0f83cbe4e6 move favicon to public dir 2022-11-24 15:05:53 +01:00
Jacob Overgaard
9fd78f6f04 add baseurl in front of dynamic imports for icons 2022-11-24 15:01:07 +01:00
Jacob Overgaard
971a947492 override isAuthorized for now while getting the new login system up and running 2022-11-24 15:00:08 +01:00
Jacob Overgaard
13c1a8d36a add new component that sets the login state from the server 2022-11-24 14:59:34 +01:00
Jacob Overgaard
fbe02f4a2f add helper function to get value of baseurl 2022-11-24 14:59:06 +01:00
Jacob Overgaard
f4b03c03fe use api baseurl for login redirect 2022-11-24 12:10:18 +01:00
Jacob Overgaard
9e4f9ef86c add buttonState to telemetry 2022-11-24 11:40:24 +01:00
Jacob Overgaard
9535ab7475 add skip & take params to telemetry 2022-11-24 11:33:18 +01:00
Jacob Overgaard
202f41bc4f use relative paths from <base> 2022-11-24 11:26:30 +01:00
Jacob Overgaard
3e61612b64 rename cms config file 2022-11-24 11:21:15 +01:00
Jacob Overgaard
a5849fa520 update api spec 2022-11-24 11:21:00 +01:00
Jacob Overgaard
64c3607dd7 use relative paths for href links to be able to utilise the <base> 2022-11-24 11:20:32 +01:00
Jacob Overgaard
bf3d36378a add script to watch cms build 2022-11-24 11:17:36 +01:00
Jacob Overgaard
7066baf142 fix production env 2022-11-24 11:17:19 +01:00
Jacob Overgaard
a5bd990fbf Merge pull request #276 from umbraco/feature/element-mode
feature/element mode
2022-11-24 09:46:26 +01:00
Jacob Overgaard
3f5cca3cea move e2e tests to a commonjs project as they dont work in esmodule context 2022-11-24 09:45:51 +01:00
Jacob Overgaard
67ce8e26eb Merge pull request #275 from umbraco/dependabot/npm_and_yarn/playwright/test-1.28.1
Bump @playwright/test from 1.28.0 to 1.28.1
2022-11-24 09:37:23 +01:00
Jacob Overgaard
625b8f2847 add new vite config to build in element mode 2022-11-24 08:59:33 +01:00
Jacob Overgaard
f17291778c update tsconfig.node based on newest vite config 2022-11-24 08:49:48 +01:00
Jacob Overgaard
585d707164 set target to esnext 2022-11-24 08:49:35 +01:00
Jacob Overgaard
d2bab01f0d mark package as a module 2022-11-24 08:49:12 +01:00
Jacob Overgaard
ed3b09963f move element-internals-polyfill to app element 2022-11-24 08:48:22 +01:00
dependabot[bot]
cac183790f Bump @playwright/test from 1.28.0 to 1.28.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.28.0...v1.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 18:18:08 +00:00
Jacob Overgaard
0e24163273 update packages 2022-11-23 15:14:14 +01:00
Lone Iversen
6a55ade6b2 if ModelsMode is NOTHING dont show the last <li>'s 2022-11-23 14:22:07 +01:00
Lone Iversen
63b6efae6d update 2022-11-22 10:53:06 +01:00
Lone Iversen
c43a5b45f6 init 2022-11-21 16:31:43 +01:00
Jacob Overgaard
88bcb7356b Merge pull request #227 from umbraco/feature/dashboard-examine-management
Feature/dashboard examine management
2022-11-21 13:00:31 +01:00
Lone Iversen
6089547150 remove todo in handler 2022-11-21 12:51:23 +01:00
dependabot[bot]
034386c9fc Bump eslint-plugin-lit-a11y from 2.2.3 to 2.3.0
Bumps [eslint-plugin-lit-a11y](https://github.com/open-wc/open-wc/tree/HEAD/packages/eslint-plugin-lit-a11y) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/open-wc/open-wc/releases)
- [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/eslint-plugin-lit-a11y/CHANGELOG.md)
- [Commits](https://github.com/open-wc/open-wc/commits/eslint-plugin-lit-a11y@2.3.0/packages/eslint-plugin-lit-a11y)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 12:48:18 +01:00
Lone Iversen
c5e261d12d umbraco-cms services 2022-11-21 11:56:25 +01:00