File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,6 +395,10 @@ Each plugin view must work seamlessly from 320px (small phone) to 2560px (ultraw
395395- [x] Increase touch targets for all form controls (min 44×44px)
396396- [x] Optimize select/dropdown fields for mobile (bottom sheet pattern on phones)
397397- [x] Ensure date pickers and multi-select fields are mobile-friendly
398+ - [x] Auto-Layout: infer optimal columns from field count (≤3 → 1 col, ≥4 → 2 cols)
399+ - [x] Auto-Layout: smart colSpan for wide fields (textarea/markdown/html/grid → full row)
400+ - [x] Auto-Layout: filter auto-generated fields (formula/summary/auto_number) in create mode
401+ - [x] Auto-Layout: user configuration always takes priority over inferred defaults
398402
399403##### ObjectDashboard (` plugin-dashboard ` )
400404- [x] Implement responsive grid: ` grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 `
You can’t perform that action at this time.
0 commit comments