* 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
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"cSpell.words": [
|
|
"unprovide",
|
|
"Unproviding"
|
|
],
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.workingDirectories": [
|
|
"./src/Umbraco.Web.UI.Client/",
|
|
"./src/Umbraco.Web.UI.Login/"
|
|
]
|
|
}
|