Shortcuts: Implement context and a few shortcuts of interest (#20204)
* setup files * allow Unproviding as a valid word * setup context * declare new module * clean up on destroy * implement keydown listener * rename to all * Revert "rename to all" This reverts commit 5384408d5f70111b63a5e07b9b20d6536c530c00. * revert shortcuts revert * move view initialization to submittable workspace base * comment on destroy thingy * submit workspace shortcut * rename to action * observe parent activation to make sure children follows along. * fix comment to make AI happy * implement modal view and titles * fix getting title from token * rename context alias * use controller not context here * provide modal view at modal element * implement view context at app level * Refactor view inheritance logic * reverse children to be activated loop * note on global shortcuts * additional note
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"cSpell.words": ["unprovide"],
|
||||
"cSpell.words": [
|
||||
"unprovide",
|
||||
"Unproviding"
|
||||
],
|
||||
"eslint.useFlatConfig": true,
|
||||
"eslint.workingDirectories": [
|
||||
"./src/Umbraco.Web.UI.Client/",
|
||||
|
||||
Reference in New Issue
Block a user