Files
leptos-shadcn-ui/docs
Peter Hanssens 93bb8d372a feat: Major signal management test fixes - 45% error reduction
- Reduced signal management test errors from 500 to 275 (225 errors fixed)
- Added missing error variants: SignalError, MemoError, CleanupError, MemoryError, BatchError
- Added missing methods to SignalMemoryManager: total_signals, total_memos, memory_usage_kb, add_signal, add_memo, cleanup_group, cleanup_all, with_limits, cleanup_low_priority_groups, adaptive_cleanup, update_memory_stats, get_memory_stats
- Added missing methods to SignalGroup: remove_signal, remove_memo, with_timestamp
- Added missing methods to BatchedSignalUpdater: clear_updates, stop_batching
- Made fields public: tracked_groups, max_memory_bytes, stats
- Added Debug and Clone derives to SignalMemoryManager and BatchedSignalUpdater
- Fixed error variant syntax to use tuple variants
- Fixed command component test imports and string literal types
- Fixed input component test API mismatches
- Added comprehensive remediation documentation
- Completed P0 critical fixes (3/3 packages working)
- Completed P1 stub implementations (1/1 package working)

Progress: All critical packages now compile successfully, test infrastructure significantly improved
2025-09-19 23:26:57 +10:00
..

Leptos ShadCN UI Documentation

Welcome to the comprehensive documentation for the Leptos ShadCN UI component library. This documentation is organized to help you find the information you need quickly, whether you're just getting started or working on advanced features.

📚 Documentation Structure

🚀 Getting Started

Perfect for newcomers to the project:

🏗️ Architecture

Deep dive into the technical design:

🧩 Components

Component library reference:

🧪 Testing

Comprehensive testing documentation:

📦 Releases

Release management and version history:

🗺️ Roadmap

Project planning and future direction:

🤝 Contributing

How to contribute to the project:

🎯 Quick Navigation

For New Users

  1. Start with Getting Started
  2. Try the Basic Examples
  3. Read the Component API Reference

For Developers

  1. Review Architecture Overview
  2. Check Testing Guidelines
  3. Follow Contributing Guidelines

For Maintainers

  1. Understand Release Process
  2. Review Roadmap
  3. Check Performance Benchmarks

🔗 External Resources

📝 Documentation Standards

This documentation follows these principles:

  • User-focused: Organized by user journey and needs
  • Comprehensive: Covers all aspects of the project
  • Up-to-date: Regularly maintained and reviewed
  • Accessible: Clear language and good structure
  • Searchable: Well-organized with clear navigation

🤝 Contributing to Documentation

We welcome contributions to improve this documentation! Please see our Contributing Guidelines for details on how to:

  • Report documentation issues
  • Suggest improvements
  • Submit documentation updates
  • Follow our writing standards

Last updated: September 2025