commit | a10fff2c3bdf3537f9ece5d4380ae9076f87f219 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Jun 29 21:07:40 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Jul 07 12:25:48 2021 +0200 |
tree | 5edd3b088058100e48d0f2d0f73b4659c1b40750 | |
parent | 74273eeb4b548756f937cd9e46e3224b3b5fb702 [diff] |
Add "Force Mark as Read" feature This change adds a feature to the extension which will mark all threads as open when visiting them from the Community Console. This works by making a request to load the thread again (so the extension knows the last message ID) and then making a request to mark the thread manually as read, passing the last message ID so the Community Console knows that's the last message we've read. This last request is the one which is made when manually marking a thread as read from the thread list. This change also adds the file api.js with a wrapper function to call the Community Console API. In the future, all API calls should use this function. Change-Id: Iff1c077bf136807cdbaa710e2e6b8b130df3a27e
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 GitHub 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.