Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to Make It Pop will be documented in this file.

### Added
- Firefox for Android (mobile) support - extension now available on Firefox mobile browsers
- Light/Auto/Dark theme selector for settings and popup UIs so users can force a theme or follow their system preference
- Accessibility improvements for UI animations by honoring `prefers-reduced-motion` and tightening visual polish through the new design token system

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The phrase "tightening visual polish through the new design token system" might be a bit too technical for end-users reading the changelog. Consider rephrasing it to focus on the user-facing benefit, making it more accessible to a non-technical audience.

Suggested change
- Accessibility improvements for UI animations by honoring `prefers-reduced-motion` and tightening visual polish through the new design token system
- Accessibility improvements for UI animations by honoring `prefers-reduced-motion` and a refreshed user interface for a more polished and consistent look


### Fixed
- Popup confirmation dialog now fits properly within the popup instead of using janky native browser alerts... [#65](https://github.com/gerrywastaken/make-it-pop/pull/65)
Expand Down
Loading