Skip to content

Suggestion: customizable undo/redo button placement #30

@jbodner09

Description

@jbodner09

Currently, the undo/redo buttons being placed in an extra row below the playfield leads to some unintended consequences. For one, when the table rows are significantly taller than the buttons, the extra unused space below them messes with the content size detection and leads to unnecessary scrolling:

image

Additionally, being tied to the table leads to more humorous placements when the table itself has exotic things done to it:

image

It would be ideal to have the buttons in a completely separate html element and are tied to their respective puzzle via its id (or something). Then, the buttons could take as many arguments of their own as they need, for example for placing them vertically instead of horizontally, and could be placed anywhere on the page since you're adding them yourself. Obviously, the old method of being tied via an argument to the puzzle could be preserved if placement isn't an issue since that would still be a much more concise way of placing them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions