Skip to content

Commit

Permalink
Focus on module Home
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Jan 23, 2025
1 parent ad29764 commit 4bf2147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ graph LR
:core:navigation --> :feature:chat_list
:core:navigation --> :feature:people
:core:navigation --> :feature:user_profile
:feature:chat_list --> :core:ui
:feature:chat_list --> :core:di
:feature:chat_list --> :core:domain
:feature:chat_list --> :core:coroutines
:feature:chat_list --> :core:util
:feature:chat_list --> :core:analytics
:app --> :core:navigation
:feature:home --> :core:ui
:feature:home --> :core:di
:feature:home --> :core:domain
:feature:home --> :core:coroutines
:feature:home --> :core:util
:feature:home --> :core:analytics
classDef focus fill:#FA8140,stroke:#fff,stroke-width:2px,color:#fff;
class :core:navigation focus
class :feature:chat_list focus
class :feature:home focus
```
### How to create the module graph

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ moduleGraphConfig {
orientation.set(Orientation.LEFT_TO_RIGHT) //optional
setStyleByModuleType.set(false)

focusedModulesRegex.set(".*(navigation|chat_list).*")
focusedModulesRegex.set(".*(navigation|home).*")

theme.set(
Theme.BASE(
Expand Down

0 comments on commit 4bf2147

Please sign in to comment.