All checks were successful
Frontend CI / build (push) Successful in 1m20s
### Description - I found a build error when setting up gitea action, which is caused by circular dependency. - We couldn't call dispatch in reducer, so something like streaming, delay, set interval could not be use in reducer directly. - As for async function, we can use [`createAsyncTank`](https://redux-toolkit.js.org/api/createAsyncThunk). ### Package Changes _No response_ ### Screenshots _No response_ ### Reference Resolves #8 ### Checklist - [x] A milestone is set Reviewed-on: #22 Co-authored-by: SquidSpirit <squid@squidspirit.com> Co-committed-by: SquidSpirit <squid@squidspirit.com>