mirror of
https://github.com/bendtherules/demo-trello-app.git
synced 2026-08-18 13:42:40 +00:00
boardSlice - Add more demo initial data
This commit is contained in:
@@ -38,6 +38,21 @@ export const slice = createSlice({
|
||||
text: "Creative insights view"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: `List #${generateID()}`,
|
||||
name: "Prioritized",
|
||||
cards: [
|
||||
{
|
||||
id: `Card #${generateID()}`,
|
||||
text: "Language support"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: `List #${generateID()}`,
|
||||
name: "Empty demo list",
|
||||
cards: []
|
||||
}
|
||||
],
|
||||
// Overwrite with existing localStorage stuff
|
||||
|
||||
Reference in New Issue
Block a user