ComfyWorkflows / ComfyUI-Launcher

Run any ComfyUI workflow w/ ZERO setup.
GNU Affero General Public License v3.0
541 stars 61 forks source link

places SELECT buttons to the left side #10

Closed K2adir closed 7 months ago

K2adir commented 7 months ago

This Tailwind edit places the select button on the left side, allowing users to easily read and select the missing models. Previously, the UI placed the select button to the right, making it hard to recognize which select button belongs to the available module, especially on wide screens.

Before: Screenshot 2024-03-07 at 7 01 41 PM

after Screenshot 2024-03-07 at 7 01 56 PM

Note: I didn't make any changes on the index.tsx, prettier changed it's formatting

K2adir commented 7 months ago

Not sure why Prettier changed the formatting this much. Perhaps, the project is missing prettier configs?

thecooltechguy commented 7 months ago

Thanks for this PR @K2adir ! Will review + merge this.

Also, we don't yet have any prettier configs setup haha, will look into it. If you have any recommended prettier configs, would love to know!

thecooltechguy commented 7 months ago

@K2adir I just added some prettier configs to the web/ folder in the main branch, can you kindly push another commit that runs the prettier formatter in your version of the web/ folder, which should resolve all conflicts?

thanks!

K2adir commented 7 months ago

@K2adir I just added some prettier configs to the web/ folder in the main branch, can you kindly push another commit that runs the prettier formatter in your version of the web/ folder, which should resolve all conflicts?

thanks!

sure! on it

dylanintech commented 7 months ago

hey @K2adir - we're going to review this PR as soon as possible, we've just been super busy with fixing docker installation on windows (#9, #8). thank you for your contribution and patience - your edit actually makes sense.

thecooltechguy commented 7 months ago

Thanks for this PR @K2adir , just merged! :)