Adam Stankiewicz

Results 98 issues of Adam Stankiewicz

## Description Introduces `as` prop and types for `Hyperlink` to make it compatible with React Router's `Link`. Note: May need to be updated after #3080 is reviewed/merged. ### Deploy Preview...

* 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.

# Description ## Context Open edX instances (e.g., 2U) rely on third-party tools for logging and analytics (e.g., Datadog, Hotjar). Some of these tools end up ingesting PII into things...

The `frontend-app-learner-portal-enterprise` MFE makes requests to several API endpoints within `course-discovery`, e.g. to serve metadata about courses, programs, course recommendations, and course reviews. However, enterprise users are frequently rate limited...

**Description:** Taking a stab at some more formal documentation around how to integrate third-party, external services with the `frontend-platform` library, including current & proposed patterns. **Merge checklist:** - [ ]...

Once the 2U-owned Paragon Figma UI kit is handed off / migrated to an Axim-owned UI kit and published to the Figma Community, we will want to migrate the existing...

As part of a security review of the public, open-source CDN jsDelivr that 2U/edX.org frontends intend to use to consume Paragon's design tokens external CSS, it was asked we support...

design tokens

## Bugs The `ModalDialog.Title` component used within `AlertModal` is an `h2` element styled as a `h4` ([source](https://github.com/openedx/paragon/blob/e143de1b726499a8b22ca7e74a07ad54e4a13331/src/Modal/_ModalDialog.scss#L311)), despite Paragon's Figma library showing it styled as an `h3` like the other...

bug
design

## Description **Goal:** When using the bulk enrollment API to auto-enroll learners in default enterprise enrollment intentions, related `DefaultEnterpriseEnrollmentRealization` records should be created. [ENT-9684](https://2u-internal.atlassian.net/browse/ENT-9684) ### CHANGELOG * Extended the `enroll_learners_in_courses`...