Reorganize timeline components into final directory structure
• Move timeline-viewer to timeline/base-components/base-timeline-viewer • Move base-timeline to timeline/base-components/base-timeline • Move skeleton to timeline/base-components/ • Move timeline-day to timeline/base-components/ • Move selectable-timeline-day to timeline/internal-components/ • Move timeline-asset-viewer to timeline/internal-components/ • Move timeline actions to timeline/actions/ • Update all imports to reference new locations
This commit is contained in:
@@ -27,7 +27,7 @@ export class DayGroup {
|
||||
#col = $state(0);
|
||||
#deferredLayout = false;
|
||||
|
||||
constructor(monthGroup: MonthGroup, index: number, day: number, groupTitle: string) {
|
||||
constructor(monthGroup: MonthGroup, index: number, day: number, groupTitle: string, groupTitleFull: string) {
|
||||
this.index = index;
|
||||
this.monthGroup = monthGroup;
|
||||
this.day = day;
|
||||
|
||||
Reference in New Issue
Block a user