This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
components FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
controllers FIX: do not save draft while it is loading 2020-03-31 11:49:10 +11:00
helpers Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
initializers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
lib fix documentation (#9327) 2020-03-31 17:19:47 +02:00
mixins DEV: prefer Date.now() over new Date().getTime() 2020-03-26 17:36:53 +11:00
models FIX: do not save draft while it is loading 2020-03-31 11:49:10 +11:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
routes FEATURE: Display "Last Updated At" on user directory 2020-03-30 14:34:48 -04:00
services Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
templates UX: minor tweaks to users directory last updated at styling (#9322) 2020-03-31 10:12:52 +02:00
widgets FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00