feat: input folder icon and simulations folder icon#3162
feat: input folder icon and simulations folder icon#3162PKief merged 24 commits intomaterial-extensions:mainfrom
Conversation
PreviewThank you for creating a pull request. This preview shows you how your icons will look on the different themes: Check how your icons fit in a 16x16 grid with our Pixel Perfect Checker by following this link. You can find more information on how to contribute in the contribution guidelines. |
Signed-off-by: MattQ <115874885+mattqdev@users.noreply.github.com>
|
Hello, I updated the icons as you requested, but I ran into a merging conflict. I hope I solved it manually without any problems. |
lucas-labs
left a comment
There was a problem hiding this comment.
I feel the icons are lacking a bit of contrast between the folder shapes and the motive shapes. Maybe we can try using a darker shade for the folders, to make the motives a bit more noticeable. Maybe something like:
#00BCD4#AB47BC
lucas-labs
left a comment
There was a problem hiding this comment.
Can you take a look at the linting issues reported by the workflow run?
× Formatter would have printed the following content:
1282 1282 │ {
1283 1283 │ name: 'folder-input',
1284 │ - ········folderNames:·['input',·'inputs',·'output',·'outputs',·'io',·'in',·'out'],
1284 │ + ········folderNames:·[
1285 │ + ··········'input',
1286 │ + ··········'inputs',
1287 │ + ··········'output',
1288 │ + ··········'outputs',
1289 │ + ··········'io',
1290 │ + ··········'in',
1291 │ + ··········'out',
1292 │ + ········],
1285 1293 │ },
1286 1294 │ {|
Hello, I had some problems with my github account, so tell me if there is something that isn't working properly or I forget about. |
Can you please fix the formatting? src/core/icons/folderIcons.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Formatter would have printed the following content: |
|
you can use the command "bun run format" or "npm run format" |
|
Hello, what's the problem right now in my PR? |
|
It's everything fine now? |
|
Sorry @PKief, can you check please if my PR is now ok? |
|
I'm not completely sure about changing the |
|
Hey, your suggestion isn't a problem. The initial goal of this PR was to create a folder for simulations and one for inputs, since I'm creating a website with physics simulations and various inputs for the user to control the simulation. For consistency, I set the same icon for both inputs and outputs, but if you don't like it, I can change it. So, honestly, I can safely set the old icon for outputs, since I don't use that folder and it wasn't the primary goal of this PR. Tell me if it's the only problem. |
PKief
left a comment
There was a problem hiding this comment.
I just updated the icons to be more aligned to our pixel perfect design. I think it looks good now.
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the Marketplace. |


Description
Contribution Guidelines