v3.3.1

Changelog: https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/+log/refs/tags/v3.3.0..refs/tags/v3.3.1
fix: ignore CC requests used to add filter counters to the drawer

The Community Console has changed and a feature was apparently added to
show counters next to some threads in the drawer. This feature loads the
list of threads of each filter via a ViewForum request, and then counts
the number of threads by counting how many there are in the response.

This causes some bugs in our extension because we are treating these
requests as if they were made to display a thread list.

This CL fixes all these issues by ignoring these requests.

Fixed: twpowertools:246
Change-Id: I6a6a6964a4091c818a5cf6339ff5cae680ea32b4
3 files changed
tree: 7bf856eab65a04c424ff826cbbc4fd96f6ee9bd8
  1. .github/
  2. cws/
  3. docs/
  4. playbooks/
  5. roles/
  6. src/
  7. templates/
  8. tools/
  9. .babelrc
  10. .clang-format
  11. .editorconfig
  12. .gitignore
  13. .gitreview
  14. .prettierrc.yaml
  15. .zuul.yaml
  16. eslint.config.js
  17. LICENSE
  18. lit-localize.json
  19. Makefile
  20. OWNERS
  21. package.json
  22. pnpm-lock.yaml
  23. README.md
  24. renovate.json
  25. tagRelease.bash
  26. tsconfig.json
  27. vitest.config.ts
  28. webpack.config.js
README.md

TW Power Tools

Available in the Chrome Web Store Get the add-on for Firefox

Build status Translation status

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.

Information for contributors

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:

Beta channel

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.