thanhlmm / refi-app

A tool to make interacting with Firestore less painful
https://refiapp.io
MIT License
607 stars 47 forks source link

Feature Request Collapsable Json view #35

Closed yotamishak closed 2 years ago

yotamishak commented 2 years ago

update json view for document view so fields can be collapsed

thanhlmm commented 2 years ago

Hi @yotamishak thank you for your feedback. Which type of document do you want to view as JSON. Do you mean the tree on the left? Because there is a JSON editor on the right side and you can collapse it

yotamishak commented 2 years ago

image @thanhlmm I'm using your native mac app perhaps it's not implemented there? I am not talking about the collections on the right side but rather the actual document view on the left. Like in the attached image, you can collapse fields of the JSON tree by clicking minus or plus(open or close) like in vscode or JetBrains products

thanhlmm commented 2 years ago

Fixed in https://github.com/thanhlmm/refi-app/commit/fb59302f06ac5710182b06233b9b0fc3fca993b9

Thanks @yotamishak for suggestion