cloudscape-design / components

React components for Cloudscape Design System
https://cloudscape.design/
Apache License 2.0
2.34k stars 152 forks source link

chore: Improve graceful degradation for CodeEditor in Safari 15. #2366

Closed DaemonCahill closed 3 months ago

DaemonCahill commented 3 months ago
Screenshot 2024-06-12 at 10 08 22 PM

The CodeEditor was upgraded to use container queries with an anticipated degraded experience in Safari 15 for the remainder of the support cycle. A duplicate text occurrence of the count appears in the UI only for this browser and version. This PR adds an additional @supports query to remove this.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.50%. Comparing base (1c2a3ff) to head (f66124a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2366 +/- ## ======================================== Coverage 95.50% 95.50% ======================================== Files 708 708 Lines 18883 18883 Branches 6286 5998 -288 ======================================== Hits 18034 18034 - Misses 795 841 +46 + Partials 54 8 -46 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.