Warren Buckley
5e0a2e93b2
Document umb-debug in a story.mdx
2023-02-17 10:32:14 +00:00
Warren Buckley
c0dc1a41da
Suggest the MDX VSCode extension to help with the .MDX stories
2023-02-17 10:02:24 +00:00
Jacob Overgaard
29667b8bb7
lazily load the modal layout
2023-02-17 09:17:30 +01:00
Jacob Overgaard
6ab0bd77d1
add properties to a sub-ul list
2023-02-17 09:17:02 +01:00
Jacob Overgaard
430ccc7ea4
set class as default export
2023-02-17 09:16:44 +01:00
Warren Buckley
6bf96716ea
Specify an interface/type for the modal like others in codebase
2023-02-16 21:24:48 +00:00
Warren Buckley
fb54bd7ddd
Remove uneeded code now
2023-02-16 21:20:16 +00:00
Warren Buckley
a058ce01b8
Rename a few variables and try to improve the markup for use in dialog & non dialog mode as its now shared
2023-02-16 21:19:58 +00:00
Warren Buckley
afd5b6ad40
Make modal small - looks weird with too much whitespace
...
Remove assigning to const as we don't need the onClose callback - nothing happens in the open dialog to be notified about
2023-02-16 21:11:50 +00:00
Warren Buckley
5374215856
Move import for dialog into the main debug component
...
TODO: Ask Jacob on how to lazily load it
2023-02-16 20:27:35 +00:00
Warren Buckley
4e41078d46
Remove comment copied from example code in Storybook docs
2023-02-16 20:26:58 +00:00
Warren Buckley
3612323920
Remove modalHandler as its in the base class
2023-02-16 20:26:36 +00:00
Warren Buckley
bc71b3bca0
Merge branch 'main' into feature/debug-component
2023-02-16 20:15:06 +00:00
Warren Buckley
a42cc1bdb2
Update src/backoffice/settings/dashboards/published-status/dashboard-published-status.element.ts
...
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2023-02-16 20:13:52 +00:00
Warren Buckley
64ecdc69aa
Update src/backoffice/shared/components/debug/debug.element.ts
...
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2023-02-16 20:13:42 +00:00
Warren Buckley
2e3aafbc01
Update src/backoffice/shared/components/debug/debug.element.ts
...
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2023-02-16 20:12:54 +00:00
Warren Buckley
16cde515c2
Update src/backoffice/shared/components/debug/debug.modal.element.ts
...
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2023-02-16 20:12:39 +00:00
Jesper Møller Jensen
766eeeb34b
cleanup
2023-02-16 17:00:58 +13:00
Jesper Møller Jensen
87adf60b75
Merge remote-tracking branch 'origin/main' into feature/radio-list-property-editor
2023-02-16 16:58:25 +13:00
Jesper Møller Jensen
5f7f9783bc
cleanup
2023-02-16 16:46:15 +13:00
Jesper Møller Jensen
cd15c136b8
make checkbox list follow old backoffice data model
2023-02-16 16:39:48 +13:00
Jesper Møller Jensen
cf44e14604
cleanup radio button list
2023-02-16 16:39:15 +13:00
Warren Buckley
18d370392e
Merge branch 'main' into feature/debug-component
2023-02-15 16:45:45 +00:00
Warren Buckley
c2fab69600
Adds way to open debug info in a dialog
...
* UI needs tidying up - spacing
* Consider dropping the other UI approach and use dialog only
* Need to ensure all typed
* Neaten/refactor code if needed
* Lint code
2023-02-15 16:42:50 +00:00
Mads Rasmussen
d86f18f6eb
move eslint comment
2023-02-15 12:38:46 +01:00
Mads Rasmussen
79b82da42e
fix double provided context
2023-02-15 11:52:05 +01:00
Mads Rasmussen
1818cf74fa
remove test code
2023-02-15 11:49:24 +01:00
Mads Rasmussen
b9982647c5
Merge branch 'main' into bugfix/data-type-workspace
2023-02-15 11:47:34 +01:00
Mads Rasmussen
9892f3cae4
Merge branch 'main' into bugfix/data-type-workspace
2023-02-15 11:46:13 +01:00
Nathan Woulfe
4e2c399832
Adds repository for member types ( #525 )
...
* member types repo
* fix build
---------
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2023-02-15 11:44:28 +01:00
Jacob Overgaard
c48b913a72
Merge branch 'main' into feature/debug-component
2023-02-15 11:05:46 +01:00
Jacob Overgaard
1be4da9f3b
fix height transition + add scroll
2023-02-15 10:56:32 +01:00
Nathan Woulfe
9f59c190c3
updates repo implementation ( #523 )
...
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2023-02-15 09:45:39 +00:00
Nathan Woulfe
273714213c
UmbDetailRepository implemented in Dictionary repo ( #524 )
...
implement UmbDetailRepository<T> interface in dictionary repo
2023-02-15 09:43:39 +00:00
Jacob Overgaard
aee33197df
add support for functions and primitives
2023-02-15 10:39:39 +01:00
Jacob Overgaard
c1ae1aae6b
use typeof instead as it works with simple types
2023-02-15 10:34:30 +01:00
Jacob Overgaard
00662c9144
add type information
2023-02-15 10:32:34 +01:00
Nathan Woulfe
ff3e10e178
fixes registration of data types repository ( #521 )
...
* fixes registration of data types repository
removes old tree
* fix for pr-first-response?
* that was pointless - first run won't run again
* add repository to extensions registry
---------
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2023-02-15 09:24:54 +00:00
Jacob Overgaard
50708cdeff
Merge branch 'feature/debug-component' of https://github.com/umbraco/Umbraco.CMS.Backoffice into feature/debug-component
2023-02-15 10:22:38 +01:00
Jacob Overgaard
6da0a016f2
add method to get method names of instance
2023-02-15 10:22:32 +01:00
Nathan Woulfe
22d3894016
fix manifests ( #522 )
2023-02-15 09:20:36 +00:00
Warren Buckley
5d7748e385
Merge branch 'main' into feature/debug-component
2023-02-15 09:14:12 +00:00
Warren Buckley
e311465a1e
Remove unused import
2023-02-15 09:06:31 +00:00
Nathan Woulfe
10c5d38a86
repositories for media-types ( #520 )
...
* repositories for media-types
* consistent naming for repo alias
* scaffold entity actions for media type
* native private
---------
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2023-02-15 09:06:02 +00:00
Warren Buckley
7b99678f20
Merge remote-tracking branch 'origin/main' into feature/debug-component
...
# Conflicts:
# libs/context-api/provide/context-provider.ts
2023-02-15 09:05:01 +00:00
Niels Lyngsø
5df2f3a4f1
context-provider-controller prevents replacement ( #519 )
...
* context-provider-controller prevents replacement
* correct import order
* do not re-provide self providing context
* define and test controller-host-test element
2023-02-15 08:47:00 +00:00
Jesper Møller Jensen
75f6c23d81
follow old backoffice data model
2023-02-15 20:19:40 +13:00
Warren Buckley
de8406504f
Merge branch 'main' into feature/debug-component
2023-02-14 15:00:57 +00:00
Warren Buckley
0430b3b2e2
Try and display simple string values
2023-02-14 14:59:29 +00:00
Jacob Overgaard
81654c95dc
add context token
2023-02-14 15:57:25 +01:00