discourse/spec
Kris 92521f46c3
UX: reset review queue tab, don't look up insights every toggle (#39271)
Fixes a couple issues reported here:
https://meta.discourse.org/t/ip-info-is-not-updated-when-you-switch-to-a-different-reviewable/391230

1. When you navigated from one review item directly to another, from
notifications for example, we weren't resetting the state so if you had
opened the insights tab it would remain open with stale IP data. Now
didUpdateAttrs will reset the state so the data will be fetched for the
new reviewable.

2. Every switch to the insights tab fetches data all over again — this
will check if it's been opened and shows/hides it with `hidden` to avoid
fetching the data every time
2026-04-15 11:48:59 -04:00
..
db DEV: Silence expected error/debug output in core specs (#39247) 2026-04-14 11:04:10 +02:00
fabricators FIX: Correct visit counter calculations for stacked report data (#38362) 2026-03-10 14:30:49 +08:00
fixtures FIX: Better handling of github_folder onebox w/o opengraph tags (#39142) 2026-04-08 11:49:57 +02:00
generator DEV: Remove deprecated trust level access settings (#36414) 2025-12-11 11:09:29 +10:00
helpers FIX: Make twitter card meta data translatable (#39150) 2026-04-08 18:40:21 +02:00
import_export DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
initializers FEATURE: Notify admins of upcoming changes and log events (#37003) 2026-01-21 12:45:54 +10:00
integration FEATURE: add modifier to restrict theme color schemes (#38796) 2026-03-26 09:03:11 -04:00
integrity FEATURE: Allow upcoming changes to control site setting defaults (#38815) 2026-04-08 13:05:44 +10:00
jobs FIX: Limit what's new to the last 4 months (#39216) 2026-04-15 11:43:12 +10:00
lib FIX: only clear current device push subscription on logout (#39266) 2026-04-15 11:39:42 -03:00
mailers FEATURE: Add recipient_username interpolation key for email templates (#38096) 2026-02-27 17:18:02 +01:00
models DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
multisite DEV: Fix spec cleanup issues for upcoming changes (#39024) 2026-04-01 14:15:02 +10:00
queries/reports UX: Add more reports to legacy, removing them from the reports page (#38688) 2026-03-18 22:18:47 +08:00
requests DEV: Silence expected error/debug output in core specs (#39247) 2026-04-14 11:04:10 +02:00
script/import_scripts
serializers FEATURE: Support group based category posting review modes (#38707) 2026-04-07 10:41:16 +08:00
services DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
support DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
system UX: reset review queue tab, don't look up insights every toggle (#39271) 2026-04-15 11:48:59 -04:00
tasks DEV: Silence expected error/debug output in core specs (#39247) 2026-04-14 11:04:10 +02:00
views FIX: remove ItemList schema from linkbacks in crawler view (#36608) 2025-12-11 10:41:47 +01:00
rails_helper.rb FIX: only clear current device push subscription on logout (#39266) 2026-04-15 11:39:42 -03:00
regenerate_swagger_docs
swagger_helper.rb DEV: add api docs for discourse-calendar events index endpoint (#35400) 2025-10-16 07:39:08 +08:00