Commit Graph

184 Commits

Author SHA1 Message Date
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
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
d444daa073 feat(tests): add end-to-end tests for keyboard shortcuts and message conversation scrolling; enhance navigation tests for improved coverage 2026-04-16 00:39:39 -05:00
Ivan
ff3f8707af fix(tests): update E2E navigation test to check for "off-grid communication" text instead of "Secure, local-first communication" for improved accuracy 2026-04-15 20:29:09 -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
a5fef35a7f feat(tests): add integration tests for LXST telephony classes and improve WebAudioBridge tests; mock dependencies for improved test isolation 2026-04-15 20:25:30 -05:00
Ivan
1ea22e1be2 fix(tests): update test for invalid stamp validation by ensuring it fails against multiple random workblocks; replace mid_b with mid_a for consistency 2026-04-15 16:24:30 -05:00
Ivan
f45a219f7b feat(meshchat): add Python JIT status line function and fix WebM to OGG conversion with remux fallback; update tests for new conversion logic 2026-04-15 06:14:52 -05:00
Ivan
6abe69228e feat(tests): update E2E tests with new onboarding tooltip dismissal functionality and improve command palette placeholder regex; update assertions for better accuracy 2026-04-15 06:02:32 -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
fb775b74b3 refactor(tests): streamline test assertions and improve coverage for propagation nodes and licenses; add new tests for license rendering and propagation node state management 2026-04-15 03:10:20 -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
8a88f1642c refactor(tests): update MicronEditorPage and NomadPageRenderer tests by updating button selection and improving markdown rendering assertions; adjust performance test timeout for ConversationViewer 2026-04-14 22:59:37 -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
05b173e963 refactor(tests): update performance test for ConversationViewer by improving readability and adding timeout for async operations 2026-04-14 22:31:44 -05:00
Ivan
398500c255 fix(tests): update anomaly flooding test to ensure consistent behavior by resetting state and increasing warning count 2026-04-14 21:12:06 -05:00
Ivan
80237aa836 feat(setup): inject theme variables for Meshchat integration in frontend setup 2026-04-14 19:36:15 -05:00
Ivan
66412c7438 feat(setup): add new packages 'lxmfy' and 'websockets' to cx_setup.py; refactor JSON output handling in build_community_interfaces_json.py; improve docstring clarity in move_wheels.py; update datetime import in slsa-predicate.py; enhance performance benchmarks with clearer argument passing; and refactor various test cases for improved readability and consistency. 2026-04-14 19:36:10 -05:00
Ivan
61ca84990c chore(routes): update HTTP API routes fixture for consistency and completeness 2026-04-14 19:35:48 -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
2e043ec1c2 feat(theme): introduce semantic design tokens and integrate with Tailwind and Vuetify themes 2026-04-14 19:30:51 -05:00
Ivan
b1b9846ac5 fix(tests): clean up test formatting and improve readability in various test files 2026-04-14 17:21:14 -05:00
Ivan
a3b6b7242a feat(tests): various cleanups, add JSON schema definitions and contract tests for API responses. 2026-04-14 16:26:41 -05:00
Ivan
36b6fd7d69 test(incoming-call-policy): add tests for call handling policies including DND, contacts-only, and blocking rules 2026-04-14 15:52:15 -05:00
Ivan
c71b5a65c1 test(performance): increase timeout limits for performance tests and add new tests for NomadNet truecolor handling 2026-04-13 23:36:49 -05:00
Ivan
290f7e09d4 feat(conversation-viewer): update message rendering with single emoji detection and dynamic font sizing for improved display 2026-04-13 22:58:04 -05:00
Ivan
dc280c13bd feat(reactions): implement emoji reactions for messages, including backend support for sending and processing reactions, frontend display in conversation viewer, and localization updates for multiple languages 2026-04-13 22:48:12 -05:00
Ivan
c6d396ba77 feat(context-menu): refactor context menu implementation by creating reusable ContextMenuPanel, ContextMenuItem, ContextMenuDivider, and ContextMenuSectionLabel components; update styles and integrate components across various pages 2026-04-13 22:47:52 -05:00
Ivan
7c08a86145 fix(tests): adjust AsyncUtils setup in WebAudioBridge test to ensure proper loop handling and coroutine management 2026-04-13 22:17:43 -05:00
Ivan
bd2875eb0d feat(tests): add comprehensive path traversal and security tests for mesh PageNode APIs, including normalization and file handling, to enhance robustness against potential vulnerabilities 2026-04-13 22:05:15 -05:00
Ivan
0e0732a1d1 feat(page-handling): update nomadnet browser renderer and page management by adding support for .md, .txt, and .html extensions, implement filename normalization, and improve error handling for unsupported extensions 2026-04-13 21:14:31 -05:00
Ivan
7ef7a981b1 cleanup 2026-04-13 21:05:10 -05:00
Ivan
b91f773a21 feat(tests): update http_api_routes.json to include additional API routes and methods for enhanced testing coverage 2026-04-13 20:56:50 -05:00
Ivan
033004824d feat(tests): add end-to-end tests for Conversations and Nomad Network, enhancing UI coverage and interaction validation 2026-04-13 20:56:25 -05:00
Ivan
0fbcd85526 feat(tests): enhance coverage for LXMF message handling, including image attachment stripping for strangers and sticker validation tests 2026-04-13 20:56:15 -05:00
Ivan
0125c09057 refactor(tests): remove memory leak tests for websocket_broadcast and related functionalities 2026-04-13 19:03:36 -05:00
Ivan
af3a1bfe87 refactor(tests): remove unused import and reorganize import statements in memory leak tests 2026-04-13 18:48:45 -05:00
Ivan
329d1df1aa feat(tests): update ConversationViewer tests with clipboard handling, file attachment functionality, and message translation 2026-04-13 18:46:51 -05:00
Ivan
76cb936582 feat(components): update ConversationViewer with improved pagination handling and draft persistence 2026-04-13 18:38:33 -05:00
Ivan
059d2cbdc1 refactor(components): code formatting and cleanup 2026-04-13 18:32:41 -05:00
Ivan
ba46b12b3f feat(tests): update ConversationViewer tests with outbound bubble color configurations and inbound message styling 2026-04-13 18:30:13 -05:00
Ivan
4f6348fc69 feat(rncp_handler): add tests for listener status and destination management, ensuring proper teardown and idempotent setup 2026-04-13 18:30:07 -05:00
Ivan
91e6842b9c feat(rncp): add new API endpoints for RNCP status and stop operations 2026-04-13 18:29:56 -05:00
Ivan
1b7051a810 feat(tests): add comprehensive tests for memory leak fixes, name overwrite handling, and frontend display name protection; refactor auto propagation tests for clarity 2026-04-13 17:37:06 -05:00
Ivan
eb13603b6c feat(http_api_routes): add new endpoint for retrieving licenses 2026-04-13 17:36:39 -05:00
Ivan
a59b20c2ce feat(licenses_collector): implement license collection for Python and Node dependencies, including metadata extraction and frontend license handling 2026-04-13 17:35:47 -05:00
Ivan
ca70cce744 feat(auto_propagation): improve auto propagation node selection with path waiting and probing logic 2026-04-13 14:32:24 -05:00