Commit Graph

5301 Commits

Author SHA1 Message Date
Niels Lyngsø
d65cf550bc initial sorting implementation 2023-04-18 12:55:53 +02:00
Niels Lyngsø
35d61c85d6 get rid of this annoying console 2023-04-17 12:38:48 +02:00
Niels Lyngsø
aedcf6c3d8 . 2023-04-17 11:33:48 +02:00
Niels Lyngsø
9b686f46a9 sorter lib 2023-04-17 11:33:45 +02:00
Niels Lyngsø
f7d4c8d76d imports 2023-04-17 11:05:37 +02:00
Niels Lyngsø
42610b8483 type corrections 2023-04-17 11:05:01 +02:00
Niels Lyngsø
a7b2aec5d2 ideas for testing 2023-04-17 11:04:56 +02:00
Niels Lyngsø
3f9f972b9a correct type 2023-04-17 09:56:45 +02:00
Niels Lyngsø
346981d03b add type 2023-04-17 09:55:25 +02:00
Niels Lyngsø
8d27725d96 index 2023-04-14 16:32:57 +02:00
Niels Lyngsø
ff94a986c8 initial convert 2023-04-14 16:32:53 +02:00
Niels Lyngsø
24a371d3b9 switch format 2023-04-14 08:59:09 +02:00
Niels Lyngsø
6f9edf21d9 commit original code 2023-04-14 08:58:50 +02:00
Niels Lyngsø
6a6d097ef6 request delete of tab comment 2023-04-13 11:25:53 +02:00
Niels Lyngsø
1bd02328cc update URL as tab name changes 2023-04-13 11:23:44 +02:00
Niels Lyngsø
9dec24ce5d update tab name 2023-04-12 14:30:03 +02:00
Niels Lyngsø
efc1e03eea await context retrieving 2023-04-12 14:04:34 +02:00
Niels Lyngsø
8d61ff50f2 clean up 2023-04-12 14:04:09 +02:00
Niels Lyngsø
5f21fdaf21 move styles 2023-04-12 12:54:57 +02:00
Niels Lyngsø
1154646081 save mock data 2023-04-12 12:50:04 +02:00
Niels Lyngsø
9ba3c149ff move styles 2023-04-12 11:49:04 +02:00
Niels Lyngsø
4bc7544958 move styles 2023-04-12 11:48:42 +02:00
Niels Lyngsø
f58d5b7ca7 Merge remote-tracking branch 'origin/main' into feature/document-type-workspace-take-3 2023-04-12 11:24:12 +02:00
Mads Rasmussen
e546f469e8 Feature: Data type creation (#645)
* split data type handlers into multiple files

* return promise

* test register root as same entity as items

* add insert method to entity db

* redirect to new data type when selecting in options modal

* add options to modal name

* Update manifests.ts

* add margin to data type info view

* fix import

* update with models from server

* push new item to tree
2023-04-12 10:04:46 +02:00
Niels Lyngsø
2a98c8576f fix import 2023-04-12 09:35:05 +02:00
Niels Lyngsø
114c2e5d57 Merge pull request #642 from umbraco/feature/router-slot-2.0.0 2023-04-11 14:58:11 +02:00
Niels Lyngsø
b177677145 Merge remote-tracking branch 'origin/main' into feature/router-slot-2.0.0 2023-04-11 12:33:07 +02:00
Jacob Overgaard
b16b8b7335 Chore/update tree api types (#644)
* update types from v13

* replace endpoint names
2023-04-11 10:32:05 +02:00
Jacob Overgaard
345a277961 use full location.href for initial routing 2023-04-05 10:40:08 +02:00
Jacob Overgaard
6ddb200ec9 make sure to preserve the querystring when making the first router navigation 2023-04-05 10:30:42 +02:00
Jacob Overgaard
9e8b6d366f make sure to link using the base path (without leading slash) 2023-04-05 10:30:34 +02:00
Jacob Overgaard
a5c8024ab7 remove ts5 features since test tool does not support it yet 2023-04-05 08:36:42 +02:00
Jacob Overgaard
27499d1344 add local eslint rule to force certain imports from router-slot 2023-04-04 16:47:44 +02:00
Jacob Overgaard
630b727a02 upgrade router-slot to 2.0.0 2023-04-04 16:47:29 +02:00
Niels Lyngsø
4a83bfa41d Merge pull request #640 from umbraco/feature/more_change_keys_to_ids 2023-04-04 14:57:41 +02:00
Niels Lyngsø
29fa8df16f Merge remote-tracking branch 'origin/main' into feature/more_change_keys_to_ids 2023-04-04 14:13:53 +02:00
Niels Lyngsø
77ac938b77 a few more corrections of key to id 2023-04-04 14:13:03 +02:00
Warren Buckley
c3fbe9b485 Missing .js extension from import on stories for if-defined 2023-04-04 13:08:41 +01:00
Niels Lyngsø
2844a9b600 entityKey to entityId 2023-04-04 14:04:13 +02:00
Niels Lyngsø
debc94481c more changes 2023-04-04 14:03:05 +02:00
Niels Lyngsø
779215ab55 Merge branch 'feature/change_keys_to_ids' into feature/more_change_keys_to_ids
# Conflicts:
#	src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts
#	src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts
#	src/backoffice/shared/components/input-document-picker/input-document-picker.element.ts
#	src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts
#	src/backoffice/shared/components/input-media-picker/input-media-picker.element.ts
2023-04-04 13:52:50 +02:00
Niels Lyngsø
43e4fd2e50 entityKey to entityId 2023-04-04 13:50:04 +02:00
Niels Lyngsø
f557cd2f78 change property UI from Boolean to Toggle 2023-04-04 13:37:02 +02:00
Warren Buckley
972ebb3057 Upgrade to release of Storybook 7 2023-04-04 13:19:46 +02:00
Niels Lyngsø
f8b8f2c259 updated models (#639)
* updated models

* potential fix of eslint

* fix eslint rules

* first batch

* dictionary corrections

* batch 2

* batch 3

* tiny correction

* batch 4

* rename key to id internal models

* batch 5

* batch 6

* correct LogLevelCountsReponseModel

* batch 7

* batch 8

* batch 9

* health check data

* _createTableItems

* revert to key for checkbox list

* batch 9
2023-04-04 13:19:19 +02:00
Niels Lyngsø
9e31bad997 Merge remote-tracking branch 'origin/main' into feature/change_keys_to_ids
# Conflicts:
#	src/core/mocks/domains/dictionary.handlers.ts
2023-04-04 12:04:10 +02:00
Niels Lyngsø
9da3be0d1a batch 9 2023-04-04 11:47:32 +02:00
Niels Lyngsø
bb2e98ab84 revert to key for checkbox list 2023-04-04 11:41:27 +02:00
Niels Lyngsø
4b049f77ac _createTableItems 2023-04-04 11:36:03 +02:00
Niels Lyngsø
783883b8bd health check data 2023-04-04 11:35:46 +02:00