SigNoz/signoz

Feat(FE): Global Time Visibility as per route

Offen

#1.659 geöffnet am 25.10.2022

 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (976 Forks)batch import
good first issuehacktoberfest

Repository-Metriken

Stars
 (16.037 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 22h) (224 gemergte PRs in 30 T)

Beschreibung

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!

Contributor Guide