Logo
Explore Help
Sign In
noisedestroyers/StreamLens
1
0
Fork 0
You've already forked StreamLens
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
36a576dc2c4a7ccb26430ab160cf0f78025987a2
StreamLens/analyzer/tui/textual/__init__.py

8 lines
183 B
Python
Raw Normal View History

Enhanced Textual TUI with proper API usage and documentation - Fixed DataTable row selection and event handling - Added explicit column keys to prevent auto-generated keys - Implemented row-to-flow mapping for reliable selection tracking - Converted left metrics panel to horizontal top bar - Fixed all missing FlowStats/EnhancedAnalysisData attributes - Created comprehensive Textual API documentation in Documentation/textual/ - Added validation checklist to prevent future API mismatches - Preserved cursor position during data refreshes - Fixed RowKey type handling and event names The TUI now properly handles flow selection, displays metrics in a compact top bar, and correctly correlates selected rows with the details pane.
2025-07-27 18:37:55 -04:00
"""
Textual-based TUI implementation for StreamLens
Provides modern, reactive interface with widget-based architecture
"""
from .app import StreamLensApp
__all__ = ['StreamLensApp']
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API