[pgAdmin4][Patch]: RM#1462- AJAX request do not get fired second time

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: RM#1462- AJAX request do not get fired second time
Дата
Msg-id CAM5-9D880YxpQeQj7V1uWAP_bg8GNJiQ9vQf=fm0EziiCSW+rw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM#1462- AJAX request do not get fired second time
Список pgadmin-hackers
Hi

Please find attached patch for the fix:
Issue:
This issue is regression of one of the flickering issue of RM#1242.
"Aside from displaying/hiding the spinner, panes should have their content refreshed until and unless the new data differs from the previous, to reduce flicker"

Solution:
Along with caching the node node, we should also keep track of the previous node clicked.
Fetch new data iff previous node and current node clicked differs.

Please review.

Thanks,
Surinder Kumar
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Properly support the interval type. Fixes #1437