discourse/spec/system/user_page
Sérgio Saquetim 0a6c7a5f28
FIX: Infinite scrolling on user notification pages; modernize controller (#35677)
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)
2025-10-29 15:28:06 -03:00
..
hide_from_public_spec.rb UX: Improve UX when profiles are hidden from anon (#32938) 2025-05-27 14:18:25 +01:00
staff_info_spec.rb FEATURE: Make it easier for staff to see if a profile is silenced (#33537) 2025-07-14 12:44:31 +08:00
user_invites_spec.rb FIX: Show bulk removal of expired invites (#33716) 2025-07-21 17:13:06 +08:00
user_notifications_spec.rb FIX: Infinite scrolling on user notification pages; modernize controller (#35677) 2025-10-29 15:28:06 -03:00
user_page_search_spec.rb FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
user_preferences_account_spec.rb DEV: Add capability to pass an icon setting into auth provider registration (#34584) 2025-08-28 09:14:36 -05:00
user_preferences_interface_spec.rb DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
user_preferences_navigation_spec.rb UX: Enable 'viewport based mobile mode' by default (#35036) 2025-09-29 19:46:52 +01:00
user_preferences_notifications_spec.rb FEATURE: disable link notification user preference (#35352) 2025-10-14 10:53:05 +02:00
user_preferences_profile_spec.rb FIX: Required confirmations not showing up (#34504) 2025-08-25 13:51:04 +08:00
user_preferences_security_spec.rb FIX: Add backup codes immediately after adding 2FA (#35287) 2025-10-08 12:56:35 -07:00
user_profile_info_panel_spec.rb FIX: Render user profile trust level name for TL0 (#22740) 2023-07-21 15:16:34 +08:00
users_directory_spec.rb DEV: Remove flaky test for now (#29249) 2024-10-17 16:58:35 +08:00