Tim Lai
Tim Lai
### Q&A (please complete the following information) - Swagger-Editor version: alpha.12 ### Describe the bug you're encountering Jest unit tests got removed in in https://github.com/swagger-api/swagger-editor/pull/3241. They should be re-implemented. ###...
### Is your feature request related to a problem? Keyboard shortcuts got removed in #3241. They should be re-implemented. ### Describe the solution you'd like Note, we should re-evaluate which...
@tim-lai commented on [Tue May 10 2022](https://github.com/swagger-api/swagger-ide/issues/724) Steps to reproduce: 1. load default SwaggerEditor@next 2. File -> Import File, and/or File -> Import Url 3. Observe that URL in the...
Current: external https call for a definition Desired: local retrieval of a yaml fixture Context: current external https call enables easy sync with latest available AsyncAPI definition. However, on public...
- At least in dark mode, we currently have no tokens that get rendered in `red`. Therefore, need to track down the cases where `red` is displayed from a default...
This is a legacy SwaggerEditor@4 distribution artifact/job.
Feature parity with legacy SwaggerEditor@4: - [ ] accept url - [ ] accept local file Out of scope, but consistency with SwaggerUI: - [ ] generic list of args...
legacy SwaggerEditor@4 plugin was written for Ace Editor.
Problem: It can be difficult to find and scroll through a large definition. Proposed solution: a component in `EditorPaneBarLeft` that: - [ ] filter by operation/schema/tag/etc - [ ] organize...
By default, on initial load, if no definition is saved in localStorage, we display AsyncAPI 2.4 Streetlights YAML definition via a SwaggerUI `url` prop. Currently, via the `Topbar -> Editor`...