Adam Stankiewicz

Results 81 issues of Adam Stankiewicz

Currently, DataTable supports switching between a table view and a card view. Ideally, the same functionality should be available between the 2 if we allow the user to switch between...

raccoon-gang

* Removes custom `browserslist` configuration in favor of using a [shared configuration](https://github.com/edx/browserslist-config). This change reduces the resultant asset bundle size.

Related PRs: https://github.com/edx/frontend-app-learner-portal-enterprise/pull/201/ https://github.com/edx/edx-platform/pull/26474 **Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production...

## Bugs When trying to use latest version of `@openedx/paragon@alpha`, the Paragon CLI throws a JS error: ```shell ❯ npm run build > @edx/[email protected] build > make build rm -rf...

bug
design tokens

We have an alpha version of `@edx/paragon` and `@edx/brand-edx.org` supporting design tokens, CSS variables, and already compiled CSS. There is a draft solution in `@edx/frontend-platform` ([PR](https://github.com/openedx/frontend-platform/pull/440)) to build a mechanism...

engineering

As a follow-up to https://github.com/openedx/paragon/pull/1992 (https://github.com/openedx/paragon/issues/1947), we would like to migrate to using composite tokens similar to what's proposed in the W3C spec for the following tokens types: * Shadow...

raccoon-gang
engineering

Monitor this issue (https://github.com/amzn/style-dictionary/issues/921) for additional updates.

engineering

https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0048-brand-customization.html

engineering

## Bugs Currently, Paragon supports following locales ([source](https://github.com/openedx/paragon/blob/master/src/i18n/index.js)): ```js const messages = { ar: arMessages, ca: caMessages, 'es-419': es419Messages, fr: frMessages, he: heMessages, id: idMessages, 'ko-kr': kokrMessages, pl: plMessages, 'pt-br':...

bug
i18n