1. 08 Jun, 2025 1 commit
    • 🎨 fix: Import Semi UI CSS explicitly to resolve missing component styles · 07f141e8
      - Add explicit import of '@douyinfe/semi-ui/dist/css/semi.css' in index.js
      - Ensures Semi Design components render with proper styling
      - Resolves issue where Semi components appeared unstyled after dependency updates
      
      This change addresses the style loading issue that occurred after adding antd
      dependency and updating the build configuration. The explicit import ensures
      consistent style loading regardless of plugin behavior changes.
      Apple\Apple committed
  2. 07 Jun, 2025 38 commits
  3. 06 Jun, 2025 1 commit
    • 🎨 feat(table): add conditional row expansion for LogsTable · f4b6ec4f
      Implement rowExpandable property to control which rows can be expanded
      in the logs table. Rows are now only expandable when they have actual
      expand data content, preventing empty expansion sections from being
      displayed to users.
      
      - Add rowExpandable function to check if expandData exists and has content
      - Improve user experience by hiding expand functionality for rows without details
      - Maintain existing expand behavior for rows with valid expansion data
      Apple\Apple committed