一键导入
gpui-table
gpui-table 收录了来自 stayhydated 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when Codex needs to wire component-shape filter shapes into gpui-table tables, including #[gpui_table(filter(...))], GpuiTableFilterShape, field support, generated filter entities/values, MCP filter decoding, Koruma newtype filters, or prototyping metadata.
Build or extend user-facing Rust GPUI application tables with gpui-table. Use when application code needs #[derive(GpuiTable)], #[derive(Filterable)], #[derive(TableCell)], #[gpui_table_impl], generated table delegates, columns, filter entities, and filter values, built-in filters such as text, faceted, number_range, or date_range, TableStatusBar, load-more behavior, custom cell rendering, row context menus, localized labels with fluent, MCP query tools, or feature flags such as mcp, rust_decimal, chrono, or spacetimedb.