SigNoz/signoz

Feat(FE): Global Time Visibility as per route

Open

#1.659 aberto em 25 de out. de 2022

Ver no GitHub
 (6 comments) (0 reactions) (1 assignee)TypeScript (976 forks)batch import
good first issuehacktoberfest

Métricas do repositório

Stars
 (16.037 stars)
Métricas de merge de PR
 (Mesclagem média 5d 22h) (224 fundiu PRs em 30d)

Description

Is your feature request related to a problem?

Please describe. Right now to show the global header we are using routesToSkip , need to refactor the logic to display according to the route where this component is required

eg:

routes = ['/services','/service/:id','/trace','/logs','/dashboard/:dashboardId','/exceptions','/service-map']

Describe the solution you'd like

we can keep an array of routes in which the header needs to disable

Thank you for your feature request – we love each and every one!

Guia do colaborador