rafalp / Misago

Misago is fully featured modern forum application that is fast, scalable and responsive.
http://misago-project.org
GNU General Public License v2.0
2.49k stars 521 forks source link

New menu abstraction #1743

Closed rafalp closed 3 months ago

rafalp commented 3 months ago

Three pages in Misago have customizable menus:

Those menus currently exist as Page instances, but new simpler Menu class would be preferable for same problem. We could then have account_settings_menu = Menu() singleton and other singletons that will be easy for plugins to extend.