cars10 / elasticvue

Elasticsearch gui for the browser
https://elasticvue.com
MIT License
1.86k stars 148 forks source link

[FEAT] Recover double click edit action #225

Closed fernandomacho closed 7 months ago

fernandomacho commented 7 months ago

In previous versions, double-clicking on a document opened its editing modal. In this version to edit a document you have to scroll to the right and click on the pencil. If the document has many attributes it is very inefficient.

genkin-he commented 7 months ago

+1

cars10 commented 7 months ago

Actually this was changed due to feedback from the survey, many users complained that the could not copy data from the table without opening the edit modal, since it always opened with a single click (not double click).

I will think about ways to improve this for both sides.

fernandomacho commented 7 months ago

Maybe the solution might be to put the buttons on the left, instead of the right? or add event on right click?

realtydev commented 7 months ago

+1

cars10 commented 7 months ago

Out of curiosity, why is editing such a big usecase for you? In my experience you usually index data from an existing database or ingest logs. I have never worked with an elasticsearch deployment where i would manually edit documents.

Yohann-Bethoule commented 7 months ago

+1 too

To answer your question @cars10 , my use case is that the documents indexed in my es indexes are quite big, so browsing its data using the horizontal scroll is quite tedious, while visualizing my documents in the modal with a json formatting is much more easy for me.

PA-recomed commented 7 months ago

+1 I just want to open the record and see the data.

Arnie09 commented 7 months ago

+1

fernandomacho commented 7 months ago

Open, view, copy information .... edit on error ....

cars10 commented 7 months ago

I have just published 1.0.6, you can double click a row to open the edit modal. It might take a while until the browser extensions are updated.