'add pyrss' in new tab

This commit is contained in:
Corban-Lee Jones 2024-09-12 20:16:27 +01:00
parent c53dce1848
commit 199e707bbc
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
**unreleased v0.3.4** **v0.3.4**
- Fix: Refresh data tables after deleting any number of entries (corbz/PYRSS-Website#38) - Fix: Refresh data tables after deleting any number of entries (corbz/PYRSS-Website#38)
- Enhancement: `data-field` implementation for subscription form - Enhancement: `data-field` implementation for subscription form
@ -11,7 +11,7 @@
- Fix: Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint - Fix: Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint
- Enhancement: rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles - Enhancement: rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles
- Fix: Several potential xss attack vectors - Fix: Several potential xss attack vectors
- - Fix: 'Add Pyrss' button incorrectly not opening in new tab
**v0.3.3** **v0.3.3**

View File

@ -70,7 +70,7 @@
<span class="resolve-to-server-name"></span>, <span class="resolve-to-server-name"></span>,
features here will not function properly, please add the bot before proceeding. features here will not function properly, please add the bot before proceeding.
</div> </div>
<a class="ms-auto btn btn-warning rounded-1 text-nowrap resolve-to-invite-link">Add PYRSS</a> <a class="ms-auto btn btn-warning rounded-1 text-nowrap resolve-to-invite-link" target="_blank">Add PYRSS</a>
</div> </div>
</div> </div>