Skip to content

Commit b09e8c2

Browse files
Copilothotlong
andcommitted
docs: update ROADMAP with ObjectForm auto-layout items
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 4faaf6d commit b09e8c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ROADMAP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)