-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bids 3014/edit webhook dialog #593
Conversation
We have to come up with new We could
(Also take into consideration: https://www.joshuakgoldberg.com/blog/configuring-eslint-prettier-and-typescript-together/#stop-using-eslint-for-formatting) (nice to have, as we do not use a |
👋🏻
|
82712cc
to
64f90c6
Compare
Deploying beaconchain with Cloudflare Pages
|
4743f2d
to
5a3ec02
Compare
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.
Quit some work you did there with all the eslint / types refactoring.
I like that you created some more base components.
The UI of the dialog already looks nice and works fine.
Left some comments for consideration / discussion ;-)
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Show resolved
Hide resolved
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
a2b6c60
to
d53913f
Compare
frontend/components/dashboard/creation/DashboardCreationNetworkMask.vue
Outdated
Show resolved
Hide resolved
d5423df
to
4edd96d
Compare
4edd96d
to
86847ad
Compare
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.
Thanks for the updates.
Still might consider changing this
And please remove the new console.log ;-)
frontend/components/notifications/management/modal/NotificationsManagementModalWebhook.vue
Outdated
Show resolved
Hide resolved
b6d1765
to
fcb82ec
Compare
Due to the introduction of `nested css` sass had to change the be compliant. So there should not be `declerations` after `nested code` or the code should be wraped in '& {}' explicitly See: https://sass-lang.com/documentation/breaking-changes/mixed-decls/
Due to `typescript package updates` some imports had to by adapted.
Refactoring was necessary due to `nuxt/prefer-import-meta` eslint rule, due to an upate
Refactoring was necessary due to `nuxt/prefer-import-meta` eslint rule, due to an upate
Refactoring was necessary due to an upate
- due to conflicts the `newest and recommended eslint integration` was added - Locking `prime vue version` to `0.2.2` due to a `breaking change in styles`.
Might broke due to a `merge conflict`
Replace import of `yup schema builder` with the recomended version. See: https://vee-validate.logaretm.com/v4/guide/composition-api/getting-started/
Added undefined to `error description`
9123f97
to
17ed892
Compare
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.
LGTM
Add `BaseComponents` like `Forms` and `Buttons` Add `autocomplete` for `translations` via `useTranslations()` Add `schema factory` and `validation object`to wrap `third party validation` See: BIDS-3014
Arrow functions have been called in `watch` before `initialization`
17ed892
to
22f52ba
Compare
validation object
andschema factory
(to abstractyup library
)