This website requires JavaScript.
Explore
Help
Register
Sign In
popov
/
gogo2
Watch
1
Star
0
Fork
0
You've already forked gogo2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
03573cfb56e3fcaed76bf9f82b2f138ae69db542
gogo2
/
web
History
Dobromir Popov
03573cfb56
Fix templated dashboard Dash compatibility and change port to 8052\n\n- Fixed html.Style compatibility issue by removing custom CSS for now\n- Fixed app.run_server() deprecation by changing to app.run()\n- Changed default port from 8051 to 8052 to avoid conflicts\n- Templated dashboard now starts successfully on port 8052\n- Template-based MVC architecture is fully functional\n- Demonstrates clean separation of HTML templates and Python logic
2025-07-02 02:09:49 +03:00
..
templates
Add template-based MVC dashboard architecture
2025-07-02 01:56:50 +03:00
__init__.py
dash
2025-05-24 02:01:13 +03:00
clean_dashboard.py
scale up transformer
2025-07-02 01:41:20 +03:00
cob_dashboard.html
better imbalance styles
2025-06-18 20:37:56 +03:00
cob_realtime_dashboard.py
use enhanced orchestrator
2025-06-25 03:42:00 +03:00
component_manager.py
Fix COB ladder bucket sizes: ETH uses buckets, BTC uses buckets
2025-07-02 01:59:54 +03:00
dashboard_model.py
Add template-based MVC dashboard architecture
2025-07-02 01:56:50 +03:00
enhanced_cob_dashboard.html
cob dash
2025-06-24 16:56:02 +03:00
layout_manager.py
scale up transformer
2025-07-02 01:41:20 +03:00
template_renderer.py
Fix templated dashboard Dash import compatibility\n\n- Fixed obsolete dash_html_components import in template_renderer.py\n- Changed from 'import dash_html_components as html' to 'from dash import html, dcc'\n- Templated dashboard now starts successfully on port 8051\n- Compatible with modern Dash versions where html/dcc components are in dash package\n- Template-based MVC architecture is now fully functional
2025-07-02 02:04:45 +03:00
templated_dashboard.py
Fix templated dashboard Dash compatibility and change port to 8052\n\n- Fixed html.Style compatibility issue by removing custom CSS for now\n- Fixed app.run_server() deprecation by changing to app.run()\n- Changed default port from 8051 to 8052 to avoid conflicts\n- Templated dashboard now starts successfully on port 8052\n- Template-based MVC architecture is fully functional\n- Demonstrates clean separation of HTML templates and Python logic
2025-07-02 02:09:49 +03:00