Adam Stankiewicz

Results 81 issues of Adam Stankiewicz

* Adds https://paragon-openedx.netlify.app to the `README` * Fixes the alphabetical ordering of the E's in the list Thanks @alexpate! Awesome collection :)

Consider how a `Layout` component might help simplify how responsive layouts are designed and implemented to improve communication between designers and engineers. Paragon supports layouts through Bootstrap's grid system via...

![image](https://user-images.githubusercontent.com/2828721/185489246-945b828f-cbbb-467b-95bb-9df37815a6bb.png) When an input field becomes pretty narrow, the floating label expands beyond the width of the input field, which is likely not intended. However, this floating label animates to...

bug
raccoon-gang

Figma: https://www.figma.com/file/eGmDp94FlqEr4iSqy1Uc1K/Paragon-Design-System?node-id=14235%3A206

blocked by other work
raccoon-gang

https://paragon-openedx.netlify.app/components/truncate/ In `Truncate`, `children` is expected to be a string. However, by not supporting any type (string, node, etc.), we run the risk of having the component being flexible enough...

raccoon-gang

**Description** > 16:38:47 [@formatjs/cli] [WARN] Error validating message "El tipo de archivo debe ser {count, plural, one {{typeString} archivo} otro {one of {typeString} files}}." with ID "dropzone.Dropzone.invalidType" in file "./src/i18n/messages/es_419.json"...

raccoon-gang
i18n

On `master`, I ran `npm i` and then `npm run lint` and it results in 3936 linting errors (sample in screenshot). But, interestingly, none of these errors fail CI? **AC**...