Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d91f983b authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

docs(architecture): add theme system section

parent deac4079
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ generator, in this case, **mdbook**. It defines the structure and navigation of
  - [Module Structure](architecture/module-structure.md)
  - [Feature Modules](architecture/feature-modules.md)
  - [UI Architecture](architecture/ui-architecture.md)
  - [Theme System](architecture/theme-system.md)
  - [Design System](architecture/design-system.md)
  - [User Flows](architecture/user-flows.md)
  - [Legacy Module Integration](architecture/legacy-module-integration.md)
+2 −1
Original line number Diff line number Diff line
@@ -271,7 +271,8 @@ graph TD

The UI is built using Jetpack Compose with a component-based architecture following our modified Model-View-Intent (MVI) pattern. This architecture provides a unidirectional data flow, clear separation of concerns, and improved testability.

For detailed information about the UI architecture, see the [UI Architecture](ui-architecture.md) document.
For detailed information about the UI architecture and theming, see the [UI Architecture](ui-architecture.md) and 
[Theme System](theme-system.md) documents.

## 📱 Offline-First Approach

+688 −0

File added.

Preview size limit exceeded, changes collapsed.