Skip to content

Commit

Permalink
Migrate attacks over to API V2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Feb 21, 2025
1 parent c30076a commit 8bf576c
Show file tree
Hide file tree
Showing 5 changed files with 1,821 additions and 1,816 deletions.
3 changes: 2 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{ "message": "Correctly list Love Juice cooldown.", "contributor": "DeKleineKobini" },
{ "message": "Option to highlight items in Bazaars that have a cost less than the vendor price.", "contributor": "TravisTheTechie" },
{ "message": "Update 'Painleth Dentitht' mission hint.", "contributor": "DeKleineKobini" },
{ "message": "Prevent error on the faction page when member list is modified", "contributor": "MOBermejo" }
{ "message": "Prevent error on the faction page when member list is modified", "contributor": "MOBermejo" },
{ "message": "Migrate attacks over to API V2.", "contributor": "DeKleineKobini" }
],
"removed": []
}
Expand Down
8 changes: 4 additions & 4 deletions extension/pages/settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,6 @@ <h2>
<input id="api_usage-user_education" type="checkbox" />
<label for="api_usage-user_education">Education</label>
</div>
<div class="option">
<input id="api_usage-user_attacks" type="checkbox" />
<label for="api_usage-user_attacks">Attacks</label>
</div>
<div class="option">
<input id="api_usage-user_networth" type="checkbox" />
<label for="api_usage-user_networth">Networth</label>
Expand Down Expand Up @@ -416,6 +412,10 @@ <h2>
<input id="api_usage-userV2_personalstats" type="checkbox" />
<label for="api_usage-userV2_personalstats">Personal Stats</label>
</div>
<div class="option">
<input id="api_usage-userV2_attacks" type="checkbox" />
<label for="api_usage-userV2_attacks">Attacks</label>
</div>
</section>
<section name="chat">
<div class="header">Chat</div>
Expand Down
Loading

0 comments on commit 8bf576c

Please sign in to comment.