-
Notifications
You must be signed in to change notification settings - Fork 597
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(frontend): date select component #4064
Conversation
Deploying windmill with
|
Latest commit: |
654d79c
|
Status: | ✅ Deploy successful! |
Preview URL: | https://0094b998.windmill.pages.dev |
Branch Preview URL: | https://fr-date-select-component.windmill.pages.dev |
…fix output format
…l-labs/windmill into fr/date-select-component
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.
❌ Changes requested. Reviewed everything up to 654d79c in 1 minute and 1 seconds
More details
- Looked at
460
lines of code in5
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_bLNkCLgKWjINE1rl
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Summary:
Added a new
DateSelect
component with day, month, and year selection to the frontend and integrated it into the existing component system.Key points:
AppDateSelect.svelte
tofrontend/src/lib/components/apps/components/inputs/
.DateSelect
component with day, month, and year selection.DateSelect
component intoComponent.svelte
.components.ts
to includeDateSelectComponent
type.dateselectcomponent
toinputs
set insets.ts
.quickStyleProperties.ts
to includedateselectcomponent
styles.Generated with ❤️ by ellipsis.dev