Last Updated: 2025-12-31
Target Audience: Developers Quick reference for common development tasks, patterns, and gotchas in Encore OS Platform.
Common Commands
CodeRabbit Review
Build & Test
Git Workflow
Common Patterns
Spacing Patterns
Page Container:Color Tokens
Semantic Colors:Icon Usage
Import Pattern:- Small:
16px(w-4 h-4) - Medium:
20px(w-5 h-5) - Large:
24px(w-6 h-6)
Common Components
OverviewPageWrapper
Standardized wrapper for module overview pages with pull-to-refresh:PageContainer
Provides consistent responsive page-level padding.sm, md, lg
ResponsiveFormLayout
Responsive column layouts for forms.MobileTableWrapper
Horizontal scroll wrapper for wide tables with visual indicators.PermissionGate
Conditional rendering based on permissions.useCurrentUser Hook
Centralized user authentication hook.Common Gotchas
❌ React.lazy for Routes (REQUIRED)
❌ WRONG:❌ Loading States (Never Return Null)
❌ WRONG:❌ Permissions Checks
❌ WRONG:❌ useCurrentUser Hook (REQUIRED)
❌ WRONG:❌ Static Supabase Imports (REQUIRED)
❌ WRONG:❌ QueryClient Configuration
❌ WRONG:Quick Links
Setup & Configuration
- SETUP_QUICK_START.md - Quick setup guide
- ENVIRONMENT_VARIABLES.md - Environment configuration
- PWA_SETUP.md - PWA configuration
Standards & Patterns
- UI_UX_STANDARDS.md - Complete UI/UX guide
- SPACING_AND_UX_STANDARDS.md - Spacing patterns
- SEMANTIC_COLORS.md - Color tokens
- ICON_GUIDE.md - Icon usage
Code Quality
- CODE_REVIEW_PROCESS.md - Review workflow
- CODERABBIT_GUIDE.md - CodeRabbit setup
Navigation
- mobile-navigation-guide.md - Mobile navigation
- breadcrumb-implementation-guide.md - Breadcrumbs