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/app/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
..
action-summary.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
archetype.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
associated-group.js FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
badge-grouping.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
badge.js UX: Show information about badge errors when saving 2022-09-01 09:59:14 +01:00
bookmark.js FIX: Bookmark auto delete preference usage and default value (#19707) 2023-01-05 08:43:58 +10:00
category-list.js FEATURE: Introduce 'Subcategories with featured topics' view (#16083) 2022-03-04 21:11:59 +00:00
category.js DEV: Apply form template to categories (#20337) 2023-02-23 11:18:14 -08:00
composer.js FIX: Don't set categoryId on PM drafts (#20475) 2023-03-01 11:32:12 +01:00
draft.js FEATURE: Cook drafts excerpt in user activity (#14315) 2021-09-14 15:18:01 +03:00
group-history.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
group.js FEATURE: Allow group owners promote more owners (#19768) 2023-01-11 16:43:18 +08:00
invite.js DEV: Replace deprecated String.prototype.substr() (#16233) 2022-04-01 17:35:17 +02:00
live-post-counts.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
login-method.js UX: Fallback to regular title if screen-reader title is unavailable (#15048) 2021-11-23 11:12:54 +00:00
nav-item.js DEV: Include unread topics in New topic lists and link to it in sidebar (#20432) 2023-02-27 15:11:01 +03:00
notification.js DEV: Include pending reviewables in the main tab in the user menu (#18471) 2022-10-05 12:30:02 +03:00
pending-post.js FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
permission-type.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
post-action-type.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
post-stream.js FIX: error when opening a previously deleted post (#19346) 2022-12-06 23:49:34 +04:00
post.js FEATURE: Allow admins to permanently delete revisions (#19913) 2023-01-19 15:09:01 -06:00
published-page.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
rest.js DEV: Replace site-settings:main with service:site-settings (#17734) 2022-08-01 09:43:33 +01:00
result-set.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable-history.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
reviewable.js UX/DEV: Review queue redesign fixes (#20239) 2023-03-02 16:40:53 +01:00
session.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
site.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
static-page.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
store.js DEV: Add unique ids to deprecations (#19019) 2022-11-16 10:00:39 +00:00
tag-group.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
tag.js SECURITY: Hide PM count for tags by default (#20061) 2023-01-31 12:08:23 +08:00
topic-details.js DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
topic-list.js DEV: Use includes() instead of indexOf() >= 0 (#17553) 2022-07-19 10:27:40 +08:00
topic-timer.js FEATURE: Allow durations < 1 hour and < 1 day for topic timers where duration is specified (auto delete replies, close based on last post) (#11961) 2021-02-05 10:12:56 +10:00
topic-tracking-state.js DEV: Let unread topics come through to /new when new new view is enabled (#20628) 2023-03-10 09:57:35 +08:00
topic.js DEV: Resolve topic#details computed-property.override deprecation (#20612) 2023-03-09 13:44:50 +00:00
trust-level.js FIX: Don't store translated trust level names in anonymous cache (#13224) 2021-06-01 22:11:48 +02:00
user-action-group.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
user-action-stat.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-action.js A11Y: multiple fixes to user stream items (#18368) 2022-09-27 10:59:26 -04:00
user-badge.js DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
user-draft.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
user-drafts-stream.js FEATURE: improve blank page syndrome on the user activity pages (#14311) 2021-09-16 21:35:34 +04:00
user-menu-reviewable.js DEV: Refactor notification/reviewable items rendering in the new user menu (#17792) 2022-08-05 07:55:00 +03:00
user-posts-stream.js DEV: Remove cache option from ajax() (#13142) 2021-05-31 14:41:35 +02:00
user-stream.js FEATURE: improve blank page syndrome on the user activity pages (#14311) 2021-09-16 21:35:34 +04:00
user.js DEV: Resolve user_option deprecations (#20192) 2023-02-09 16:05:42 +00:00