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/tests/unit/models
Osama Sayegh 118ce348f4
DEV: Let unread topics come through to /new when new new view is enabled (#20628)
Currently, if a user has opted into the new new experiment (introduced in a509441) and they click on the "See # new or updated topics" banner (screenshot below) at the top of the /new topics list, only new topics are loaded even if there are tracked topics with new replies.

This is unexpected in the new new view experiment because /new in this experiment is supposed to show both new and unread topics so it should listen for both new topics and new replies for existing/tracked topics. This PR addresses this inconsistency and makes it so that clicking the banner load all new and updated topics.
2023-03-10 09:57:35 +08:00
..
badge-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
bookmark-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
category-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
composer-test.js FIX: Don't set categoryId on PM drafts (#20475) 2023-03-01 11:32:12 +01:00
email-log-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
group-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
invite-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
nav-item-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
pending-post-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
post-stream-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
post-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
private-message-topic-tracking-state-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
report-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
rest-model-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
result-set-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
session-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
site-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
staff-action-log-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
tag-test.js SECURITY: Hide PM count for tags by default (#20061) 2023-01-31 12:08:23 +08:00
theme-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
topic-details-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
topic-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
topic-tracking-state-test.js DEV: Let unread topics come through to /new when new new view is enabled (#20628) 2023-03-10 09:57:35 +08:00
user-action-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
user-badge-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
user-drafts-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
user-stream-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00
user-test.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
wizard-field-test.js DEV: Modernize model tests (#19104) 2022-11-18 20:36:32 +01:00