You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial work on making global notices into a nice floating pill-shape that doesn't interfere with the page flow has happened in #2413. They're already an improvement over what we currently have, but there are a few additional enhancements that will make them even more sweet.
style notice-action to allow for action links inside global notices (they should allow for gridicons as well)
allow more than one notice to stack up, rather than new notices replacing older ones—they should create a nice list
allow notices to have either a timeout (to be fully ephemeral, like for 'Saved!' notices)
or allow notices to be replaced by another notice (like 'Activating Plugin' => 'Plugin Activated')—they would have to be sub-grouped or something
More fun animation—take a cue from the Reader 'new posts' indicator and have the notices slide in from stage left, and fly out the same way
Convert the Reader 'new posts' indicator to be a global notice so it doesn't collide with them
- Allow notices to include an action link.
- Allow notices to have a timeout.
- Add 1px of top margin to a notice.
- Improve a bit of performance.
- New notice replaces the old one has the same ID.
- More than one notice will stack up.
- The Reader uses Global Notices for 'new posts' indicator.
- Update the design example to use redux action creators instead of old notice functions.
This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week. If you would like it to remain open, can you please comment below and see what you can do to get things moving with this issue? Thanks! 🙏
Initial work on making global notices into a nice floating pill-shape that doesn't interfere with the page flow has happened in #2413. They're already an improvement over what we currently have, but there are a few additional enhancements that will make them even more sweet.
notice-action
to allow for action links inside global notices (they should allow for gridicons as well)cc @mtias
The text was updated successfully, but these errors were encountered: