* feat: create custom tab page
* feat: add show image preview config
* fix: tab prefix
* fix: single quotes
* fix: get variable errors
* feat: temp button implementation, not a good one
* feat: add refresh button, fix refresh mechanism
* refactor: migrate models to StableHorde class
* refactor: move settings to self maintained config.json
* fix: specify the tab as worker
* refactor: change layout to highlight status
* feat: add interval config
* feat: add more configurations
* fix: set gallery style to use grid
* fix: add allow postprocessing and remove maintenance
* refactor: move model detection into loop
* refactor: optimise queue lock
* refactor: remove extra self.session init
* feat: Save Images (#25)
* Bugfix type error on submitting payload
* Feature "Save Images"
Saves to horde directory
Added to config UI
Also saves png info (if selected in main config)
* feat: add save image folder configuration
Co-authored-by: Maiko Tan <maiko.tan.coding@gmail.com>
* fix: use state instead of print
* feat: add config default values
* fix: filter load/save methods
* 500 server error, multiple delimiter (#48)
* Getting sometimes 500 errors froom server, but reties upload the image correctly
* Multiple delimiter in prompt, choose the last one in string and continue
* fix: lint error
Co-authored-by: JohnW <john@warnes.email>
Co-authored-by: Bastian Schülke <bas.schuelke@googlemail.com>