mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
Tools UI updates
* Make UI UX fixes to tools and tool configs * Fix font sizing and dark mode issues for tool labels * Remove subtitle in tools selection list
This commit is contained in:
parent
a298036b4b
commit
da58903f67
9 changed files with 289 additions and 171 deletions
|
|
@ -9,6 +9,11 @@ interface SectionCardProps {
|
|||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
chevronSize?: string;
|
||||
/**
|
||||
* If true, all fields are single column. If string[], only those fields are single column (by label).
|
||||
* If not provided, all fields use the default two-column layout.
|
||||
*/
|
||||
singleColumnFields?: string[] | boolean;
|
||||
}
|
||||
|
||||
export function SectionCard({ icon, title, children, labelWidth = 'md:w-32', className = '', style, chevronSize = 'w-4 h-4' }: SectionCardProps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue