-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: support date range filtering on the transactions page #69474
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
As of #68831, the statements page will use the combined statements API which fetches both in-memory and persisted statements stats.
Prior to this change, both transactions and statements pages used the same state from the redux store, statements. Statements page now uses the combinedStatements API to fetch combined in-memory and persisted statement stats, which will be stored under combinedStatements.
Once txns page is also able to use the date selector, we should go back to using the same state for both txns and stmt pages, as they will share the same date range.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)