-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undo & redo support #4863
base: main
Are you sure you want to change the base?
undo & redo support #4863
Conversation
note that this is downstream of #4844, so I might close that pull request & just fold it into this one |
I think keeping it separate makes more sense, we just need to review the FF PR properly and test it, I haven't done that so far |
Yeah, please keep them separate. |
an update on progess: majority of controls in WA options now perform undo-able actions. exceptions are:
|
(note, this pull has #4982 merged in, for my own sanity. The actual changeset is smaller (though, honestly not that much smaller) |
Small graphical request: if either the 'undo' or 'redo' is empty (or the last item in the history), have the text 'fade' (optionally unclickable?) to indicate you can't go any further |
e42f616
to
c1d2ff8
Compare
An experimental build of WeakAuras with the changes in this pull request is available here. |
functionality related to undo/redo will be hidden behind this feature until it's 'ready' for the LCD user Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
mostly to accomodate how the commonoptions setall works Signed-off-by: Allen Faure <[email protected]>
…saction Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
Signed-off-by: Allen Faure <[email protected]>
As it is occasionally useful to do this.
Since the clipping is now also broken on Classic, apply the same change to classic. Fixes: WeakAuras#5634
Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.1.10 to 2.1.12. - [Release notes](https://github.com/cbrgm/mastodon-github-action/releases) - [Commits](cbrgm/mastodon-github-action@v2.1.10...v2.1.12) --- updated-dependencies: - dependency-name: cbrgm/mastodon-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This PR adds the `Item in Range` conditional used by `Cooldown Progress (Item)` triggers to other item triggers. Co-authored-by: Infus <[email protected]>
Somehow the TitleContainer ended up in front of the Minimize Container on classic era (but not on any other variant), and only in the latest patch. I have no idea what actually changed, but puting the minimize button before the title container is probably a good idea on all versions. Fixes: WeakAuras#5647
If an update changes both the position and the justify setting, then somehow the justify setting did not get applied. This is almost certainly a bug in how wow optimizes the text layout, apparently the text layout is not properly marked as dirty. Settting the text to an empty string, which is later overriden with the correct text seems to be enough to force wow to relayout the text Fixes: WeakAuras#5654
if you want to test it out, checkout this branch, or download the build artifact, either should have the feature automatically enabled. This feature is (for now) disabled by default on alpha/beta/release builds, though you can enable it via the command
/wa ff undo
- this will persist thru a reloadcurrently implemented:
there's still a lot to do, especially for custom options & condition options

(there's other changes to be made undo-able not caught by that grep)