Commit Graph

3 Commits

Author SHA1 Message Date
Michael Schimmel f8efc672a0 Refactor data display and add timestamp formatting
Introduced a helper function to format Delphi TDateTime values into
human-readable strings.
Updated the data display to render the latest 200 data points as a chart
instead of a list.
This change improves the visualization of market data by providing a
graphical representation of recent price movements.
2026-02-16 17:12:08 +01:00
Michael Schimmel e9bd13ea4c Add eframe dependency and basic GUI structure
This commit introduces the `eframe` dependency and sets up the
foundational structure for a graphical user interface. It includes the
necessary imports for `egui` and prepares the application to render UI
elements.
2026-02-16 12:06:57 +01:00
Michael Schimmel a1283767ef init 2026-02-16 02:03:06 +01:00