Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Time

Item

Presenter

Notes

Open PRs

Vladyslav Zadorozhnii

Open PRs
https://github.com/openedx/paragon/pull/1498 Multiselect
There was requirements to create design for Multiselect . Any progress?

  • Dark theme variant?

  • Need to check-in with Gabe + Chip designs (blocking implementation to resolve Chip as currently implemented).

    • Should be design’s highest priority with Paragon backlog.


https://github.com/openedx/paragon/pull/2013 table of content

[Adam] Reviewed.


https://github.com/openedx/paragon/pull/1911 Pagination component


https://github.com/openedx/paragon/pull/2177 Define Types

[Adam] Reviewed.

https://github.com/openedx/paragon/pull/2379 we continue rebasing sync?

Skeleton fix

https://github.com/openedx/paragon/pull/2531

SCSS flags

Vladyslav Zadorozhnii

https://github.com/openedx/paragon/pull/2423

Code Block
# on the top of _variables.scss
:root {
  --pgn-elevation-box-shadow-centered-5: none;
  --pgn-elevation-box-shadow-centered-4: none;
  --pgn-elevation-box-shadow-centered-3: none;
   and so on ...
}

Maybe I am missing something…


[Adam] brand-openedx repo itself will continue to not define any custom design tokens; instead, it acts as a template for brand authors to clone/create their own brands. Since Paragon’s default SCSS has $enable-shadows: false, we should continue to adhere to that and ensure no tokens defined in the Paragon repo has shadows configured. That said, we should ensure any shadows are applied for brand-edx.org repo.

Migration docs + suggestion for CLI update to incapsulate commands for migration

Vladyslav Zadorozhnii

Updated docs a bit
Migrating MFEs to Paragon design tokens and CSS variables

New issues

Peter Kulko

https://github.com/openedx/paragon/issues/2519

[ADAM] GREAT CATCH! YES.


https://github.com/openedx/paragon/issues/2520

Brand and *-header/footer PRs

Vladyslav Zadorozhnii Peter Kulko

  • OpenEdx Frontend-component-header -

https://github.com/openedx/frontend-component-header/pull/351

  • OpenEdx Frontend-component-footer -

https://github.com/openedx/frontend-component-footer/pull/303

  • Edx Frontend-component-header -

https://github.com/edx/frontend-component-header-edx/pull/393

  • Edx Frontend-component-footer -

https://github.com/edx/frontend-component-footer-edx/pull/294

PRs:

https://github.com/edx/brand-edx.org/pull/75

https://github.com/openedx/brand-openedx/pull/16


.gitkeep add to empty directories

Buttons standardization for both themes for alpha

Peter Kulko

https://github.com/edx/brand-edx.org/pull/75/files Edx.org


...