Skip to content

refactor: remaining appointment booking components to typescript and … - #8865

Draft
SebastianKrupinski wants to merge 1 commit into
mainfrom
refactor/remaining-appointment-booking-ts
Draft

refactor: remaining appointment booking components to typescript and …#8865
SebastianKrupinski wants to merge 1 commit into
mainfrom
refactor/remaining-appointment-booking-ts

Conversation

@SebastianKrupinski

@SebastianKrupinski SebastianKrupinski commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

…composition api

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

…composition api

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@odzhychko odzhychko left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code looks good and works as expected.

The ESLint error can be easily fixed.

import autosize from '@/directives/autosize.js'
import { timeStampToLocaleDate, timeStampToLocaleTime } from '@/utils/localeTime.js'

const vAutosize = autosize

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

note: vAutosize can be removed.

It was not used before the refactoring.

It was probably used on the text field of the description before it was migrated toNcTextArea.
NcTextArea has the resize="vertical" set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

2 participants