Commit 68dac46
committed
feat(View): add stub implementation of draw_screen
The View component in MVVM handles UI layout and construction. Though it
is currently in the model directory, the `View` enum will be our View
component. Future commits will move this to it's own directory.
Add a stub implementation of a method that can draw the current
screen.
Signed-off-by: Ivin Joel Abraham <ivinjoelabraham@proton.me>1 parent 3c044a9 commit 68dac46
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments