Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,28 @@ MVVM을 기반으로 하되, ViewModel 상태 관리에는 MVI 형태의 단방

<table>
<tr>
<td align="center" width="50%">
<img alt="architecture" src="./docs/architecture.png" />
<td align="center">
<img alt="App Architecture" src="./docs/App.png" />
</td>
Comment on lines +130 to 132
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

README.md 내 테이블 구조에서 width 속성을 제거하여 반응형 레이아웃을 더 잘 지원하도록 개선할 수 있습니다.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영 X

  • 의도된 효과

<td align="center" width="50%">
</tr>
<tr>
<td align="center">앱 아키텍처</td>
</tr>
<tr>
<td align="center">
<img alt="Store" src="./docs/store-protocol.png" />
</td>
</tr>
<tr>
<td align="center">앱 계층</td>
<td align="center">Store 프로토콜</td>
</tr>
<tr>
<td align="center" colspan="2">
<td align="center">
<img alt="Widget Architecture" src="./docs/Widget.png" />
</td>
</tr>
<tr>
<td align="center" colspan="2">위젯 데이터 아키텍쳐</td>
<td align="center">위젯 데이터 아키텍처</td>
</tr>
</table>

Expand Down
Binary file added docs/App.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
488 changes: 298 additions & 190 deletions docs/DevLog.drawio

Large diffs are not rendered by default.

Binary file modified docs/Widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 0 additions & 29 deletions docs/architecture.d2

This file was deleted.

Binary file removed docs/architecture.png
Binary file not shown.
34 changes: 0 additions & 34 deletions docs/store-protocol.d2

This file was deleted.

Binary file modified docs/store-protocol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.