Lewis/shared tables#252
Conversation
…g in data table pagination
…unused session checks and restructuring data fetching logic
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request refactors several parts of the dashboard related to controls and policies. It removes outdated components and types for rendering controls, replacing them with new implementations such as the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant CP as ControlsPage
participant QC as getControls Query
participant DB as Database
participant CT as ControlsTable
U->>CP: Request Controls Page
CP->>QC: Invoke getControls(input)
QC->>DB: Query controls with filters & sorting
DB-->>QC: Return control data & page count
QC-->>CP: Provide queried data
CP->>CT: Render table using getControlColumns()
CT-->>U: Display controls table with pagination & toolbar
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (17)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Refactor
Style