Adam Stankiewicz

Results 81 issues of Adam Stankiewicz

See the "Heads up!" section here: https://sass-lang.com/documentation/at-rules/import > The Sass team discourages the continued use of the @import rule. Sass will [gradually phase it out](https://github.com/sass/sass/blob/master/accepted/module-system.md#timeline) over the next few years,...

awaiting prioritization
maintenance
engineering

Adds the ability to specify the number of passengers for a flight, defaulting to 1 (see #4)

# For all changes - [ ] Ensure adequate tests are in place (or reviewed existing tests cover changes) # Only if submitting a visual change - [ ] Ensure...

# Description ADR about data and routing implications for Learner Credit Management feature. [Formatted ADR Preview](https://github.com/openedx/frontend-app-admin-portal/blob/634fb71a3e0b1312767125c08781f19c8e2ff51a/docs/decisions/0006-learner-credit-management-data-routing.rst) # For all changes - [ ] Ensure adequate tests are in place (or...

**Description:** Implementation POC/prototype for ADR on loading a common, external stylesheet for MFEs. * Introduces `useParagonTheme` in `AppProvider` to load/inject `` elements for the core theme CSS and any theme...

# Description Seemingly since [this PR](https://github.com/openedx/frontend-platform/pull/422) to upgrade `@edx/frontend-platform` to React Router v6, components seem to need to be explicitly subscribed to the `AppContext` when retrieving the authenticated user object...

bug

# Context `@edx/frontend-platform` provides an analytics service interface and a Segment implementation for tracking events (custom events, page events, identify events). The Segment implementation relies on helper functions from Segment.js,...

enhancement

# Description The example app within this repo is defined in the `example` folder. It acts as an example micro-frontend (MFE). The entry point for the example app (i.e., `example/index.jsx`)...

bug
awaiting prioritization

Integrates the base frontend-template-application MFE with the Paragon CLI command `install-theme`. Allows engineers doing local development with custom `@edx/brand` NPM packages to run the custom brand without risking modifying/committing code...

## Improvements `Hyperlink` is currently always a wrapper around the standard HTML anchor tag (i.e., ``). As a result, it is not currently possible to use the `Hyperlink` component with...

good first issue