* web: break circular dependency between AKElement & Interface.
This commit changes the way the root node of the web application shell is
discovered by child components, such that the base class shared by both
no longer results in a circular dependency between the two models.
I've run this in isolation and have seen no failures of discovery; the identity
token exists as soon as the Interface is constructed and is found by every item
on the page.
* web: fix broken typescript references
This built... and then it didn't? Anyway, the current fix is to
provide type information the AkInterface for the data that consumers
require.
* web: rollback dependabot's upgrade of context
The most frustrating part of this is that I RAN THIS, dammit, with the updated
context and the current Wizard, and it finished the End-to-End tests without
complaint.
* Due for amendment
* Revert "Due for amendment"
This reverts commit
|
||
---|---|---|
.. | ||
api | ||
helpers | ||
styles | ||
ui | ||
constants.ts | ||
errors.ts | ||
events.ts | ||
global.ts | ||
labels.ts | ||
merge.ts | ||
messages.ts | ||
sentry.ts | ||
users.ts | ||
utils.ts | ||
ws.ts |