ArtVentureX / sd-webui-agent-scheduler

619 stars 63 forks source link

export import button #127

Closed ghost closed 9 months ago

ghost commented 12 months ago

Adds a button and an input to the pending task UI. If the input is empty the button will export the pending tasks to a json string inside the input. If the input is not clear, the button will attempt to import the input value into a list of pending tasks.

ghost commented 10 months ago

@artventuredev Requesting review.

artventuredev commented 10 months ago

Hi @Memeheader, I want to express my gratitude for the time and effort you've invested in this pull request. Please accept my apologies for the delay in my response.

Upon reviewing the code, I noticed that while it is operational, it seems somewhat incomplete. Building on your contribution, I've implemented a few enhancements:

You can review the updated code here. I'd appreciate it if you could test these changes and share your feedback.

ghost commented 10 months ago

@artventuredev Thanks for your response, I tested your changes and they work well. I don't have any request regarding additional changes.