Skip to content
代码片段 群组 项目
用户头像
Bharat Dandu 编辑于
- Indexing the generation result for the preview pane in static_generator.js such that multiple http get requests can be fired when user scrolls through the generation code and more content can be generated into the preview pane by chunking a big response into smaller ones.
- Adding routing parameters into the urls to accomodate the above in generation.js
- Updating the generation view from q-input to q scroll area in ZclLayout.vue such that large content can be generated using multiple http get request/reponse when the user scrolls through generation result in the preview pane. Before these updates, large responses can sometimes take several seconds to show up on the UI(preview pane)
- Modifying testing as per the above changes
- JIRA: ZAPP-166
e6536c8c
历史
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
名称 最后提交 最后更新
..
static-generator.js