Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a repeating container #13

Open
ericscheid opened this issue Feb 29, 2024 · 1 comment
Open

Add a repeating container #13

ericscheid opened this issue Feb 29, 2024 · 1 comment
Labels
Feature New feature

Comments

@ericscheid
Copy link
Collaborator

Drag/drop a "repeating container" onto the charsheet. Drag to resize. Click a widget to set how many repeats downwards.

Then, when any other block is dragged into that master row, it lands in that master row and gets auto-repeated into the extra rows. Any edits to the master row propogate to the repeats.

For example: a weapons table, with each row having a box for weapon name, damage, type, range, etc.

@ericscheid ericscheid added the Feature New feature label Feb 29, 2024
@5e-Cleric
Copy link
Member

To clarify about how this might work, we need to create a html element modifiable by the user, and import that as a draggable item in builderPage.jsx.

This item should be stored in the sheets db, so we shall construct that functionality first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants