discourse/app/assets/stylesheets/common
Martin Brennan b79ea986ac
FEATURE: High priority bookmark reminder notifications (#9290)
Introduce the concept of "high priority notifications" which include PM and bookmark reminder notifications. Now bookmark reminder notifications act in the same way as PM notifications (float to top of recent list, show in the green bubble) and most instances of unread_private_messages in the UI have been replaced with unread_high_priority_notifications.

The user email digest is changed to just have a section about unread high priority notifications, the unread PM section has been removed.

A high_priority boolean column has been added to the Notification table and relevant indices added to account for it.

unread_private_messages has been kept on the User model purely for backwards compat, but now just returns unread_high_priority_notifications count so this may cause some inconsistencies in the UI.
2020-04-01 09:09:20 +10:00
..
admin UX: better customize emoji layout on mobile (#9319) 2020-03-31 08:55:47 +02:00
base FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
components DEV: adds a new dropdown widget usable in any widget (#9297) 2020-03-31 09:13:16 +02:00
foundation UX: Cap height of user fields on mobile user-cards, add line-clamp mixin 2020-02-14 16:19:11 -05:00
select-kit UX: Better spacing for icons in select-kit labels 2020-03-27 16:06:40 -04:00
d-editor.scss FIX: Perform crop using user-specified image sizes (#9224) 2020-03-26 16:40:00 +02:00
input_tip.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
printer-friendly.scss DEV: Add before button hook in post-menu. (#7550) 2019-05-15 22:48:23 +03:00
topic-entrance.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
topic-timeline.scss UX: Cap height of user fields on mobile user-cards, add line-clamp mixin 2020-02-14 16:19:11 -05:00