django-pattern-library icon indicating copy to clipboard operation
django-pattern-library copied to clipboard

UI pattern libraries for Django templates

Results 45 django-pattern-library issues
Sort by recently updated
recently updated
newest added

From @nicklee I believe in #11, > See http://demo.patternlab.io, patterns in the dropdown “Templates” and “Pages” have a coloured dot alongside to show the current state

enhancement
storybook
ui

In GitLab by @tm-kn on Dec 12, 2017, 16:56 It may be useful for creating prototypes to be able to click from one pattern to another instead of having dead...

enhancement
storybook

Found a bug? Please fill out the sections below. 👍 ### Issue Summary Template tags cannot be overwritten under Django v4.1 because a [check has been introduced](https://github.com/django/django/pull/15005) to prevent this....

### Issue Summary Currently each list of patterns in the left hand menu can be expanded and collapsed via clicking the title e.g. 'Components'. Next to the title is a...

bug
ui

## Description This fix reverts the change to the `default_html` argument and converts it to none if it's not a string ## Checklist - [ ] My code follows the...

## Description This is a first pass at jinja support. Right now this supports the major features I can account for, outside of overriding extends and includes tags. I haven't...

### Is your proposal related to a problem? Right now the sizes used for different breakpoints (S, M and L) are fixed values. They are defined in https://github.com/torchbox/django-pattern-library/blob/main/pattern_library/templates/pattern_library/index.html#L16. Not all...

enhancement
good first issue
ui

### Is your proposal related to a problem? While trying to solve #212, i discover issues when trying to upgrade the tox.ini which was using whitelist_internals, a deprecated keyword. Sent...

Related issues: 1. tox no longer supports whitelist_externals See https://github.com/python-poetry/poetry/pull/7341 for details 2. tox cannot detect tool.poetry.dev-dependencies, so the solution adopted is to use tool.poetry.extras instead. Drawback is whenever use...

### Is your proposal related to a problem? I want to make this live on production for a certain group of users. I know that the pattern library can affect...