Commit Graph

12 Commits (097fe4e5c97612520b3e4d80d44f36088c53e2c4)

Author SHA1 Message Date
Tung Nguyen 6a0cf8be75 feat: new API to get task position in queue 2023-08-10 05:27:49 +07:00
Tung Nguyen cc75abcc9b feat: clear queue & history 2023-07-25 05:14:04 +07:00
Tung Nguyen dff02bd0d2 feat: update task 2023-07-25 05:13:51 +07:00
Tung Nguyen a32f09ba4b feat: add /task/{id} api 2023-07-25 05:13:43 +07:00
Tung Nguyen 828f1d93d1 feature update
- Add clip skip to queue params
- Add support for api task callback
2023-07-11 05:11:52 +07:00
Mark Przepiora 62f991c5cb Fix an issue querying task results in the case of an unfinished task
Without the patch this is what you get when you query a task that is processing:

    {"error"=>"AttributeError", "detail"=>"", "body"=>"", "errors"=>"'str' object has no attribute 'value'"}

This is because the task.status object in the patched line is a string,
so it has no `value` property.
2023-07-10 14:09:16 -06:00
Tung Nguyen d785c01787 chore: update notyf style & message 2023-06-22 11:03:40 +07:00
Tung Nguyen 3c78f82746 fix: result api not return file path not base64 2023-06-21 13:11:50 +07:00
Tung Nguyen f272485c51 fix: queue api error 2023-06-21 11:17:01 +07:00
Tung Nguyen 19ff52514a fix: history too big to send via API 2023-06-21 02:34:14 +07:00
Tung Nguyen ce2b9b4eb9 feature update
* Add api to download task's generated images
* Add setting to render extension UI below the main UI
* Display task datetime in local timezone
* Persist the grid state (columns order, sorting) for next session
* Bugs fixing and code improvements
2023-06-20 22:03:59 +07:00
AutoAgentX 48ad5b6d22 refactor code
- re-organize folder structure
- prevent duplicate ui initialization
- prevent unnecessary data refresh
2023-06-07 10:31:58 +07:00