leekelleher
07d7e7ebfd
Refactored the loading state
...
It previously caused a bug with the sort ordering feature.
Because the `<umb-table>` was being removed from the DOM.
It now uses an alternative loading bar.
2024-04-30 16:52:21 +01:00
leekelleher
4410c76aac
Code tidy-up
2024-04-30 16:18:04 +01:00
leekelleher
3f724e481a
Registers the Route Builder on the Document Collection Views
2024-04-30 16:18:04 +01:00
leekelleher
7151350066
Adds loading state on the context
2024-04-30 16:18:04 +01:00
Jacob Overgaard
e0becf34c6
Merge pull request #1631 from umbraco/feature/global-search
...
Feature/global search
2024-04-30 16:40:13 +02:00
Jacob Overgaard
8a1f5f1674
Merge branch 'main' into feature/global-search
2024-04-30 16:33:18 +02:00
Lee Kelleher
237a701fe6
Merge pull request #1728 from umbraco/bugfix/property-editor-ui/collection-view
...
Bugfix: Collection View Table column aliases and sort ordering
2024-04-30 15:32:46 +01:00
leekelleher
304ae710b8
Fixes the child name button
...
to open the document editor modal.
2024-04-30 13:55:43 +01:00
leekelleher
0186527c44
Temporary fix for the child name button
...
to navigate through to the target document.
2024-04-30 11:37:15 +01:00
leekelleher
545ba50607
Changed the skip/take fallback
...
to use a logical OR (`||`) instead of a nullish coalescing (`??`),
as the value may be a `NaN` or even `0`.
2024-04-30 11:35:03 +01:00
Niels Lyngsø
460ce1804b
Merge pull request #1703 from umbraco/feature/create-new-from-tree-picker
...
Feat: Workspace modal type change + path patterns + create new element type via document type picker
2024-04-30 11:21:25 +02:00
Niels Lyngsø
904d971405
Merge pull request #1669 from umbraco/feature/generate-data-type-name
...
Feature: Data-type created via Content-Type Property Flow gets a generated name
2024-04-30 10:53:01 +02:00
Niels Lyngsø
11b1fe87a1
Merge remote-tracking branch 'origin/main' into feature/create-new-from-tree-picker
...
# Conflicts:
# src/packages/documents/document-types/components/input-document-type/input-document-type.element.ts
2024-04-30 10:45:03 +02:00
Niels Lyngsø
0eb736418c
clean up
2024-04-30 10:42:21 +02:00
Niels Lyngsø
f2f0391f5f
correct modal closing path clean up
2024-04-30 10:42:02 +02:00
Niels Lyngsø
21f1bc6e6d
life cycle update fix
2024-04-30 10:21:44 +02:00
Lee Kelleher
8da7d07733
Merge pull request #1717 from umbraco/bugfix/more-specific-tree-picker-naming
...
Bugfix: rename of tree-picker and dynamic root functionality
2024-04-30 09:13:12 +01:00
Niels Lyngsø
7313c4260b
Merge branch 'main' into feature/generate-data-type-name
2024-04-30 09:24:43 +02:00
Mads Rasmussen
4452866f4b
Update property-editor-ui-content-picker-source.test.ts
2024-04-29 21:46:07 +02:00
Mads Rasmussen
e15da42bb0
update test file
2024-04-29 21:45:15 +02:00
Mads Rasmussen
711191486e
add js docs
2024-04-29 21:24:27 +02:00
Mads Rasmussen
682a8a3649
simplify method names
2024-04-29 21:23:07 +02:00
Mads Rasmussen
e0b2a29d8e
move constants to its own file
2024-04-29 21:20:02 +02:00
Mads Rasmussen
8ce8ad349a
Merge branch 'main' into bugfix/more-specific-tree-picker-naming
2024-04-29 21:13:07 +02:00
leekelleher
cfb24ade8f
Implements correct sortOrder property
...
Removes the faux sort order value.
2024-04-29 18:35:45 +01:00
leekelleher
0c4651eb47
Replaces "entityState" with "state"
...
for consistency with the server-side.
2024-04-29 18:34:39 +01:00
leekelleher
5d49ed805b
Replaces "entityName" with "name"
...
for consistency with the server-side.
2024-04-29 18:32:32 +01:00
leekelleher
c3d39f5cdb
Replaces "owner" with "creator"
...
for consistency with the server-side.
2024-04-29 18:30:22 +01:00
Lee Kelleher
30141d787d
Merge pull request #1715 from umbraco/feature/auth-layout
...
Feature: Align layout of the auth provider screen and the backend login screen
2024-04-29 16:24:26 +01:00
Lee Kelleher
f05bad9808
Merge pull request #1725 from umbraco/chore/top-level-weight
...
Chore: Sort top level menu items
2024-04-29 15:10:12 +01:00
Niels Lyngsø
fc2f6f8809
Merge pull request #1726 from umbraco/feature/rename-collection-property-editor-ui
...
Removing View of the Property Editor UI Alias of Collection
2024-04-29 16:02:47 +02:00
leekelleher
f009a27bd1
Removed the "-picker" suffix from "source-type-picker" folder
2024-04-29 13:16:46 +01:00
leekelleher
f6ba9168d2
Renamed all the things
2024-04-29 12:11:06 +01:00
leekelleher
952ed0fa4f
Renamed "input-dynamic-root" to "input-content-picker-document-root"
2024-04-29 11:33:12 +01:00
leekelleher
382232ccd0
Moved dynamic-root package into property-editors/content-picker
2024-04-29 11:21:27 +01:00
leekelleher
fd3628e21d
Corrected property-editor-ui aliases
2024-04-29 11:00:55 +01:00
Niels Lyngsø
24d4b75737
rename and legacy component
2024-04-29 11:23:12 +02:00
Niels Lyngsø
fde90d6260
Merge remote-tracking branch 'origin/feature/rename-components-of-specific-areas' into feature/rename-collection-property-editor-ui
...
# Conflicts:
# src/packages/property-editors/collection-view/config/column/components/input-content-type-property/input-content-type-property.element.ts
# src/packages/property-editors/collection/config/column/components/index.ts
# src/packages/property-editors/collection/config/column/components/input-collection-content-type-property.element.ts
# src/packages/property-editors/collection/config/column/components/input-content-type-property/index.ts
# src/packages/property-editors/collection/config/column/components/input-content-type-property/input-content-type-property.element.ts
2024-04-29 11:13:49 +02:00
Jacob Overgaard
6c87c8a882
revert changes to sectionView
2024-04-29 11:13:44 +02:00
Jacob Overgaard
36db3cafca
add weight for members
2024-04-29 11:12:52 +02:00
Niels Lyngsø
481eb1a884
renaming components
2024-04-29 11:09:06 +02:00
Jacob Overgaard
6f51b57ecd
add weights so the sections are sorted according to V13
2024-04-29 11:09:00 +02:00
Jacob Overgaard
555699d513
add localization label to Members
2024-04-29 11:08:46 +02:00
Niels Lyngsø
e8e46421f0
rename folder
2024-04-29 10:59:47 +02:00
Niels Lyngsø
18035ceda4
legacy manifest
2024-04-29 10:59:37 +02:00
Niels Lyngsø
1e6d79d9c6
rename alias
2024-04-29 10:56:25 +02:00
JesmoDev
e503d38f38
fix imports
2024-04-29 10:05:24 +02:00
JesmoDev
1157428f03
Merge branch 'main' into feature/global-search
2024-04-29 09:25:54 +02:00
Niels Lyngsø
7ba9b36b7d
Merge pull request #1722 from umbraco/feature/picker-context-tree-item-type
...
Feat: accept tree-item-type as a generic type on the picker context
2024-04-29 09:13:54 +02:00
Mads Rasmussen
fa24604b7f
Merge branch 'main' into feature/create-new-from-tree-picker
2024-04-29 09:10:29 +02:00