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

Add percent input node #2076

Merged
merged 12 commits into from
Aug 11, 2023
Merged

Add percent input node #2076

merged 12 commits into from
Aug 11, 2023

Conversation

adegerard
Copy link
Contributor

Description
Add a 'percent' node to have an easy way to modify a percent input.
Easier than using the 'number' node.

example

Choices and limitations

  • The output value is an integer: I guess it is not necessary to have more precision.
  • The output value is not the mathematical value. i.e. for 20% (=0.2), the ouput value is equal to 20.

stonerl and others added 12 commits August 9, 2023 21:02
Add a settings option in the 'Advanced Tab' to allow hardware acceleration.
instead of a toggle for always dark the user can now choose between:

Dark Mode / Light Mode / System
* add delete and select all to the nodes menu

* use proper delete and multiselect keycode on mac
* WIP

* new api

* /features endpoint

* New backend API

* Switch to packages in the UI

* Basic UI support for features

* typo

* UI WIP

* Unified markdown handling

* slight fixes

* Properly throw server errors

* Better error messages

* Basic feature checking

* Added spinner while refreshing
Copy link
Member

@RunDevelopment RunDevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and simple. Very good! Thank you @adegerard!

@joeyballentine joeyballentine merged commit 4eaac78 into chaiNNer-org:main Aug 11, 2023
11 checks passed
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.

None yet

5 participants