Skip to content

chore: move dummy components to UIShared directory 🪵 #7738

chore: move dummy components to UIShared directory 🪵

chore: move dummy components to UIShared directory 🪵 #7738

Triggered via pull request March 22, 2024 15:33
Status Success
Total duration 3m 39s
Artifacts

lint-eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
NPM lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
NPM lint: src/components/LeftSidebar/CallPhoneDialog/CallPhoneDialog.vue#L70
`../../UIShared/DialpadPanel.vue` import should occur after import of `../../SelectPhoneNumber.vue`
NPM lint: src/components/LeftSidebar/LeftSidebar.vue#L319
`../UIShared/SearchBox.vue` import should occur after import of `../NewConversationDialog/NewConversationDialog.vue`
NPM lint: src/components/LeftSidebar/LeftSidebar.vue#L321
`../UIShared/Hint.vue` import should occur after import of `../NewConversationDialog/NewConversationDialog.vue`
NPM lint: src/components/NewConversationDialog/NewConversationContactsPage.vue#L88
`../RightSidebar/Participants/ParticipantsSearchResults.vue` import should occur before import of `../UIShared/ContactSelectionBubble.vue`
NPM lint: src/components/NewConversationDialog/NewConversationContactsPage.vue#L89
`../SelectPhoneNumber.vue` import should occur before import of `../UIShared/ContactSelectionBubble.vue`
NPM lint: src/components/RightSidebar/Participants/ParticipantsTab.vue#L83
`../../SelectPhoneNumber.vue` import should occur before import of `../../UIShared/DialpadPanel.vue`