1. 25 May, 2026 4 commits
    • Mahmoud Aglan's avatar
      k · 080ac7e2
      Mahmoud Aglan authored
      080ac7e2
    • Mahmoud Aglan's avatar
      feat: multi-tenant role system with workflows & user management · f50a8d54
      Mahmoud Aglan authored
      Complete overhaul from single-admin to multi-role multi-org system:
      
      - Auth: multi-user login from admin_users table with 9 roles
        (superadmin, admin, moderator, org_admin, org_manager,
        tournament_organizer, sponsor, charity, viewer)
      - Permissions: granular permission matrix with org-scoping
      - RuleEngine: event-driven workflow automation
      - Users module: full CRUD for admin user management
      - Workflows module: approval queue, automation rules, org requests
      - Dashboard: role-aware with scoped data per role
      - Sidebar: permission-filtered navigation per role
      - Topbar: shows role badge next to username
      - Login: supports all user types
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      f50a8d54
    • Mahmoud Aglan's avatar
      fix: sidebar to right side (RTL) + add 20 UI customization features · 02d81493
      Mahmoud Aglan authored
      - Moved sidebar from left to right for proper RTL layout
      - Added full customization panel at /branding with 20 live UI preferences:
        sidebar width, font size, card style, animation speed, accent color,
        table density, toast position, content width, sidebar style, border radius,
        time format, number format, reduce motion, high contrast, color blind modes,
        focus mode, sounds, auto save, page transitions, compact header
      - All preferences persist in localStorage and apply instantly
      - Added customization.css + customization.js engine
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      02d81493
    • Mahmoud Aglan's avatar
      init · b0303129
      Mahmoud Aglan authored
      b0303129