jack leene 01da618733 feat: Improve dashboard functionality and stability
This commit introduces several improvements to the dashboard:

- Refactored the component structure for consistency, defining callbacks within the `render` function.
- Added robust error handling to data loading and callbacks to prevent crashes.
- Implemented linking for SO and AIR columns in the source table.
- Added and improved filtering and display options for tables.
- Left-aligned columns in tables for better readability.
- Cleaned up unused component files.
2025-09-18 05:20:13 +02:00
2025-09-07 22:09:54 +02:00
2025-09-13 11:19:17 +02:00
2023-12-31 07:36:28 +01:00
2025-09-07 22:09:54 +02:00
2025-09-07 22:09:54 +02:00
2025-09-07 22:09:54 +02:00
2025-09-04 05:07:57 +02:00
2025-09-07 22:09:54 +02:00
2025-09-04 05:07:57 +02:00
2025-08-24 21:28:33 +02:00
2025-09-10 22:00:21 +02:00
2025-09-10 22:00:21 +02:00
2023-12-31 07:36:28 +01:00
2025-03-24 20:42:03 +01:00
2025-09-10 22:00:21 +02:00
2025-09-07 22:09:54 +02:00
2025-09-10 22:00:21 +02:00
2025-09-10 22:00:21 +02:00

Dash App Tutorial

Running the app

Run the following commands and open the local host web address chosen by Dash.

python ./main.py

An example of the expected terminal messages are shown below:

Dash is running on http://127.0.0.1:8050/

 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
Description
dash-api
Readme 50 MiB
Languages
Python 74.2%
JavaScript 25.1%
C 0.4%
Cython 0.1%