15 Commits

Author SHA1 Message Date
a1480a5c1b Improve logging and error handling across modules
- Added logging functionality to app.py and rns.py for better error tracking.
- Improved exception handling in RNSManager methods to log specific failures.
- Refactored code in various modules to ensure consistent logging practices.
- Updated UI components to handle exceptions with user feedback.
- Cleaned up formatting in several files for better readability.
2025-11-30 15:55:30 -06:00
5ec677437e ruff fixes and formatting 2025-11-16 00:46:42 -06:00
3cddaeb2b9 Update:
1. Add basic Micron parser and link support
2. Improve styling/layout
3. Add hot reloading for RNS
2025-11-16 00:34:51 -06:00
a32a542c54 Improve TabsManager for adaptive tab visibility and overflow handling
- 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.
2025-09-28 20:26:03 -05:00
e77faa5105 Update TabsManager with overflow menu functionality
- Added support for an overflow menu in the tab bar when the number of tabs exceeds the maximum visible limit.
- Updated tab bar initialization to include scroll mode and maximum visible tabs.
- Refactored tab addition logic to ensure proper overflow handling.
2025-09-28 19:51:26 -05:00
ee521a9f60 ruff formatting and fixes 2025-09-22 13:55:52 -05:00
7e9775c358 Add detailed docstrings for the TabsManager class and its methods in tabs.py, enhancing code documentation and clarity. 2025-09-20 13:56:39 -05:00
34f47dc678 Update order of imports and improve error handling in various modules 2025-09-20 12:53:04 -05:00
Sudo-Ivan
c3549dffed adjust UI 2025-05-29 15:59:21 -05:00
Sudo-Ivan
592720b513 adjust text size 2025-05-29 15:39:55 -05:00
Sudo-Ivan
8eb21e71ea Refactor app initialization and enhance logging; add Reticulum logs and improve error handling 2025-05-29 02:30:56 -05:00
Sudo-Ivan
f4cff606cc update imports 2025-05-29 00:02:20 -05:00
Sudo-Ivan
17f4930878 Add padding to content container, maximize window on wide screen. 2025-05-28 22:46:22 -05:00
Sudo-Ivan
12edb4fdfe Add shortcuts, syntax fixes and enhancements. 2025-05-28 22:11:14 -05:00
Sudo-Ivan
55e3c81206 initial commit 2025-05-28 21:42:11 -05:00