Bartek Szopka

Results 49 issues of Bartek Szopka

During hackaton we discovered scss-comment-parser and CDocParser scss-comment-parser: https://github.com/SassDoc/scss-comment-parser CDocParser: https://github.com/FWeinb/CDocParser We could look into using one of them to parse custom annotations from the SCSS code to build class...

Priority: Low
Maintenance πŸ”¨

Currently we have some example-specific styling (for grids, layouts) in framework SCSS (`.grid-demo` `.app-demo`) and sometimes inline in example HTML (making it visible in CodePen). We should find a better...

Review: Code needed
Priority: Low
Maintenance πŸ”¨

`PercyScript` (a library that we use to do snapshots for percy) is now deprecated. They now have new CLI SDK. We could have a look and update. Deprecated: https://docs.percy.io/docs/percyscript New:...

Priority: Low

Follow up to Stylelint migration #3010 With sass-lint we enforced the order of declarations (extend / include / props). We should explore achieving similar rules with Stylelint and stylelint-scss. It...

Review: Code needed
Priority: Medium
Maintenance πŸ”¨

## Done [List of work items including drive-bys] Fixes [list issues/bugs if needed] ## QA - Open [demo](insert-demo-url) - [Add QA steps] - Review updated documentation: - [List any updated...

via @petermakowski comment via @petermakowski comment https://github.com/canonical/juju.is/pull/431#issuecomment-1231665391 > [...] the side navigation is missing a focus trap (if you keep pressing `Tab` you'll eventually start tabbing through elements on the...

Priority: Medium
Bug πŸ›
Accessibility

via @petermakowski comment https://github.com/canonical/juju.is/pull/431#issuecomment-1231665391 > `.p-side-navigation__toggle` element currently behaves like a link (`space` key does not trigger it on press, but that's just one example). Seems that a button element/role...

Priority: Medium
Bug πŸ›
Accessibility

Even that `TableCell` seems to have `className` prop defined it's not set on rendered element in static table. ```js Test heading Test data ``` It makes it impossible to change...

I tried to use `Table` component to render a static table and found it quite hard to use and debug. It seems to be making a lot of assumptions about...

Based on discussion in https://github.com/canonical/canonical.com/pull/1222#discussion_r1535890543 We have 2 pages that describe usage of horizontal rules: https://vanillaframework.io/docs/base/separators#horizontal-rule https://vanillaframework.io/docs/patterns/rule It is unclear which are supposed to be used. Are both valid? Should...