feat(editor): restyle Aspid.MVVM Settings window in FastTools style#122
Merged
Conversation
… style - Rebuild the settings window on FastTools UI components: animated dot background, animated logo (links to Asset Store) and title, themed cards, gradient Apply/Revert buttons and a footer with version and links - Unify the top menu — move the window into Tools/Aspid 🐍 next to Welcome FastTools - Read the displayed version from the package manifest; align AspidToggle colors with the theme; hide action buttons until there are changes - Remove the now-unused FloatingBackgroundElement; update CHANGELOG (EN/RU)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Apply/Revertbuttons, and a footer with the package version and Documentation / GitHub links.Tools/🐍 Aspidinto the sharedTools/Aspid 🐍submenu, right next toWelcome FastTools.PackageInfo) instead of a hard-coded constant;AspidTogglecolors aligned with the theme (green accent);Apply/Revertare hidden until there are pending changes and deepen toward the theme's status background on hover.FloatingBackgroundElement(superseded by the FastTools animated dot background) and updatesCHANGELOG.md/CHANGELOG.ru.md.Notes for review
AspidAnimatedDotsBackground,AspidAnimatedLogo,AspidAnimatedTitle,AspidLabel,AspidDividingLine,AspidGradientButton) — accessible from the MVVM editor assembly via the existing[InternalsVisibleTo("Aspid.MVVM.Unity.Editor")].AspidTogglecolor/size tweaks also affectDebugBoolField, which derives from it (intentional, keeps theming consistent).