- Stability Check with test data included.
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -259,6 +259,7 @@ export function ProductionBoardKanbanComponent({
|
|||||||
components={components}
|
components={components}
|
||||||
orientation={orientation}
|
orientation={orientation}
|
||||||
collapsibleLanes
|
collapsibleLanes
|
||||||
|
laneDraggable={false}
|
||||||
/>
|
/>
|
||||||
</StickyContainer>
|
</StickyContainer>
|
||||||
) : (
|
) : (
|
||||||
@@ -270,6 +271,7 @@ export function ProductionBoardKanbanComponent({
|
|||||||
components={components}
|
components={components}
|
||||||
collapsibleLanes
|
collapsibleLanes
|
||||||
orientation={orientation}
|
orientation={orientation}
|
||||||
|
laneDraggable={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
94881
client/src/components/production-board-kanban/testData/board1200.json
Normal file
94881
client/src/components/production-board-kanban/testData/board1200.json
Normal file
File diff suppressed because it is too large
Load Diff
47481
client/src/components/production-board-kanban/testData/board600.json
Normal file
47481
client/src/components/production-board-kanban/testData/board600.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,7 @@ if (import.meta.env.PROD) {
|
|||||||
maskAllText: false,
|
maskAllText: false,
|
||||||
blockAllMedia: true
|
blockAllMedia: true
|
||||||
}),
|
}),
|
||||||
new Sentry.BrowserTracing({})
|
new Sentry.browserTracingIntegration()
|
||||||
],
|
],
|
||||||
tracePropagationTargets: [
|
tracePropagationTargets: [
|
||||||
"api.imex.online",
|
"api.imex.online",
|
||||||
|
|||||||
@@ -29,7 +29,9 @@ export const store = configureStore({
|
|||||||
reducer: rootReducer,
|
reducer: rootReducer,
|
||||||
middleware: (getDefaultMiddleware) =>
|
middleware: (getDefaultMiddleware) =>
|
||||||
getDefaultMiddleware({
|
getDefaultMiddleware({
|
||||||
serializableCheck: false
|
serializableCheck: false,
|
||||||
|
// TODO: (Note) This is a production board change
|
||||||
|
immutableCheck: false
|
||||||
}).concat(middlewares),
|
}).concat(middlewares),
|
||||||
// middleware: middlewares,
|
// middleware: middlewares,
|
||||||
devTools: import.meta.env.DEV,
|
devTools: import.meta.env.DEV,
|
||||||
|
|||||||
Reference in New Issue
Block a user