Skip to content

Backlog/v12 resizable columns - #2575

Merged
AlexSanchez-bit merged 5 commits into
release/v12.0.0from
backlog/v12_resizable_columns
Sep 10, 2026
Merged

AlexSanchez-bit merged 5 commits into
release/v12.0.0from
backlog/v12_resizable_columns

Conversation

@AndresTK89

Copy link
Copy Markdown

columns on system tables have the capacity to expand or shrink

AlexSanchez-bit and others added 2 commits September 10, 2026 07:39
- Added resizable columns functionality to ParsingFiltersPage, ExecutionsView, FlowsPage, TeamPage, UserAuditorPage, and Threat Intel components.
- Introduced ResizableTableHeader and ResizableGridHeader components for better table header management.
- Updated useResizableColumns hook to support dynamic column resizing and storage.
- Enhanced UI with ColumnResizeHandle for visual feedback during resizing.
- Adjusted styles and layout for improved responsiveness and usability across affected components.
@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown

✅ AI review — Clean

No issues detected in this diff.

architecture (gemini-3-flash-lite) — clean

Summary: Frontend-only PR introducing resizable column features and table header refactoring across multiple UI components.

No findings.

bugs (gemini-3-flash-lite) — clean

Summary: Introduces resizable table and grid columns across frontend components with proper helper hooks and components.

No findings.

security (gemini-3-flash-lite) — clean

Summary: UI refactoring introducing resizable column headers across features with no security impact.

No findings.

🔴 go-deps — pending updates

🔍 Discovered 30 Go projects

📦 Dependencies with updates available:

  📁 ./plugins/soc-ai:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31
     - golang.org/x/crypto: v0.56.0 → v0.57.0

  📁 ./plugins/shared:
     - golang.org/x/crypto: v0.56.0 → v0.57.0

  📁 ./plugins/feeds:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31
     - golang.org/x/crypto: v0.56.0 → v0.57.0
     - golang.org/x/sync: v0.22.0 → v0.23.0

  📁 ./plugins/sophos:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/bitdefender:
     - golang.org/x/crypto: v0.56.0 → v0.57.0

  📁 ./plugins/soar:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/stats:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./plugins/azure:
     - github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.8.0 → v1.8.1
     - golang.org/x/crypto: v0.56.0 → v0.57.0

  📁 ./plugins/alerts:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./plugins/geolocation:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/o365:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31

  📁 ./plugins/aws:
     - github.com/aws/aws-sdk-go-v2: v1.46.0 → v1.47.0
     - github.com/aws/aws-sdk-go-v2/config: v1.33.3 → v1.33.4
     - github.com/aws/aws-sdk-go-v2/credentials: v1.20.3 → v1.20.4
     - github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.86.0 → v1.87.0

  📁 ./plugins/gcp:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31
     - golang.org/x/crypto: v0.56.0 → v0.57.0

  📁 ./plugins/rule-flood-guard:
     - github.com/threatwinds/go-sdk: v1.1.27-0.20260811073440-251cb9d842cd → v1.1.31

  📁 ./backend:
     - github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.8.0 → v1.8.1
     - github.com/aws/aws-sdk-go-v2/config: v1.33.3 → v1.33.4
     - github.com/aws/aws-sdk-go-v2/credentials: v1.20.3 → v1.20.4
     - github.com/aws/aws-sdk-go-v2/service/sts: v1.49.0 → v1.50.0
     - github.com/golang-migrate/migrate/v4: v4.19.1 → v4.20.1
     - github.com/jackc/pgx/v5: v5.10.0 → v5.11.0
     - golang.org/x/crypto: v0.56.0 → v0.57.0
     - golang.org/x/oauth2: v0.36.0 → v0.37.0
     - golang.org/x/sync: v0.22.0 → v0.23.0
     - golang.org/x/sys: v0.47.0 → v0.48.0

  📁 ./agent-manager:
     - golang.org/x/sync: v0.22.0 → v0.23.0

  📁 ./agent:
     - github.com/threatwinds/go-sdk: v1.1.28 → v1.1.31
     - golang.org/x/sys: v0.47.0 → v0.48.0

❌ Please update dependencies before merging.

@AlexSanchez-bit AlexSanchez-bit linked an issue Sep 10, 2026 that may be closed by this pull request
2 tasks
@AlexSanchez-bit
AlexSanchez-bit merged commit b77ff5c into release/v12.0.0 Sep 10, 2026
1 check passed
@AlexSanchez-bit
AlexSanchez-bit deleted the backlog/v12_resizable_columns branch September 10, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add resizable columns in v12

2 participants