Closes #3482394
This MR:
primaryPanelSlice.ts
so the 'Add section' and 'Add component' functionality still works.PrimaryMenu.tsx -> PrimaryPanel.tsx
to be consistent with ContextualPanel.addMenuSlice.ts -> primaryPanelSlice.ts
AddMenu
code (files in /topbar/add/)
with a todo comment at the top to reuse when the modules menu work happens.NodeType -> LayoutItemType
('component' | 'section') in primaryPanelSlice.ts
to avoid confusion with the LayoutNode
enum ('slot' | 'component' | 'root') in layoutModelSlice.ts