-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time range selector moved to shared-ui #3310
Time range selector moved to shared-ui #3310
Conversation
@@ -48,6 +47,7 @@ import { SpDataExplorerRoutes } from '../../data-explorer.routes'; | |||
import { DataExplorerRoutingService } from '../../services/data-explorer-routing.service'; | |||
import { DataExplorerDetectChangesService } from '../../services/data-explorer-detect-changes.service'; | |||
import { SupportsUnsavedChangeDialog } from '../../models/dataview-dashboard.model'; | |||
import { TimeSelectionService } from 'projects/streampipes/shared-ui/src/lib/services/time-selection.service'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import should be @streampipes/shared-ui
Hello there 👋 |
Purpose
Time Range selector used in data explorer is moved to the shared-ui folder. Modules and imports are changed accordingly to maintain functionality. (#3307)Remarks
PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): no