insomnia icon indicating copy to clipboard operation
insomnia copied to clipboard

feat: Key-value pair view for environment[INS-4256]

Open cwangsmv opened this issue 1 year ago • 0 comments

Highlight and Changes:

Add new KV-pair view for environment

  • Collection environment Screenshot 2024-10-17 at 15 52 52

  • Global environment

Screenshot 2024-10-17 at 15 51 59
  • Folder environment Screenshot 2024-10-17 at 11 26 25

  • UI Change:

    • [x] New key-pair table for collection environment, global environment and folder environment UI
    • [x] Prompt JSON editor modal
    • [x] Add button to switch JSON view & kv pair view
    • [ ] Confirm naming and default view for environment
  • Models Change:

    • [x] Add type and kv pair data attribute to environment and request-group data model
    • [x] Ensure that newly add attributes won't add new attributes to old datas in git sync
  • Data transform

    • [x] JSON and kv pair data transform logic

cwangsmv avatar Oct 12 '24 05:10 cwangsmv