Results 3 issues of Kui Chen

### Is your proposal related to a problem? when calling [add_inherited_role api](https://hasura.io/docs/latest/api-reference/metadata-api/inherited-roles/#metadata-add-inherited-role), the cpu usage becomes high, especially when the size of role_set becomes very large, like twenty or thirty...

k/enhancement

options字段新增type字段,支持`'success' | 'warning' | 'error'| 'none'`四种类型,默认为`success`

## 问题描述 > 问题的具体描述 主应用是react项目,子应用是Remix SPA应用时,无法正常运行 ## 复现步骤 1. 使用vite cli `pnpm create vite`创建react 主项目 2. 创建remix cli `pnpm create remix@latest --template remix-run/remix/templates/spa`创建spa 子项目 3. 在主项目中添加子项目,开始iframe沙箱 4. 访问页面,加载子项目后无法正常展示子应用内容,并且页面很快卡死 ## 上传截图...