Plugin architecture for MenuManager #10

Open
opened 2026-03-11 13:54:40 +00:00 by vps1_gitea_admin · 0 comments

Problem

MenuManager hardcodes 3 menu types. Adding new menu types requires modifying the core class.

Solution

Refactor MenuManager to accept plugin registrations for new menu types.

Files affected

  • generalFunctions/src/menu/index.js
## Problem MenuManager hardcodes 3 menu types. Adding new menu types requires modifying the core class. ## Solution Refactor MenuManager to accept plugin registrations for new menu types. ## Files affected - generalFunctions/src/menu/index.js
vps1_gitea_admin added the P2-extensibility label 2026-03-11 13:54:40 +00:00
Sign in to join this conversation.