Commit Graph

15386 Commits

Author SHA1 Message Date
Lee Kelleher
754f5bbda4 Merge pull request #1650 from umbraco/chore/lee/codesweep
Chore: Lee's code sweep (post-RC1, pre-RC2)
2024-04-18 14:08:21 +01:00
Lee Kelleher
f9f80b80b2 Merge pull request #1648 from umbraco/bugfix/input-radio-double-event
Bugfix: Radio Button List: prevent triggering double 'change' event
2024-04-18 14:07:09 +01:00
Lee Kelleher
fa8e5f3a44 Merge pull request #1647 from umbraco/bugfix/color-picker-config-use-labels-default
Bugfix: Color Picker: default value for `useLabel` configuration
2024-04-18 14:06:15 +01:00
Niels Lyngsø
81f621d3b9 Merge pull request #1646 from umbraco/bugfix/number-range-form-control-implementation
fix number range from control implementation
2024-04-18 15:04:10 +02:00
JesmoDev
514ef97424 fix 2024-04-18 15:03:41 +02:00
Niels Lyngsø
b0972b7d0c Merge pull request #1641 from umbraco/feature/content-type-hide-generic-tab
Feature: content type generic tab corrections
2024-04-18 15:01:53 +02:00
leekelleher
9b5b8032c7 Dark theme tweaks
The `app-language-select` wasn't themeable.
2024-04-18 10:22:00 +01:00
leekelleher
8d2bdbb987 Toggle: code tidy-up 2024-04-18 10:08:22 +01:00
leekelleher
6832a1be71 Updated element on various manifests 2024-04-18 10:05:44 +01:00
leekelleher
b0995f9a19 Document "Save and Preview" localization key 2024-04-18 10:02:54 +01:00
leekelleher
c6ae4dd7d4 UserGroup CollectionView Table item name link style
Added `UmbTextStyles` for UI consistency.
2024-04-18 10:00:32 +01:00
leekelleher
883bce2c99 Removed the "Add" label from various pickers
There is no `slot` in the corresponding input picker,
so the label was redundant markup.
2024-04-18 09:56:37 +01:00
leekelleher
251ef27727 umb-ref-item: added umbTextStyles + tidyup 2024-04-18 09:49:12 +01:00
leekelleher
de9ff096d4 RadioButtonList: prevent double 'change' event
Both the `uui-radio-group` and `uui-radio` dispatch a 'change' event,
which triggers the `#onChange` method twice.

The `uui-radio` component is the one that contains the changed value,
so updated the code to only use that.
2024-04-18 09:43:42 +01:00
leekelleher
14332f88dc Toggle: Code tidyup 2024-04-18 09:03:38 +01:00
leekelleher
ee316e6d39 Toggle: fixed bug with a custom bubbles/composed change event 2024-04-18 09:03:11 +01:00
leekelleher
933e00d9dd ColorPicker: UI polish 2024-04-18 09:02:19 +01:00
leekelleher
8b195b7f8f ColorPicker: sets default showLabels to false
as when the data-type is initially created, the default value would
be `false`, but the UI was `true`, meaning the UX wasn't aligned.
2024-04-18 09:02:00 +01:00
Niels Lyngsø
3152546810 Merge branch 'main' into bugfix/number-range-form-control-implementation 2024-04-18 09:27:20 +02:00
Niels Lyngsø
d929a28d87 value update 2024-04-18 09:19:38 +02:00
Niels Lyngsø
f692a38310 allow for undefined in number range 2024-04-18 09:18:15 +02:00
Niels Lyngsø
587e5c2abd fix number range 2024-04-18 09:12:51 +02:00
Niels Lyngsø
79ad702cc3 Merge pull request #1643 from umbraco/chore/update-form-mixin
Chore: update form control type name to match usage
2024-04-18 09:11:53 +02:00
Niels Lyngsø
fa0e37808e correcting generic type 2024-04-18 09:00:21 +02:00
Niels Lyngsø
56a7c6aa08 make the ValueType a composition of Given type and default type 2024-04-18 08:52:09 +02:00
Niels Lyngsø
23ee067722 leave default value as optional 2024-04-18 08:33:45 +02:00
Niels Lyngsø
92063573ca correct implementation 2024-04-17 23:22:51 +02:00
Niels Lyngsø
6360eea016 DefaultValueType generic 2024-04-17 23:18:44 +02:00
Niels Lyngsø
b6c02c2416 DefaultValueType must be compatible with ValueType 2024-04-17 23:15:32 +02:00
Niels Lyngsø
0e0fd04c0c revert 2024-04-17 22:16:48 +02:00
Niels Lyngsø
c9e7534096 revert change to htmlElement 2024-04-17 20:28:56 +02:00
Niels Lyngsø
fdf039aff6 ts ignorer for updated 2024-04-17 15:51:23 +02:00
Niels Lyngsø
05c07889a3 Merge branch 'chore/update-form-mixin' of https://github.com/umbraco/Umbraco.CMS.Backoffice into chore/update-form-mixin 2024-04-17 15:35:15 +02:00
Niels Lyngsø
0354723431 reduce requirement to HTMLElement 2024-04-17 15:35:04 +02:00
Niels Lyngsø
24a45cbfb3 Merge branch 'main' into chore/update-form-mixin 2024-04-17 15:30:57 +02:00
Niels Lyngsø
c2fb222f36 update form control type name to match 2024-04-17 15:30:10 +02:00
Lee Kelleher
7f1122ec1e Merge pull request #1642 from umbraco/bugfix/look-up-start-node-name
Bugfix: Look up user group start node names
2024-04-17 14:20:15 +01:00
Lee Kelleher
c8bb4cddcb Merge pull request #1635 from umbraco/bugfix/persisting-user-group-start-nodes
Bugfix: Persisting user group start nodes
2024-04-17 14:08:40 +01:00
Mads Rasmussen
2af0cb1dbd combine in one method 2024-04-17 14:59:12 +02:00
Niels Lyngsø
d90c69be15 change description 2024-04-17 14:56:34 +02:00
Mads Rasmussen
11cea016b9 look up start node name 2024-04-17 14:47:35 +02:00
Niels Lyngsø
a9e6780a63 move root containers into first tab 2024-04-17 14:40:29 +02:00
Niels Lyngsø
3b54478a08 hide content type generic tab when empty 2024-04-17 13:38:24 +02:00
Mads Rasmussen
0263c0d112 clear value correctly 2024-04-17 13:12:04 +02:00
Mads Rasmussen
469c649e34 correct observer alias 2024-04-17 13:07:13 +02:00
Mads Rasmussen
4cf32174c9 Merge branch 'main' into bugfix/persisting-user-group-start-nodes 2024-04-17 12:24:51 +02:00
Jacob Overgaard
73f3ac8aeb make links target=_blank 2024-04-17 11:20:47 +02:00
Jacob Overgaard
810a09459e ignore html attributes for an entire file 2024-04-17 11:20:47 +02:00
JesmoDev
ff8da16560 cleanup 2024-04-17 11:20:47 +02:00
JesmoDev
4afa02bc96 init 2024-04-17 11:20:47 +02:00