commit | 4cfa32f89c0e05bf723f0e1f71dc7125ea8c41ea | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Thu Jul 22 17:29:03 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Thu Jul 22 21:51:47 2021 +0200 |
tree | 0c2824d80ad78cd103d28dd6e7434286b0d6cc76 | |
parent | ac9fc9eef6bfe4d0588c79b517703ce1384dca43 [diff] |
Fix: sometimes the avatars cache isn't used When going back to a thread list from another page, the Community Console shows the thread list using the cached list (it doesn't retrieve the list again from the API), and so the avatars feature times out while waiting for the XHR interceptor to handle invalidations, and gets the threads from the server instead of from the cache. Now, after the wait times out, it will be assumed that the API request didn't occur and so the avatars in the cache are still valid, so the cache entry will be used if it exists instead of calling the API. Fixed: twpowertools:10, twpowertools:8 Change-Id: I992e3c9692c0523be6470bded049500997b46222
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.