Open Issues Need Help
View All on GitHubAI Summary: The calendar icon in the `Date` component is currently not visible in dark mode, negatively impacting usability and visual consistency. The goal is to update the `Date.tsx` component to ensure the calendar icon automatically adapts its color or style to render correctly and maintain clarity in both light and dark themes. Documentation must also be updated to reflect this new dark mode behavior.
AI Summary: The `SideBar` component currently highlights selected items but fails to render their text in bold, which diminishes visual clarity. The objective is to modify the `SideBar.tsx` component to ensure the text of the selected item is displayed in bold. This change must be applied exclusively to the active item, function correctly in both dark and light modes while respecting existing theme logic, and not impact unselected or nested items.
AI Summary: This GitHub issue requests the implementation of configurable border radius logic for the `ProfileCard` component. Currently, the component lacks this feature, leading to inconsistent styling. The goal is to add a `borderRadius` prop, mirroring the implementation found in the `Block` component, and update the documentation accordingly.
AI Summary: The ProfileCard component in the `react-ts-ui-lib` currently displays an expand icon even when there is no collapsible content available. The goal is to modify `ProfileCard.tsx` so that the expand icon only renders when there is actual content to expand, improving the UI/UX.