Brian Smith

Results 34 issues of Brian Smith

## Description https://github.com/openedx/paragon/issues/2794 ### Deploy Preview Include a direct link to your changes in this PR's deploy preview here (e.g., a specific component page). ## Merge Checklist * [ ]...

from @bradenmacdonald [on slack](https://openedx.slack.com/archives/C04BM6YC7A6/p1702408599842799) > Hey folks, does Paragon have a philosophy for handling z-index conflicts? For example, we are trying to use a `Form.Autosuggest` inside a modal, and the...

originally posted on slack > when handling the error state, it's not quite clear what the intended behavior is if you click into a control and immediately click/tab out, you...

bug
blocked by other work
design
engineering

Inspired by [this comment](https://github.com/openedx/paragon/pull/2451#issuecomment-1673835853) As we add more examples to component pages on the docs site, it's possible users will feel overwhelmed with the amount of information presented at once....

documentation
discovery

@cintnguyen brought this to my attention after hitting a few snags when learning how to consume Paragon components. It seems if someone trying to add Paragon to a new [`create-react-app`](https://create-react-app.dev/)...

documentation

We have this in `frontend-template-application` https://github.com/openedx/frontend-template-application/blob/984c19a3a617c2686fbdb412c6eec637d3725ccf/package.json#L16. It'd be nice to be able to tell people who have lint errors on their PR to try running `npm run lint:fix` to quickly...

we have a lot of them https://github.com/openedx/paragon/blob/f5fb6c9e6a3884351b3b8b9ae65c8105f5740c0f/package.json#L22-L45 it'd be good to add some documentation to explain how/why each can be used

documentation

When looking at https://github.com/openedx/paragon/pull/2492 it seemed like adding a link to the recommended replacement component would be a good idea. We don't, however, parse `mdx.frontmatter.notes` as markdown when rendering it...

docs

* Reverts commit eb26333ca61e0df138c6d6450d712714cb7dd268. (https://github.com/openedx/edx-platform/pull/34496) * Fixes issue where built in xblock bundles were being prefixed with `auto`. For example, instead of `VideoBlockDisplay.js` we had `autoVideoBlockDisplay.js` * Fixes issues caused...

As of writing, there are [10 open renovate PRs](https://github.com/openedx/course-discovery/pulls/app%2Frenovate). When anything is merged to `master`, the [renovate bot](https://github.com/apps/renovate) rebases the PRs which triggers the CI. This is problematic for a...