discourse/app
Jarek Radosz 8d613e0b85
DEV: Minor topic-tracking-state refactor (#17707)
* Use `Set` instead of `Array` for `this.newIncoming`
* Remove `isUnseen()`
* Use array spread instead of `Array.from()`
* Don't use `@on()`
* Fix typos
* Make sure `this.incomingCount` is always a Number
2022-07-28 23:46:30 +02:00
..
assets DEV: Minor topic-tracking-state refactor (#17707) 2022-07-28 23:46:30 +02:00
controllers DEV: Add reviewables tab to the new user menu (#17630) 2022-07-28 11:16:33 +03:00
helpers DEV: Remove development cache-buster query parameter (#17444) 2022-07-12 11:53:59 +01:00
jobs FIX: Publish membership update events when refreshing automatic groups. (#17668) 2022-07-27 11:34:08 -03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FIX: Ensure theme_uploads_local only has one / at beginning (#17719) 2022-07-28 22:20:52 +01:00
serializers DEV: Add reviewables tab to the new user menu (#17630) 2022-07-28 11:16:33 +03:00
services DEV: Introduce SiteSetting to enable/disable Sidebar. (#17662) 2022-07-27 13:42:26 +08:00
views FEATURE: revamped wizard (#17477) 2022-07-27 06:53:01 +05:30