feat(UX): Show a warning when bruteforce protection is throttling #7770
Annotations
7 warnings
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/.
|
Lint:
src/components/LeftSidebar/CallPhoneDialog/CallPhoneDialog.vue#L70
`../../UIShared/DialpadPanel.vue` import should occur after import of `../../SelectPhoneNumber.vue`
|
Lint:
src/components/LeftSidebar/LeftSidebar.vue#L319
`../UIShared/SearchBox.vue` import should occur after import of `../NewConversationDialog/NewConversationDialog.vue`
|
Lint:
src/components/LeftSidebar/LeftSidebar.vue#L321
`../UIShared/Hint.vue` import should occur after import of `../NewConversationDialog/NewConversationDialog.vue`
|
Lint:
src/components/NewConversationDialog/NewConversationContactsPage.vue#L88
`../RightSidebar/Participants/ParticipantsSearchResults.vue` import should occur before import of `../UIShared/ContactSelectionBubble.vue`
|
Lint:
src/components/NewConversationDialog/NewConversationContactsPage.vue#L89
`../SelectPhoneNumber.vue` import should occur before import of `../UIShared/ContactSelectionBubble.vue`
|
Lint:
src/components/RightSidebar/Participants/ParticipantsTab.vue#L83
`../../SelectPhoneNumber.vue` import should occur before import of `../../UIShared/DialpadPanel.vue`
|
Loading