Skip to content

namir-ui: Impulse Response and Output headings each render twice #103

Description

@ErwanLegrand

crates/namir-ui/src/app.rs:89/96 and :100/102

ui.heading("Impulse Response") is immediately followed by param_section(ui, "Impulse Response", "ir.", ...), which emits the same heading again (app.rs:139); same duplication for "Output". The shipped screen shows each of those two headings twice, separated only by the IR-name label or the output meter. The smoke test only asserts that rendering does not panic, so nothing catches it.

Fix: pass an empty title for those two sections, or drop the outer heading.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions