issues
search
avrae
/
avrae.io
The source code for the website.
https://avrae.io
GNU General Public License v3.0
8
stars
12
forks
source link
Jokeen/2022w40
#668
Closed
Croebh
closed
2 years ago
Croebh
commented
2 years ago
Summary
Ensures the "Move Up" button on the automation editor stays in the same place even if the "Move Down" button isn't present
Added a tooltip to the
duration
key in IEffect effect to provide a helpful reference to common ieffect durations
Added a tooltip to the Use Counter effect to note that negative numbers add uses
Removed the mention of braces being optional from the IntExpression tooltip, as it was causing confusion
Fixed the location of parentheses for the Save for Half Damage preset in automation
Updated the location of the Save Code Version/Create Code Version buttons in the workshop editor to reduce confusion and make them easier to notice
Checklist
PR Type
[x] This PR is a code change that implements a feature request.
[x] This PR fixes an issue.
[x] This PR adds a new feature that is not an open feature request.
[ ] This PR is not a code change (e.g. documentation, README, ...)
Other
[ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
[x] If code changes were made then they have been tested.
[x] I have updated the documentation to reflect the changes.
Summary
duration
key in IEffect effect to provide a helpful reference to common ieffect durationsChecklist
PR Type
Other