mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-20 08:56:29 +00:00
* feat: display custom empty message if no logs on navigating from trace to logs * chore: write tests for logs explorer normal and custom empty state * feat: build the custom empty logs UI based on the updated designs * feat: clear the filters and run stage query on clicking clear filters in logs custom empty state * fix: update the failing test to match the logs custom empty state * chore: remove the unnecessary onClick for documentation links * refactor: overall improvements * refactor: move the empty logs list config to util * chore: update the documentation links + remove the explicit height from resources card * refactor: reuse the EmptyLogsListConfig type in EmptyLogsSearch * test: update LogsExplorerList tests to reflect changes in documentation links --------- Co-authored-by: Vishal Sharma <makeavish786@gmail.com>