Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
kworkflow
/
patch-hub
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
35
Code
Issues
15
Pull requests
17
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Introduce MVVM
- #147
#147
Draft
ivinjabraham
wants to merge 14 commits into
kworkflow:unstable
kworkflow/patch-hub:unstable
from
ivinjabraham:refactor/introduce-mvvm
ivinjabraham/patch-hub:refactor/introduce-mvvm
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Draft
Introduce MVVM
#147
ivinjabraham
wants to merge 14 commits into
kworkflow:unstable
kworkflow/patch-hub:unstable
from
ivinjabraham:refactor/introduce-mvvm
ivinjabraham/patch-hub:refactor/introduce-mvvm
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2025
refactor: rename `app` module to `model` and `App` struct to `Model`
Show description for be5a2cb
ivinjabraham
committed
be5a2cb
View commit details
Copy full SHA for be5a2cb
Browse repository at this point
refactor: rename `CurrentScreen` enum to `View` to improve clarity
Show description for e589f58
ivinjabraham
committed
e589f58
View commit details
Copy full SHA for e589f58
Browse repository at this point
refactor: introduce ViewModel trait
Show description for 0fb67e6
ivinjabraham
committed
0fb67e6
View commit details
Copy full SHA for 0fb67e6
Browse repository at this point
Commits on Aug 8, 2025
refactor: derive `Eq`, `Hash` and `Copy` for View
Show description for 3c044a9
ivinjabraham
committed
3c044a9
View commit details
Copy full SHA for 3c044a9
Browse repository at this point
Commits on Aug 9, 2025
feat(View): add stub implementation of draw_screen
Show description for 68dac46
ivinjabraham
committed
68dac46
View commit details
Copy full SHA for 68dac46
Browse repository at this point
fix(ViewModel): change handle_key parameter to handle KeyEvent
Show description for 87d08c5
ivinjabraham
committed
87d08c5
View commit details
Copy full SHA for 87d08c5
Browse repository at this point
feat(App): introduce a central manager
Show description for 0fd1aaa
ivinjabraham
committed
0fd1aaa
View commit details
Copy full SHA for 0fd1aaa
Browse repository at this point
refactor(View): rename `ui` directory to `view`
Show description for 9b6203b
ivinjabraham
committed
9b6203b
View commit details
Copy full SHA for 9b6203b
Browse repository at this point
feat(View): introduce State parameter for `draw_screen`
Show description for 878dae5
ivinjabraham
committed
878dae5
View commit details
Copy full SHA for 878dae5
Browse repository at this point
refactor(View): move View implementation to View directory
Show description for 3a76e8f
ivinjabraham
committed
3a76e8f
View commit details
Copy full SHA for 3a76e8f
Browse repository at this point
refactor(View): rename `MailingListSelection` to `MailingLists`
Show description for 4449cf9
ivinjabraham
committed
4449cf9
View commit details
Copy full SHA for 4449cf9
Browse repository at this point
refactor(View): pass `state` as reference to `draw_screen`
Show description for a133e95
ivinjabraham
committed
a133e95
View commit details
Copy full SHA for a133e95
Browse repository at this point
feat(View): pass terminal reference to draw_screen
Show description for b2e9f6c
ivinjabraham
committed
b2e9f6c
View commit details
Copy full SHA for b2e9f6c
Browse repository at this point
Commits on Aug 10, 2025
feat(View): implement View for MailingLists
Show description for a2ca127
ivinjabraham
committed
a2ca127
View commit details
Copy full SHA for a2ca127
Browse repository at this point
You can’t perform that action at this time.