STForScratch / ScratchTools

The perfect extension for Scratch.
https://scratchtools.app
GNU General Public License v3.0
73 stars 68 forks source link

Better features options #864

Closed Masaabu closed 5 days ago

Masaabu commented 5 days ago

Adjusted the UI of the options for features within the settings page and popups.

Before

Setting page image Popup image

After

Setting page image Popup image

How to preview

Add the following code to features.json

{
  "title": "TEST FEATURE",
  "description": "This is a sample.",
  "credits": [""],
  "urls": [""],
  "type": ["Website"],
  "options": [
    { "id": "text", "name": "TEXT", "type": 0 },
    { "id": "checkbox", "name": "CHECKBOX", "type": 1 },
    { "id": "number", "name": "NUMBER", "type": 2 },
    { "id": "color", "name": "COLOR", "type": 3 }
  ],
  "versionAdded": "v3.9.0"
}
Masaabu commented 5 days ago

Updated color options image