- 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}
|
||||
orientation={orientation}
|
||||
collapsibleLanes
|
||||
laneDraggable={false}
|
||||
/>
|
||||
</StickyContainer>
|
||||
) : (
|
||||
@@ -270,6 +271,7 @@ export function ProductionBoardKanbanComponent({
|
||||
components={components}
|
||||
collapsibleLanes
|
||||
orientation={orientation}
|
||||
laneDraggable={false}
|
||||
/>
|
||||
</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,
|
||||
blockAllMedia: true
|
||||
}),
|
||||
new Sentry.BrowserTracing({})
|
||||
new Sentry.browserTracingIntegration()
|
||||
],
|
||||
tracePropagationTargets: [
|
||||
"api.imex.online",
|
||||
|
||||
@@ -29,7 +29,9 @@ export const store = configureStore({
|
||||
reducer: rootReducer,
|
||||
middleware: (getDefaultMiddleware) =>
|
||||
getDefaultMiddleware({
|
||||
serializableCheck: false
|
||||
serializableCheck: false,
|
||||
// TODO: (Note) This is a production board change
|
||||
immutableCheck: false
|
||||
}).concat(middlewares),
|
||||
// middleware: middlewares,
|
||||
devTools: import.meta.env.DEV,
|
||||
|
||||
Reference in New Issue
Block a user