hypertrace-ui
hypertrace-ui copied to clipboard
UI for Hypertrace
## Description Add support for query naming. This will make identifying queries in Network panel much easier. ## Usage ```ts private querySomething() { return this.gql.query( { requestType: '' }, {...
Adds support for explicitly disabling stepper control buttons: - Back - Cancel - Next - Submit **Use-case**: One common use case, is to `disable` the **Submit** button when data is...
Trying to use Cytoscape library instead of d3-hierarchy to get positions of the nodes
## Description Fixes #1641 ### Testing - Add some filters to the Explorer screen search - Expand one of the results - Add one of the attributes to the search...
Added ht-status-display component
## Use Case TSLint has been [deprecated as of 2019](https://palantir.github.io/tslint/). ## Proposal All usage of TSLint should be replaced with [TypeScript ESLint](https://typescript-eslint.io/) as recommended by the TSLint docs.
## Current behaviour The [createSuccessToast](https://github.com/hypertrace/hypertrace-ui/blob/main/projects/components/src/notification/notification.service.ts#L25) method under `NotificationService` generates the following error on the browser console every time it is called: However, the notification works correctly on the screen even...
## Actual behaviour When we add filters using the UI in Explorer page, they get added to the previously selected filters. But when we select the filters from one of...
## Use Case We want to find the top 5 merchants with the highest number of calls. This is not possible with the current UI since the groupBy results are...