diff --git a/README.md b/README.md index 955c532..24ccb08 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ A lightweight web interface for meshcore-cli, providing browser-based access to **mc-webui** is a Flask-based web application that wraps `meshcore-cli`, eliminating the need for SSH/terminal access when using MeshCore chat on a Heltec V4 device connected to a Debian VM. -![Main Chat Window](images/main_window.png) ![Channel management](images/channel_management.png) ![Settings](images/settings.png) +Main Chat Window +Unread messages +Menu +Channel management +Message history +Settings ### Key Features diff --git a/images/channel_management.png b/images/channel_management.png index 414082f..e7f3156 100644 Binary files a/images/channel_management.png and b/images/channel_management.png differ diff --git a/images/main_window.png b/images/main_window.png index e5a845d..c9b8545 100644 Binary files a/images/main_window.png and b/images/main_window.png differ diff --git a/images/menu.png b/images/menu.png new file mode 100644 index 0000000..783b0cd Binary files /dev/null and b/images/menu.png differ diff --git a/images/msg_archive.png b/images/msg_archive.png new file mode 100644 index 0000000..86db5da Binary files /dev/null and b/images/msg_archive.png differ diff --git a/images/settings.png b/images/settings.png index daefafa..3d488a6 100644 Binary files a/images/settings.png and b/images/settings.png differ diff --git a/images/unread_msgs.png b/images/unread_msgs.png new file mode 100644 index 0000000..1ad6a7a Binary files /dev/null and b/images/unread_msgs.png differ