c83b90f4f8dfcef9c7341f89450661cd6871aa91
- Redesigned control panel for better accessibility and aesthetics. - Added loading state for update button and improved tooltip styles. - Introduced conversation fetching and icon generation for user nodes. - Updated node and edge styling for improved visibility and user experience. - Enhanced sidebar search functionality to display dynamic placeholder text.
Add .dockerignore file and update Dockerfile to use Alpine images for Node.js and Python with SHA256
Reticulum MeshChatX
A heavily customized fork of Reticulum MeshChat
Features of this fork
- Custom UI/UX (actively being improved)
- Ability to set stamps
- Better config parsing
- Cancel page fetching or file downloads
- Block users
- Spam filter (based onkeywords)
- Multi-identity support
- More stats on about page
- Actions are pinned to full-length SHA hashes.
- Docker images are smaller and use SHA256 hashes for the images.
Usage
Check releases for pre-built binaries or appimages.
Building
make install
make build
Building in Docker
make docker-build
The build will be in the dist directory.
Development
make develop