checkboxes pls

This commit is contained in:
Luca Conte 2025-02-17 04:06:32 +01:00
parent bdd48fed97
commit df76321699
1 changed files with 26 additions and 26 deletions

View File

@ -4,29 +4,29 @@ Modular data conversion tools (for developers)
## TODO: ## TODO:
[ ] zooming - [ ] zooming
[ ] typed values - [ ] typed values
[ ] implicit type conversion - [ ] implicit type conversion
[ ] explicit type converters (eg. number to text with specified precision) - [ ] explicit type converters (eg. number to text with specified precision)
[ ] connector error state when receiving invalid type or inconvertible value (eg. invalid base64 string) - [ ] connector error state when receiving invalid type or inconvertible value (eg. invalid base64 string)
[ ] color coding typed connectors (remove input/output color coding) - [ ] color coding typed connectors (remove input/output color coding)
[ ] color code explanation - [ ] color code explanation
[ ] copy button for text boxes - [ ] copy button for text boxes
[ ] connect and disconnect listeners for connectors - [ ] connect and disconnect listeners for connectors
[ ] connector value caching - [ ] connector value caching
[ ] lock text box when an input is connected - [ ] lock text box when an input is connected
[ ] cycle prevention detection - [ ] cycle prevention detection
[ ] random number generator - [ ] random number generator
[ ] url encoder / decoder - [ ] url encoder / decoder
[ ] binary encoder (hex, binary) - [ ] binary encoder (hex, binary)
[ ] module loader - [ ] module loader
[ ] md5 hasher - [ ] md5 hasher
[ ] sha256 hasher - [ ] sha256 hasher
[ ] saving and loading configurations to local storage - [ ] saving and loading configurations to local storage
[ ] saving and loading configurations to local file - [ ] saving and loading configurations to local file
[ ] presets fetaure - [ ] presets fetaure
[ ] presets for all converters - [ ] presets for all converters
[ ] preset for random number generator - [ ] preset for random number generator
[ ] array type - [ ] array type
[ ] array splitters / concatinators - [ ] array splitters / concatinators
[ ] convert network to code - [ ] convert network to code