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

Easily create navigation for Flask applications.

Results 16 flask-nav issues
Sort by recently updated
recently updated
newest added

Resolves this error ``` flask_nav\__init__.py:49: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class ElementRegistry(collections.MutableMapping): ``` Edit:...

The attribute MutableMapping from the module collections got moved into collections.abc in python3.10. If we don't make this update, users will see this error when they try to use this...

I am using `flask-nav==0.6` on Python 3.10.4 and meet this error: File "/usr/local/lib/python3.10/site-packages/flask_nav/__init__.py", line 49, in class ElementRegistry(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping'

I've tried implementing a RawTag object, but can't figure it out by looking through the source code. I've tried - `RawTag("")` - `RawTag('http://www.w3schools.com/images/colorpicker.gif', type='img')` but they don't work. Can you...

The README example uses a missing 'Label' class, Did you mean 'Text' ?

New element "ViewImg" for link with a img tag. Used by issue #2 and template "Logo Nav" of Start Bootstrap. http://startbootstrap.com/template-overviews/logo-nav/

Dear @mbr, I like flask-nav, thanks for sharing this code with your insights. I have run into a minor issue. The example does not work completely; you don't get to...

The default nav class is container-fluid,how can I change it to container?Thanks.

How about adding these parameters to the elements (except "separator"): role=string | list = roles to check when navbar is rendered against current_user.has_role() (only in an own renderer "authorized") icon=string...

hello! how to add to left aligned navbar right aligned block? for getting navbar like on http://getbootstrap.com/