Make 'Next point' make sense

This commit is contained in:
Alex Thomassen 2023-11-24 00:09:04 +00:00
parent 382daf45c2
commit 15e84fc67f
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -36,8 +36,8 @@
<ul class="list-disc list-inside mt-2"> <ul class="list-disc list-inside mt-2">
<li>Channels that are tracked where you have moderator access will be <a href="https://twitch.uservoice.com/forums/310213-developers/suggestions/38203849-add-endpoint-to-return-channels-where-the-user-is" class="underline text-amber-400">automatically retrieved from Twitch's API</a>. At the moment you have to be manually added to the database.</li> <li>Channels that are tracked where you have moderator access will be <a href="https://twitch.uservoice.com/forums/310213-developers/suggestions/38203849-add-endpoint-to-return-channels-where-the-user-is" class="underline text-amber-400">automatically retrieved from Twitch's API</a>. At the moment you have to be manually added to the database.</li>
<li>Different filtering options: Type of action (timeout, raid etc.), moderator (whodunit), user/viewer (next point).</li> <li>Different filtering options: Type of action (timeout, raid etc.), moderator (whodunit), user/viewer (next point).</li>
<li>Searching by text.</li>
<li>See related moderation actions, for example if a specific viewer has been timed out or banned multiple times.</li> <li>See related moderation actions, for example if a specific viewer has been timed out or banned multiple times.</li>
<li>Searching by text.</li>
<li>Linking any affected viewer's to their Twitch viewer card.</li> <li>Linking any affected viewer's to their Twitch viewer card.</li>
<li>Pagination, currently you can only see the latest 100 moderator actions.</li> <li>Pagination, currently you can only see the latest 100 moderator actions.</li>
<li>Automatic conversion to local time. Currently it's displayed in UTC.</li> <li>Automatic conversion to local time. Currently it's displayed in UTC.</li>