feat(Communities): Moved dropdown qml components from `controls` to `popups`
Closes #11265
This commit is contained in:
parent
b5f2c52b05
commit
981fdd6095
|
@ -5,6 +5,7 @@ import QtQuick.Layouts 1.14
|
|||
import Storybook 1.0
|
||||
import Models 1.0
|
||||
|
||||
import AppLayouts.Communities.popups 1.0
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
|
||||
import SortFilterProxyModel 0.2
|
||||
|
|
|
@ -2,7 +2,7 @@ import QtQuick 2.14
|
|||
import QtQuick.Controls 2.14
|
||||
import QtQuick.Layouts 1.14
|
||||
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
import AppLayouts.Communities.popups 1.0
|
||||
|
||||
import Storybook 1.0
|
||||
import Models 1.0
|
||||
|
|
|
@ -3,7 +3,7 @@ import QtQuick.Controls 2.15
|
|||
import QtQuick.Layouts 1.15
|
||||
import QtQml 2.15
|
||||
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
import AppLayouts.Communities.popups 1.0
|
||||
|
||||
import utils 1.0
|
||||
import SortFilterProxyModel 0.2
|
||||
|
|
|
@ -7,25 +7,25 @@ CategoryListItem 1.0 CategoryListItem.qml
|
|||
CommunityListItem 1.0 CommunityListItem.qml
|
||||
ColorPicker 1.0 ColorPicker.qml
|
||||
DescriptionInput 1.0 DescriptionInput.qml
|
||||
EnsPanel 1.0 EnsPanel.qml
|
||||
ExtendedDropdownContent 1.0 ExtendedDropdownContent.qml
|
||||
HoldingTypes 1.0 HoldingTypes.qml
|
||||
HoldingsDropdown 1.0 HoldingsDropdown.qml
|
||||
IssuePill 1.0 IssuePill.qml
|
||||
InDropdown 1.0 InDropdown.qml
|
||||
InlineNetworksComboBox 1.0 InlineNetworksComboBox.qml
|
||||
IntroMessageInput 1.0 IntroMessageInput.qml
|
||||
ListDropdownContent 1.0 ListDropdownContent.qml
|
||||
LogoPicker 1.0 LogoPicker.qml
|
||||
MembersDropdown 1.0 MembersDropdown.qml
|
||||
MembersSelectorPanel 1.0 MembersSelectorPanel.qml
|
||||
NameInput 1.0 NameInput.qml
|
||||
Options 1.0 Options.qml
|
||||
OutroMessageInput 1.0 OutroMessageInput.qml
|
||||
PermissionItem 1.0 PermissionItem.qml
|
||||
PermissionsDropdown 1.0 PermissionsDropdown.qml
|
||||
PermissionListItem 1.0 PermissionListItem.qml
|
||||
PermissionsRow 1.0 PermissionsRow.qml
|
||||
RecipientTypeSelectionDropdown 1.0 RecipientTypeSelectionDropdown.qml
|
||||
TagsPicker 1.0 TagsPicker.qml
|
||||
TagsRow 1.0 TagsRow.qml
|
||||
TokenItem 1.0 TokenItem.qml
|
||||
TokenPanel 1.0 TokenPanel.qml
|
||||
ThumbnailsDropdownContent 1.0 ThumbnailsDropdownContent.qml
|
||||
singleton PermissionTypes 1.0 PermissionTypes.qml
|
||||
singleton TokenCategories 1.0 TokenCategories.qml
|
||||
|
|
|
@ -8,6 +8,7 @@ import StatusQ.Components 0.1
|
|||
import StatusQ.Controls 0.1
|
||||
import StatusQ.Core.Utils 0.1
|
||||
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
import AppLayouts.Communities.helpers 1.0
|
||||
import utils 1.0
|
||||
|
|
@ -10,6 +10,8 @@ import StatusQ.Popups 0.1
|
|||
import shared.controls 1.0
|
||||
import SortFilterProxyModel 0.2
|
||||
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
|
||||
StatusDropdown {
|
||||
id: root
|
||||
|
|
@ -8,6 +8,8 @@ import StatusQ.Controls 0.1
|
|||
|
||||
import shared.panels 1.0
|
||||
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
|
||||
|
||||
StatusDropdown {
|
||||
id: root
|
|
@ -6,7 +6,12 @@ CreateCategoryPopup 1.0 CreateCategoryPopup.qml
|
|||
CreateChannelPopup 1.0 CreateChannelPopup.qml
|
||||
CreateCommunityPopup 1.0 CreateCommunityPopup.qml
|
||||
DiscordImportProgressDialog 1.0 DiscordImportProgressDialog.qml
|
||||
HoldingsDropdown 1.0 HoldingsDropdown.qml
|
||||
InDropdown 1.0 InDropdown.qml
|
||||
InviteFriendsToCommunityPopup 1.0 InviteFriendsToCommunityPopup.qml
|
||||
MembersDropdown 1.0 MembersDropdown.qml
|
||||
PermissionsDropdown 1.0 PermissionsDropdown.qml
|
||||
RecipientTypeSelectionDropdown 1.0 RecipientTypeSelectionDropdown.qml
|
||||
RemotelyDestructPopup 1.0 RemotelyDestructPopup.qml
|
||||
SignMultiTokenTransactionsPopup 1.0 SignMultiTokenTransactionsPopup.qml
|
||||
SignTokenTransactionsPopup 1.0 SignTokenTransactionsPopup.qml
|
||||
|
|
|
@ -12,7 +12,7 @@ import utils 1.0
|
|||
import shared.panels 1.0
|
||||
|
||||
import AppLayouts.Communities.helpers 1.0
|
||||
import AppLayouts.Communities.controls 1.0
|
||||
import AppLayouts.Communities.popups 1.0
|
||||
import AppLayouts.Communities.panels 1.0
|
||||
|
||||
StatusScrollView {
|
||||
|
|
Loading…
Reference in New Issue