mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-11 03:10:34 +08:00
Modernizes the user notifications controller/template to native Ember patterns and corrects infinite scrolling behavior. * Convert legacy computed properties to getters; rely on model.content and model.loading * Fix memory leak build notification items with curryComponent(RelativeDate) instead of `<template>` * Remove listContainerClassNames; compose classes in template with concatClass and avatar toggle * Update markRead to set read on model.content; simplify updateFilter * Adjust unit tests to use ResultSet and updated access patterns * Add system spec validating progressive loading on scroll (infinite scrolling) |
||
|---|---|---|
| .. | ||
| hide_from_public_spec.rb | ||
| staff_info_spec.rb | ||
| user_invites_spec.rb | ||
| user_notifications_spec.rb | ||
| user_page_search_spec.rb | ||
| user_preferences_account_spec.rb | ||
| user_preferences_interface_spec.rb | ||
| user_preferences_navigation_spec.rb | ||
| user_preferences_notifications_spec.rb | ||
| user_preferences_profile_spec.rb | ||
| user_preferences_security_spec.rb | ||
| user_profile_info_panel_spec.rb | ||
| users_directory_spec.rb | ||