Skip to content

Conversation

Fil
Copy link
Contributor

@Fil Fil commented Jan 8, 2024

closes #55

@Fil Fil requested review from cinxmo and mbostock January 8, 2024 14:29
Copy link
Member

@mbostock mbostock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the footer be nullable, too? I guess you could always set it to an empty string, but if it’s null we could avoid emitting the <div> in renderFooter, too.

Just missing some coercion…

@Fil
Copy link
Contributor Author

Fil commented Jan 8, 2024

Do you think we should consider null to not create the div, and "" to create an empty div? I went for the simpler where null is not supported, and "" does not create the div.

@Fil Fil merged commit db6a7d5 into main Jan 8, 2024
@Fil Fil deleted the fil/footer branch January 8, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configurable footer message

2 participants