Skip to content
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

feat(ui): implement CoreProgressBar - WF-60 #652

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

madeindjs
Copy link
Collaborator

@madeindjs madeindjs commented Nov 26, 2024

Implement a new component CoreProgressBar to display a progression.

Screencast.From.2024-11-27.09-48-44.mp4

I started to introduce some composable to improve the common tasks (getting fields value & formatting)

@madeindjs madeindjs self-assigned this Nov 26, 2024
@madeindjs madeindjs force-pushed the WF-60 branch 2 times, most recently from a6d7047 to 1b52420 Compare November 27, 2024 08:58
@madeindjs madeindjs marked this pull request as ready for review November 27, 2024 08:58
style: "percent",
...options,
});
return computed(() => formatter.format(number.value));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatter should have two ts, like this const

@ramedina86
Copy link
Collaborator

I don't understand useFieldValue.ts, the evaluated fields already come in the expected type. For example, I checked in CoreSliderInput the typeof fields.maxValue.value and it's number... so not sure why this is needed?

@ramedina86 ramedina86 merged commit e2c43f7 into writer:dev Dec 10, 2024
16 checks passed
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.

2 participants