a32a542c543de267d730a748a8e6d0e13c0189eb
- Updated the constructor to set the resize event handler for dynamic tab visibility. - Refactored tab visibility logic to adjust based on available page width, moving excess tabs to an overflow menu. - Enhanced tab addition and removal methods to ensure proper overflow management. - Updated unit tests to verify adaptive behavior of the overflow menu based on page width changes.
Ren Browser
A browser for the Reticulum Network.
Warning
This is a work-in-progress.
Target platforms: Web, Linux, Windows, MacOS, Android, iOS.
Built using Flet.
Renderers
- Micron (default) (WIP)
- Plaintext (fallback and .mu source viewer)
Development
Requirements
- Python 3.13+
- Flet
- Reticulum 1.0.0+
- Poetry
Setup
poetry install
Desktop
poetry run ren-browser
Web
poetry run ren-browser-web
Mobile
Android
poetry run ren-browser-android
iOS
poetry run ren-browser-ios
Docker/Podman
docker build -t ren-browser .
docker run -p 8550:8550 -v ./config:/app/config ren-browser
Building
Linux
poetry run flet build linux
Android
poetry run flet build android
Languages
Python
99%
Makefile
1%