-
Updated
Jul 1, 2021
pattern-library
Here are 130 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Java
-
Updated
Jun 19, 2021 - SCSS
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
May 4, 2021
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Jul 16, 2021 - Twig
-
Updated
Aug 25, 2020 - HTML
Issue Summary
We set X-Frame-Options: sameorigin
on RenderPatternView
responses, but if an exception is raised and DEBUG = True
, the error page response does not have that heading set by default.
Steps to Reproduce
- Try to view a pattern that throws an error while rendering (or stick
assert False
in theRenderPatternView.get()
method) - Django debug error page is blo
-
Updated
Jul 11, 2021
-
Updated
Sep 12, 2020 - Vue
-
Updated
Apr 9, 2021 - HTML
As mentioned in here:
https://community.digital.gov.au/t/form/111/13
We may need to adjust our hint text and error messages, so that they have a full stop at the end.
-
Updated
Jul 15, 2021 - C#
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
May 4, 2021
Having a pointer cursor on the label for an disabled checkbox/radio button gives the indication that you can press it, which is not the case.
You can experience it yourselves by going to https://hedwig-docs.herokuapp.com/posten.html#/Checkbox or https://hedwig-docs.herokuapp.com/posten.html#/Radio-buttons. Scroll down to a disabled example, and see how to cursor becomes a pointer when hovering
-
Updated
May 12, 2017 - PHP
-
Updated
Jun 26, 2018 - HTML
-
Updated
Jun 16, 2021 - CSS
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
May 10, 2021 - CSS
-
Updated
Sep 4, 2020 - CSS
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
May 10, 2019 - JavaScript
Improve this page
Add a description, image, and links to the pattern-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pattern-library topic, visit your repo's landing page and select "manage topics."
As mentioned in #33, the current way how copying assets (fonts, images) work is by manually configuring paths for a copy task. This works a bit against the concept of Webpack, which should automatically resolve dependencies and then copy them.
I can provide these changes via a pull request, as I already updated this behavior in my projects which are using patternlab-edition-node-webpack. So it'