Skip to content

Commit

Permalink
Move VesselSideBar into Vessel feature components
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 9, 2024
1 parent bb1b58f commit 6e83a6f
Show file tree
Hide file tree
Showing 66 changed files with 331 additions and 333 deletions.
2 changes: 1 addition & 1 deletion frontend/src/domain/entities/vessel/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import { ReportingType } from '@features/Reporting/types'

import type { VesselTrackDepth } from '../vesselTrackDepth'
import type { SelectableVesselTrackDepth } from '@features/Vessel/components/VesselSidebar/actions/TrackRequest/types'
import type { Vessel } from '@features/Vessel/Vessel.types'
import type { SelectableVesselTrackDepth } from '@features/VesselSidebar/actions/TrackRequest/types'
import type Feature from 'ol/Feature'
import type LineString from 'ol/geom/LineString'
import type Point from 'ol/geom/Point'
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/domain/shared_slices/Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { VesselLabel } from '../entities/vessel/label/types'
import { VesselTrackDepth } from '../entities/vesselTrackDepth'

import type { LastPositionVisibility } from '../types/map'
import type { SelectableVesselTrackDepth } from '@features/VesselSidebar/actions/TrackRequest/types'
import type { SelectableVesselTrackDepth } from '@features/Vessel/components/VesselSidebar/actions/TrackRequest/types'
import type { PayloadAction } from '@reduxjs/toolkit'
import type { Extent } from 'ol/extent'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { updateVesselTracks } from './updateVesselTracks'
import { setDefaultVesselTrackDepth } from '../../shared_slices/Map'

import type { SelectableVesselTrackDepth } from '@features/VesselSidebar/actions/TrackRequest/types'
import type { SelectableVesselTrackDepth } from '@features/Vessel/components/VesselSidebar/actions/TrackRequest/types'

/**
* Update the global vessel track Depth and re-render the rendered vessels tracks
Expand Down
Loading

0 comments on commit 6e83a6f

Please sign in to comment.