BookStack/resources/js
Dan Brown be736b3939
Replaced el.components mapping with component service weakmap
Old system was hard to track in terms of usage and it's application of
'components' properties directly to elements was shoddy.
This routes usage via the components service, with element-specific
component usage tracked via a local weakmap.
Updated existing found usages to use the new system.
2022-11-16 15:46:41 +00:00
..
components Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
services Replaced el.components mapping with component service weakmap 2022-11-16 15:46:41 +00:00
wysiwyg Removed use of image-manager/entity-selector window globals 2022-11-16 15:21:22 +00:00
app.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
code.mjs Added swift support to code blocks and editor 2022-11-12 08:44:25 +00:00