Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes making the `variantKey`, which identifies the selected price variant, available client-side. Currently, this key is only accessible server-side, necessitating extra backend calls for client-side feature gating and UI adjustments. The suggested solution is to expose `variantKey` through the Extension Bridge, potentially via the `useConfig()` hook, to allow extensions to react directly to the active variant.
AI Summary: The issue reports a visual bug where message headers are incorrectly aligned to the center, leading to an uneven layout. The proposed fix involves changing the CSS property `align-items` from `center` to `end` for the `.flow--message .flow--message--header` selector, aligning it with the original design specification.
AI Summary: The `FileDropzone` component currently lacks a `disable` prop, despite the underlying `Aria Dropzone` supporting `isDisabled`. Implementing this feature would require not only passing the prop but also adding new design tokens to ensure the correct visual styling for the disabled state.
AI Summary: Update the Chat Component in the mittwald Flow design system to set the default value of `autoResizeMaxRows` to 10. This involves modifying the component's code and removing any existing overrides in projects like Nexus, followed by cross-application verification of the updated UX.