Commit 98de7af
committed
✨ [feat] Refactor chart rendering and improve IPC handling
- 🔧 [fix] Fixed bug with chart conversion between km/meter/feet/miles
- 🔧 [build] Introduced `createManagedChart` utility for consistent chart management across multiple chart rendering functions.
- 🛠️ [fix] Updated `renderLapZoneChart`, `renderPowerVsHeartRateChart`, `renderSpeedVsDistanceChart`, and `renderZoneChartNew` to utilize `createManagedChart` for better chart instance management.
- 🔧 [build] Enhanced `renderPowerVsHeartRateChart` and `renderSpeedVsDistanceChart` to use `chartSettingsManager` for field visibility instead of localStorage.
- 🎨 [style] Improved code readability by restructuring conditional statements and ensuring consistent formatting.
- 🔧 [build] Changed IPC channel for FIT file decoding from `"decode-fit-file"` to `"fit:decode"` for better clarity and consistency.
- 🎨 [style] Updated debug logging in `debugSensorInfo` to use a more appropriate emoji for formatted product output.
- 🎨 [style] Changed the icon for the export ZIP functionality in settings to a folder emoji for better visual representation.
Signed-off-by: Nick2bad4u <[email protected]>1 parent 17bed1a commit 98de7af
File tree
333 files changed
+24522
-23491
lines changed- docs
- electron-app
- tests
- charts
- strictTests
- unit/utils
- charts/core
- files/import
- types
- ffv/assets
- main
- app
- dev
- ipc
- logging
- oauth
- runtime
- state
- theme
- updater
- window
- ui/modals
- utils
- app
- async
- initialization
- lifecycle
- performance
- charts
- components
- core
- plugins
- rendering
- theming
- config
- data
- lookups
- processing
- zones
- debug
- docs
- dom
- errors
- files
- export
- import
- recent
- formatting
- converters
- display
- formatters
- logging
- maps
- controls
- core
- filters
- layers
- performance
- rendering
- components
- core
- helpers
- state
- core
- domain
- integration
- theming
- core
- specific
- ui
- components
- controls
- dataPointFilterControl
- events
- layout
- modals
- notifications
- tabs
- vendor
- utils
- app/lifecycle
- charts
- components
- core
- rendering
- debug
- files/import
- ui/components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
333 files changed
+24522
-23491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 110 | + | |
108 | 111 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | | - | |
117 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 126 | + | |
134 | 127 | | |
135 | | - | |
136 | | - | |
| 128 | + | |
137 | 129 | | |
138 | | - | |
139 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
140 | 137 | | |
141 | 138 | | |
| 139 | + | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | | - | |
| 169 | + | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments