-
Notifications
You must be signed in to change notification settings - Fork 313
Made changes from feedback #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nto max/ui_plan_changes
web/client/src/context/plan.ts
Outdated
| } | ||
|
|
||
| type PlanDate = { | ||
| date: Date, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you have all 3? just store the epoch and have methods to display in a format?
| id: string | ||
| }) { | ||
| const planState = useStorePlan((s: any) => s.state) | ||
| const planAction = useStorePlan((s: any) => s.action) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is s an any?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StorePlan did not have type, but i added it so now need to remove all anys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to fix type for StorePlan in few places , better have as separate PR
Does not include fixing project structure navigation issues (add/create/delete)