flask-menu icon indicating copy to clipboard operation
flask-menu copied to clipboard

Flask-Menu is a Flask extension that adds support for generating menus.

Results 13 flask-menu issues
Sort by recently updated
recently updated
newest added

:heart: Thank you for your contribution! ### Description Adds a config-variable for customizing menus via config. ### Checklist Ticks in all boxes and 🟢 on all GitHub actions status checks...

`flask_menu` is now **[broken as of Flask 2.3.0](https://flask.palletsprojects.com/en/2.3.x/changes/)** (pallets/flask#4605): > The `app.before_first_request` and `bp.before_app_first_request` decorators are removed. Causes: inveniosoftware/flask-breadcrumbs#56.

bug

## Is your feature request related to a problem? Please describe. If I have a menu registered with, e.g., ``` @app.route("/x") @register_menu(app, '.a', 'Test') def xyzzy(): #... ``` and my...

:heart: Thank you for your contribution! ### Description Added minor changes that enabled Breadcrumb functionality. There was issue with **active_item** property - it failed to create url for endpoint with...

- https://github.com/inveniosoftware/flask-menu/runs/1524597992?check_suite_focus=true ``` FAILED tests/test_core.py::TestMenu::test_active_checks_segment_not_prefix - ... FAILED tests/test_core.py::TestMenu::test_active_item - AttributeError: 'Asse... FAILED tests/test_core.py::TestMenu::test_active_when - AttributeError: 'Asse... FAILED tests/test_core.py::TestMenu::test_app_without_existing_extensions - A... FAILED tests/test_core.py::TestMenu::test_blueprint - AttributeError: 'Assert... FAILED tests/test_core.py::TestMenu::test_classy_endpoint - AttributeError:...

Please, can you describe purpose and usage of the menu's root (its path is dot)? In basic example is root's menu item (``index``) defined by this: ```python @register_menu(app, '.', 'Home')...

There are scenarios where some flask extension might want to provide `Flask-Menu` capabilities for its blueprints, but the user of the extension is not interested in this (e.g. if the...

Type: enhancement
Size: easy