Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of a new `ScrollContainer` component that supports horizontal scrolling with scroll-snapping and navigation controls. The implementation should include props for controlling the placement of these controls and be documented.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes a new `FadingLettersFx` React component that animates individual letters within a text string. The task involves reviewing the component's props and functionalities, ensuring they are well-defined and then documenting them. The provided code snippet demonstrates how the component splits text into words and then letters, applying CSS variables for entry and exit animations.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes the creation of a new `SplitView` component for the Once UI system. The component should allow users to divide a view into two resizable panels (left/right or top/bottom). The implementation should adhere to Once UI best practices, include documentation, and be reviewed for its props and structure.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes adding new boolean props to the Media component to control video playback behavior, specifically 'loop', 'autoplay', and 'sound'. It also requests adding a 'controls' prop for YouTube embeds. These enhancements aim to provide more granular control over media playback within the application.
Once UI monorepo for NPM + test env
AI Summary: This feature request proposes simplifying the `sizes` attribute for the Next.js Media component. Currently, it requires a specific string format like `(max-width: 768px) 100vw, 768px`. The suggestion is to allow a simple number, such as `768`, to be passed directly, which would automatically translate to the desired responsive sizing behavior.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes to remove the hover styling from buttons when they are tapped on touch screens. The goal is to align the UI behavior with native applications, which typically do not show a hover state on touch interactions. This enhancement will improve the user experience on touch devices.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes refactoring the codebase to remove redundant flex-direction classes. Currently, classes like 'l-flex-column' are applied even when the default direction is already 'column', unnecessarily cluttering the DOM. The goal is to only apply these classes when the direction is explicitly overridden at a specific breakpoint.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes adding a new boolean prop called 'rounded' to the IconButton and ToggleButton components. This prop should function identically to the existing 'rounded' prop on the Button component, applying a 'data-border="rounded"' attribute to achieve fully rounded buttons.
Once UI monorepo for NPM + test env
AI Summary: This issue requests a review of the documentation for the 1.7 release. The task involves ensuring new props and components are documented, and that the sidebar navigation is updated with appropriate labels.
Once UI monorepo for NPM + test env
AI Summary: This issue is a placeholder for release preparation tasks. It specifically requests the review and merging of Pull Requests into the '1.7' branch, indicating a need for code integration before a release. The 'help wanted' label suggests that contributors are encouraged to assist with these tasks.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes the development of a new 'BlobFx' aesthetic component, which currently exists in a very early draft. The goal is to enhance its flexibility regarding colors, speed, turbulence, gradients, and blend modes to make it production-ready. The component should also be documented.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes the creation of a new 'Modal' component, designed to be a more advanced version of the existing 'Dialog' component. It should feature a customizable background slot and include comprehensive documentation.
Once UI monorepo for NPM + test env
AI Summary: This bug report indicates that the `IconButton` component's tooltip prop is incorrectly typed as a string, preventing it from accepting React nodes. This limits the flexibility of tooltips for icon buttons, as they cannot include more complex JSX elements. The issue is labeled as a bug and an enhancement, suggesting a fix is needed and that improving the tooltip functionality is also desired.
Once UI monorepo for NPM + test env
AI Summary: This issue proposes refactoring the way responsive max-width is applied in the Flex component. Instead of using inline styles, the goal is to create global SCSS classes for responsive max-widths and apply these classes to the DOM. This change aims to improve code structure, DOM consistency, and performance, focusing specifically on `maxWidth` props.
Once UI monorepo for NPM + test env
AI Summary: The TypeFx component has a bug where its background asynchronous typing loop does not properly clean up when the component unmounts or suspends. This leads to memory leaks and can permanently break the typing effect on re-renders. The proposed solution involves using a stable hash of the words array as a dependency in the useEffect hook to ensure the loop restarts correctly.
Once UI monorepo for NPM + test env
AI Summary: This bug occurs when a textarea with `lines="auto"` is present on a page with a vertical scrollbar. As the user types, the textarea causes the entire page to scroll to the bottom with each character input.
Once UI monorepo for NPM + test env
AI Summary: This issue requests an update to the documentation for the `OgCard` component. It asks to add the necessary API route codes for `og/fetch` and `og/proxy` to the docs, as the component is currently non-functional without them.
Once UI monorepo for NPM + test env
Once UI monorepo for NPM + test env
Once UI monorepo for NPM + test env
Once UI monorepo for NPM + test env
Once UI monorepo for NPM + test env
Once UI monorepo for NPM + test env