You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the section and state abstraction, and the TUI screen, moved to milpa/console. Milpa\Admin\Section\AdminSection is now Milpa\Console\Section\Section, AdminSectionProvider is SectionProvider, AdminTuiScreen is ConsoleScreen, and the contract methods adminSections() / adminSectionStates() are sections() / sectionStates(). A plugin contributing admin sections must update its imports and those two method names.
Features
the shell moves to milpa/console; admin keeps the web panel (2c80681)