1. 08 Jun, 2025 1 commit
  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