Rename and relocate timeline-related components
• Move asset-grid-asset-viewer to timeline-asset-viewer in timeline-viewer/ • Move asset-date-group-selection-aware to selectable-timeline-day in timeline-viewer/timeline-day/ • Move asset-date-group-comp to timeline-day in timeline-viewer/timeline-day/ • Update all imports in timeline-viewer.svelte
This commit is contained in:
@@ -13,6 +13,7 @@ export class DayGroup {
|
||||
readonly monthGroup: MonthGroup;
|
||||
readonly index: number;
|
||||
readonly groupTitle: string;
|
||||
readonly groupTitleFull: string;
|
||||
readonly day: number;
|
||||
viewerAssets: ViewerAsset[] = $state([]);
|
||||
|
||||
@@ -31,6 +32,7 @@ export class DayGroup {
|
||||
this.monthGroup = monthGroup;
|
||||
this.day = day;
|
||||
this.groupTitle = groupTitle;
|
||||
this.groupTitleFull = groupTitle;
|
||||
}
|
||||
|
||||
get top() {
|
||||
|
||||
Reference in New Issue
Block a user