Commit Graph

443 Commits

Author SHA1 Message Date
Ivan
2af89dc446 feat(network-visualiser): improve performance with adaptive chunk sizing and icon queue management 2026-04-17 15:10:44 -05:00
Ivan
bc4ecfd365 feat(locales): add translations for messages sidebar position and warnings for stranger links 2026-04-16 23:33:31 -05:00
Ivan
111c686ff7 feat(ui): implement warning for stranger links and configurable messages sidebar position 2026-04-16 23:33:24 -05:00
Ivan
6194933ce6 feat(config): add configuration options for warning on stranger links and messages sidebar position 2026-04-16 23:33:14 -05:00
Ivan
ebcd3c6acd feat(electron): enhance backend connection handling and UI updates 2026-04-16 23:32:54 -05:00
Ivan
eee4ed1ea2 feat(link-utils): update link processing with anchor protection and trailing punctuation handling 2026-04-16 21:55:38 -05:00
Ivan
ae6d42d302 fix(markdown): fix underscore handling for links, italic formatting and improve test coverage 2026-04-16 21:49:53 -05:00
Ivan
ab1be8ea2d feat(propagation-nodes): propagation node management with new UI elements and API integration
- Added functionality to request paths for preferred propagation nodes during sync.
- Introduced new Material Design icons for better visual representation of node states.
- Updated settings to allow transfer limits in megabytes, improving user experience.
- Enhanced localization support for new features in multiple languages.
- Improved tests to cover new propagation node functionalities and UI interactions.
2026-04-16 21:35:12 -05:00
Ivan
5d87aa3be2 feat(bot_handler): update bot management with LXMF address handling and bot name updates
- Introduced methods for normalizing LXMF hashes and reading LXMF addresses from sidecar files.
- Updated bot status retrieval to include LXMF addresses and improved fallback mechanisms for bot names.
- Added functionality to update bot names and write changes to a sidecar file.
- Implemented a request mechanism for on-demand bot announcements.
- Enhanced tests to cover new features and ensure proper functionality.
2026-04-16 21:34:28 -05:00
Ivan
b6a8ae9751 feat(docs): update Raspberry Pi installation guide for MeshChatX with automated setup scripts and detailed service configuration instructions 2026-04-16 20:14:35 -05:00
Ivan
5416c71094 feat(licenses_collector): update license collection by adding detailed frontend dependency information and improving license notice generation 2026-04-16 19:19:47 -05:00
Ivan
cd03c4649e refactor(rns): streamline RNS reload process with loading indicators in UI components 2026-04-16 19:17:50 -05:00
Ivan
d63255511f feat(reticulum): implement RNS restart functionality with UI updates 2026-04-16 19:13:32 -05:00
Ivan
44bf881686 feat(licenses_collector): update license collection for frontend dependencies by adding support for package.json parsing and filtering out workspace root packages 2026-04-16 19:01:27 -05:00
Ivan
6fb4ccc79a chore(license): add SPDX license identifiers to various files, standardizing licensing terms across the project 2026-04-16 18:12:14 -05:00
Ivan
ca8b2a9fe0 chore(docs): update licensing terms to 0BSD for project-owned portions and maintain MIT for upstream Reticulum MeshChat; add legal inquiries section and clarify contribution licensing in CONTRIBUTING 2026-04-16 18:11:49 -05:00
Ivan
fe44d05f42 refactor(telephone_manager): improve call initiation handling and UI update logic 2026-04-16 04:51:18 -05:00
Ivan
63fca0c1b1 feat(components): improve AboutPage, CallPage, DebugLogsPage, and SettingsPage with improved layout, error handling, and clipboard functionality; add tests for environment path fallbacks and log copying 2026-04-16 03:20:24 -05:00
Ivan
b9bf4a10b3 feat(components): fix AboutPage with improved app info display; add environment details and default values for versioning 2026-04-16 02:26:39 -05:00
Ivan
e831091026 feat(components): update file input handling in ConversationViewer by adding image type detection and clearing input after selection; improve user experience for file uploads 2026-04-16 01:42:17 -05:00
Ivan
642b889ce1 refactor(docs_manager): replace shutil.rmtree with custom _remove_tree_force_writable method for safer directory removal; add methods to ensure directory writability and copy files without metadata 2026-04-16 01:42:05 -05:00
Ivan
cadf7f462f feat(components): refactor App.vue to use AppShellBanners for emergency and WebSocket status notifications; add ConversationPeerHeader and SettingsSectionBlock components for improved UI structure; implement conversation message helpers and settings services for better configuration management 2026-04-16 01:39:04 -05:00
Ivan
1ed271dd45 chore(third-party-notices): update generation timestamp and lxmfy version to 1.6.2 2026-04-16 00:54:18 -05:00
Ivan
a008afe139 feat(locales): add UI transparency and glass effect settings in German, English, Italian, and Russian translations; include descriptions for new appearance options 2026-04-16 00:52:45 -05:00
Ivan
7fb3a8d94e feat(reload): implement comprehensive context teardown and status reporting during Reticulum reload process; enhance error handling and ensure proper cleanup of identity states 2026-04-16 00:52:36 -05:00
Ivan
99cf1e1463 feat(ui): introduce UI transparency settings and glass effect toggle; enhance message display and scrolling behavior in conversation viewer 2026-04-16 00:52:28 -05:00
Ivan
2db12e0bde feat(electron, frontend, tests): update Linux app name handling, add UI transparency options, and improve message scrolling tests; refactor icon path retrieval and update license artifact generation logic 2026-04-16 00:52:09 -05:00
Ivan
7c1e99e861 feat(messages): implement virtualized message list and image group display; add scrolling utilities for improved performance and user experience 2026-04-16 00:39:11 -05:00
Ivan
035fc3f741 feat(telephone): improve path discovery and initiation process in TelephoneManager; introduce polling intervals and cancellation checks for improved reliability 2026-04-15 20:26:07 -05:00
Ivan
af5e52a430 feat(bot): update bot configuration management by adding support for custom config paths and reticulum config directories; update bot templates to accept new parameters 2026-04-15 06:53:07 -05:00
Ivan
c71ae17535 feat(licenses): add functionality to collect and write frontend licenses and third-party notices; implement embedded data paths and update build process to include license artifacts 2026-04-15 03:11:13 -05:00
Ivan
7fd826abb0 feat(propagation): implement local propagation node management with start, stop, and restart functionality; add API endpoints for controlling propagation nodes and retrieving their stats 2026-04-15 03:11:03 -05:00
Ivan
f8ce7563aa feat(propagation): add propagation node management with new UI elements for transfer limits and sync status; implement input handling for dynamic configuration updates 2026-04-15 02:29:19 -05:00
Ivan
0c1a2a3fa0 feat(locales): add propagation sync status messages and remove deprecated syncing_node key in German, English, Italian, and Russian locale files 2026-04-15 02:27:53 -05:00
Ivan
9c025bd8c5 chore(version): update repository version 2026-04-15 02:27:31 -05:00
Ivan
d227c8b73b fix(theme): update dark theme accent colors for improved visual consistency; adjust related tests to reflect changes 2026-04-15 02:05:16 -05:00
Ivan
97daa5cbd9 refactor(meshchat): simplify auto-announce and sync logic by introducing interval_action_due utility function; add tests for auto-announce functionality 2026-04-15 02:04:56 -05:00
Ivan
912c627f1b refactor(conversation): improve ConversationViewer layout by restructuring the stranger trust banner and improving image drop area functionality 2026-04-14 22:59:46 -05:00
Ivan
5059b93256 feat(conversation): implement image drag-and-drop functionality in ConversationViewer, including handling for pasted images and associated tests 2026-04-14 22:53:06 -05:00
Ivan
63ad960e51 feat(theme): add package.json to define module type for theme integration 2026-04-14 19:35:42 -05:00
Ivan
1c2e372263 feat(locales): add backend connection status messages and new actions in multiple languages 2026-04-14 19:35:36 -05:00
Ivan
6147415da9 feat(network-visualiser): add utility functions for trail positioning and view bounds, and define visualiser constants 2026-04-14 19:35:13 -05:00
Ivan
97fd6049ea feat(websocket): update WebSocket connection handling with heartbeat, reconnection logic, and support for ping/pong messages 2026-04-14 19:34:36 -05:00
Ivan
d784f1c75f refactor(ui): update background styles and padding for consistency across multiple page components 2026-04-14 19:34:11 -05:00
Ivan
a1502d5ee8 refactor(nomadnetwork): replace abort controller with separate instances for node list and detail requests 2026-04-14 19:34:01 -05:00
Ivan
8ade296fb1 feat(frontend): improve UI with loading overlay, legend, and toolbar components for better user experience 2026-04-14 19:33:37 -05:00
Ivan
33db12b971 refactor(code): clean up import statements, improve docstrings, and update error handling across various modules 2026-04-14 19:31:48 -05:00
Ivan
2e043ec1c2 feat(theme): introduce semantic design tokens and integrate with Tailwind and Vuetify themes 2026-04-14 19:30:51 -05:00
Ivan
2e759108c1 fix(electron): improve child process termination handling during app quit to ensure graceful shutdown 2026-04-13 23:35:23 -05:00
Ivan
272f060037 refactor(context-menu):format 2026-04-13 23:06:07 -05:00