feat: Add support for 12-hour clock formatting on timelines (#1862)

- Closes #1779 


[skip ci]
This commit is contained in:
Dermot Duffy
2025-02-01 13:37:12 -08:00
committed by GitHub
parent 3e8e688b36
commit f123bb91dd
14 changed files with 156 additions and 3 deletions
+9
View File
@@ -105,6 +105,9 @@ describe('config defaults', () => {
timeline: {
clustering_threshold: 3,
events_media_type: 'all',
format: {
'24h': true,
},
mode: 'none',
pan_mode: 'pan',
show_recordings: true,
@@ -170,6 +173,9 @@ describe('config defaults', () => {
timeline: {
clustering_threshold: 3,
events_media_type: 'all',
format: {
'24h': true,
},
mode: 'none',
pan_mode: 'pan',
show_recordings: true,
@@ -324,6 +330,9 @@ describe('config defaults', () => {
},
},
events_media_type: 'all',
format: {
'24h': true,
},
pan_mode: 'pan',
show_recordings: true,
style: 'stack',