-
TRA-4017 Bring back `getOldEntries` method using fetch API and always start streaming from now (#518)
发布于
2021-12-08 12:19:35 +00:00 -
Bring back
getOldEntriesmethod using fetch API -
Determine no more data on top based on
leftOffvalue -
Remove
entriesBufferstate -
Always open WebSocket with some
leftOffvalue -
Rename
leftOffstate toleftOffBottom -
Don't set the
focusedEntryIdthrough WebSocket if the WebSocket is closed -
Call
setQueriedCurrentwith addition -
Close WebSocket upon reaching to top
-
Open WebSocket upon snapping to bottom
-
Close the WebSocket on snap broken event instead
-
Set queried current value to zero upon filter submit
-
Upgrade
react-scrollable-feed-virtualizedversion and usescrollToIndexfunction -
Change the footer text format
-
Improve no more data top logic
-
Fix
closeWebSocket()call logic inonSnapBrokenEventand handledata.metabeingnullingetOldEntries -
Fix the issues around fetching old records
-
Clean up
EntriesList.module.sass -
Decrement initial
leftOffTopvalue by2 -
Fix the order of
incomingEntriesingetOldEntries -
Request
leftOffTop - 1fromfetchEntries -
Limit the front-end total entries fetched through WebSocket count to
10000 -
Lose the UI performance gain that's provided by #452
-
Revert "Fix the selected entry behavior by propagating the
focusedEntryIdthrough WebSocket (before #452) TRA-3983 (#513)"
This reverts commit
873f252544.-
Fix the issues caused by 09371f141f89f6528a557dbf82a597af491bb4a6
-
Upgrade Basenine version from
0.2.13to0.2.14 -
Upgrade Basenine version from
0.2.14to0.2.15 -
Fix the condition of "Fetch old records" button visibility
-
Upgrade Basenine version from
0.2.15to0.2.16and fix the UI code related to fetching old records -
Make
newEntriesconstant
下载附件
-