feat(plan): resolveCell/resolveGrid return arrays; dashboard shows up to 3
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -81,7 +81,7 @@ export interface GridData {
|
||||
date_from: string;
|
||||
date_to: string;
|
||||
users: PlanUser[];
|
||||
cells: Record<number, Record<string, ResolvedCell | null>>;
|
||||
cells: Record<number, Record<string, ResolvedCell[]>>;
|
||||
}
|
||||
|
||||
export const planKeys = {
|
||||
|
||||
Reference in New Issue
Block a user