š± feat(ui): Enhance mobile log table UX & fix StrictMode warning
Summary 1. CardTable ⢠Added collapsible āDetails / Collapseā section on mobile cards using Semi-UI Button + Collapsible with chevron icons. ⢠Integrated i18n (`useTranslation`) for the toggle labels. ⢠Restored original variable-width skeleton placeholders (50 % / 60 % / 70 % ā¦) for more natural loading states. 2. UsageLogsColumnDefs ⢠Wrapped each `Tag` inside a native `<span>` when used as Tooltip trigger, removing `findDOMNode` deprecation warnings in React StrictMode. Impact ⢠Cleaner, shorter rows on small screens with optional expansion. ⢠Fully translated UI controls. ⢠No more console noise in development & CI caused by StrictMode warnings.
Showing
Please
register
or
sign in
to comment