Skip to content

fix(applaunchpad): normalize log field labels - #7219

Merged
cuisongliu merged 2 commits into
labring:release-v5.1from
mlhiter:cebu
Aug 14, 2026
Merged

fix(applaunchpad): normalize log field labels#7219
cuisongliu merged 2 commits into
labring:release-v5.1from
mlhiter:cebu

Conversation

@mlhiter

@mlhiter mlhiter commented Aug 14, 2026

Copy link
Copy Markdown
Member

Summary

Normalize Applaunchpad log field labels by removing one leading underscore from displayed labels while preserving raw keys for accessors and filtering. Apply the repository's Prettier formatting to the affected table code.

Sequence Diagram

sequenceDiagram
    participant User
    participant LogTable
    participant LogRows
    LogRows-->>LogTable: Provide rows with raw field keys
    LogTable->>LogTable: Derive display labels
    LogTable-->>User: Render headers, settings, and filter options
Loading

Verification

  • pnpm --dir frontend exec prettier --check providers/applaunchpad/src/utils/logFieldLabel.ts providers/applaunchpad/src/components/app/detail/logs/LogTable.tsx providers/applaunchpad/__tests__/unit/utils/logFieldLabel.test.ts
  • pnpm --dir frontend/providers/applaunchpad exec tsc --noEmit -p tsconfig.json
  • pnpm --dir frontend/providers/applaunchpad lint (passes with existing React Hook dependency warnings)

@mlhiter
mlhiter requested a review from a team as a code owner August 14, 2026 03:24
@cuisongliu cuisongliu modified the milestones: v5.2, v5.1 Aug 14, 2026
@cuisongliu
cuisongliu merged commit c3fe3cb into labring:release-v5.1 Aug 14, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants