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 dynamic elements #70

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Add dynamic elements #70

merged 1 commit into from
Sep 16, 2024

Conversation

wagoodman
Copy link
Contributor

Enhances the frame object to be able to:

  • prune elements that are claimed to be dead (via a new TerminalElement interface)
  • prune elements that are claimed to be dead, but should show up as a trail of text behind the UI block (via a new ImprintableElement interface)
  • show/hide elements based on the model state (via a new VisibleElement interface)

This allows for introducing items to the UI that can self-destroy, collaborating with the owning model on the details.

@wagoodman wagoodman added the enhancement New feature or request label Sep 14, 2024
@wagoodman wagoodman enabled auto-merge (squash) September 16, 2024 12:59
@wagoodman wagoodman merged commit 9a4d42c into main Sep 16, 2024
4 checks passed
@wagoodman wagoodman deleted the dynamic-elements branch September 16, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants