Skip to content
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

ProgressBar and Tweaks #44

Merged
merged 4 commits into from
Feb 29, 2024
Merged

ProgressBar and Tweaks #44

merged 4 commits into from
Feb 29, 2024

Conversation

SirMallard
Copy link
Collaborator

@SirMallard SirMallard commented Feb 29, 2024

ProgressBar and Tweaks

Added the new Iris.ProgressBar and fixed various issues and improved overall codebase

Additions

  • A new ProgressBar widget which allows for plotting a percentage or using an optional format argument to change the text entirely.
  • New Plot class for plotting widgets simlar to ProgressBar but coming in a later update.
  • Hoarcekat story support allowing for easy testing of development.
  • Actual State unit testing using TestEZ and Nexus Unit Testing.

Changes

  • Shifted around the majority of files to simplify with the addition of story support.
  • Moved UserInputService to a libraries folder to reflect its usage in both plugins and stories.

Fixes

  • Fixed the position of GrabBars for top-level SliderInputs which needed to be moved back a frame to account for the size of the widgets.
  • Fixed UIStroke transparency colour issue.

Sir Mallard added 4 commits February 28, 2024 23:38
- Moved the plugin and story file locations
- Moves the UserInputService to a libraries folder
- Added an example story for Hoarcekat
@SirMallard SirMallard linked an issue Feb 29, 2024 that may be closed by this pull request
@SirMallard SirMallard self-assigned this Feb 29, 2024
@SirMallard SirMallard modified the milestones: v2.2.0, v2.3.0 Feb 29, 2024
@SirMallard SirMallard merged commit 438f557 into main Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iris.PlotLines, Iris.PlotHistogram
1 participant