midzelis
928b69f415
refactor(web): rename DayGroup/MonthGroup to TimelineDay/TimelineMonth
...
- Rename classes: DayGroup → TimelineDay, MonthGroup → TimelineMonth
- Use short variable names: dayGroup → day, monthGroup → month
- Update all method names and properties for consistency
- Convert relative imports to $lib alias convention
No functional changes.
2025-11-04 00:40:48 +00:00
Jason Rasmussen
f29230c8a6
fix(web): handle buckets before year 1000 ( #21832 )
2025-09-11 14:36:16 -05:00
Daimolean
daf1bee7ac
fix(web): persisted store ( #18385 )
...
* fix(web): persisted store
* fix: translation
* fix: test
* fix: test
* revert i18n changes
* fix blank locale
2025-06-03 19:27:23 +00:00
Jason Rasmussen
0b98c5e3c4
fix(web): time zone dependent test ( #13859 )
2024-11-07 10:05:55 -05:00
Michel Heusschen
3afb5b497f
fix(web): correctly format future timeline dates ( #11506 )
2024-08-01 07:39:26 -04:00
Michel Heusschen
7445dad0dd
fix(web): timeline group date formatting ( #11392 )
...
* fix(web): timeline group date formatting
* add isValid check
* remove duplicate type
2024-07-29 10:42:55 -04:00