Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Recover double click edit action #225

Closed
fernandomacho opened this issue Apr 22, 2024 · 10 comments
Closed

[FEAT] Recover double click edit action #225

fernandomacho opened this issue Apr 22, 2024 · 10 comments
Assignees
Labels

Comments

@fernandomacho
Copy link

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
Copy link

+1

@cars10
Copy link
Owner

cars10 commented Apr 22, 2024

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
Copy link
Author

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

@realtydev
Copy link

+1

@cars10
Copy link
Owner

cars10 commented Apr 22, 2024

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
Copy link

+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
Copy link

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

@Arnie09
Copy link

Arnie09 commented Apr 23, 2024

+1

@fernandomacho
Copy link
Author

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

@cars10
Copy link
Owner

cars10 commented Apr 23, 2024

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.

@cars10 cars10 closed this as completed Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants