Skip to content

Commit

Permalink
chore(boards): show all in the add panel
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlmightyCrumb committed Oct 4, 2023
1 parent 5745ac7 commit 98e781b
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/_codux/boards/app/App.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import App from '../../../App';
export default createBoard({
name: 'App',
Board: () => <App />,
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/avatar/avatar.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ export default createBoard({
},
windowHeight: 640,
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/block/block-long-content-test.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ export default createBoard({
canvasWidth: 1075,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/block/block-with-subtitle.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export default createBoard({
canvasWidth: 679,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/block/block.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export default createBoard({
canvasWidth: 679,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/button/button.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ export default createBoard({
top: 0,
},
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/card/card-long-content-test.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ export default createBoard({
canvasWidth: 1075,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/card/card-with-subtitle.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export default createBoard({
canvasWidth: 679,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/card/card.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export default createBoard({
canvasWidth: 679,
windowBackgroundColor: '#f1f1f1',
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/cards/cards-detail.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ export default createBoard({
top: 0,
},
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/cards/cards.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default createBoard({
environmentProps: {
canvasWidth: 874,
},
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ export default createBoard({
bottom: 1,
},
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/credit-card/credit-card.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export default createBoard({
bottom: 1,
},
},
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export default createBoard({
windowWidth: 1600,
windowHeight: 800,
},
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export default createBoard({
<GetLoanBanner />
</div>
),
environmentProps: {},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/goals/goals.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default createBoard({
environmentProps: {
canvasWidth: 874,
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/icon-button/icon-button.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import { IconButton } from '../../../components/icon-button/icon-button';
export default createBoard({
name: 'Icon Button',
Board: () => <IconButton glyph="add" />,
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import { NewTransaction } from '../../../components/new-transaction/new-transact
export default createBoard({
name: '🧩 New Transaction',
Board: () => <NewTransaction />,
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default createBoard({
environmentProps: {
canvasWidth: 874,
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/page-header/page-header.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export default createBoard({
top: 0,
},
},
isSnippet: true,
});
1 change: 1 addition & 0 deletions src/_codux/boards/side-bar/sidebar.board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import { Sidebar } from '../../../components/sidebar/sidebar';
export default createBoard({
name: 'Sidebar',
Board: () => <Sidebar />,
isSnippet: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default createBoard({
environmentProps: {
canvasWidth: 874,
},
isSnippet: true,
});

0 comments on commit 98e781b

Please sign in to comment.