Skip to content

Conversation

@mykalmax
Copy link
Member

@mykalmax mykalmax commented Feb 7, 2023

  • broken dark mode (only light mode for now)
  • change steps titles
  • prefill dates
  • keep showing progress after completed/failed

Does not include fixing project structure navigation issues (add/create/delete)

@mykalmax mykalmax requested review from tobymao and vchan February 7, 2023 19:53
}

type PlanDate = {
date: Date,
Copy link
Contributor

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)
Copy link
Contributor

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?

Copy link
Member Author

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

Copy link
Member Author

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

@mykalmax mykalmax merged commit 1f0661a into main Feb 8, 2023
@mykalmax mykalmax deleted the max/ui_plan_changes branch February 8, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants