Files
CleanMM/Packages
zhukang b7087c706e feat(features): improve responsiveness and empty states across feature views
Use adaptive grid columns and atlasContentWidth for responsive layouts
in Overview, Apps, History, and SmartClean views. Add action buttons
to empty states. Use flexible height for Apps split view. Refine
SmartClean scan/plan UI with brand-tinted progress and status chips.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 21:57:41 +08:00
..

Packages

This directory contains shared Swift packages planned for Atlas for Mac.

Current Layout

  • Package.swift wires the shared domain, protocol, application, infrastructure, adapters, and feature libraries.
  • Each package keeps sources under Sources/<ModuleName>/.
  • Contract-style tests live next to the modules they validate.