element-web/src/components/views/context_menus
Travis Ralston 1d9d0cd7be Convert a bunch more js-sdk imports to absolute paths
Turns out a lot of the typescript warnings about improper warnings were correct. TypeScript appears to be pulling in two copies of the js-sdk when we do this, which can lead to type conflicts (or worse: the wrong code entirely). We fix this at the webpack level by explicitly importing from `src`, but some alternative build structures have broken tests because of this - jest ends up pulling in the "wrong" js-sdk, breaking things.
2021-03-18 20:50:34 -06:00
..
CallContextMenu.tsx Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
DialpadContextMenu.tsx Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
GenericElementContextMenu.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
GenericTextContextMenu.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
GroupInviteTileContextMenu.js Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
IconizedContextMenu.tsx Consolidate all the work thus far 2020-09-08 15:43:38 +01:00
MessageContextMenu.js Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
StatusMessageContextMenu.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
TagTileContextMenu.js Batch of views getting replaceableComponent decorators 2021-03-08 20:23:29 -07:00
WidgetContextMenu.tsx console.error 2021-03-05 10:34:03 +00:00