folio: Add visual placeholder for favourites bar

This adds a visual placeholder when dropping applications on the
favourites bar, making it consistent with dropping applications on a
page.
This commit is contained in:
Devin Lin 2025-03-19 15:38:35 -04:00
parent 3afdafd8c2
commit df6fb87ac8

View file

@ -79,7 +79,13 @@ MouseArea {
Component {
id: placeholderComponent
Item {}
// square that shows when hovering over a spot to drop a delegate on (ghost entry)
PlaceholderDelegate {
id: dragDropFeedback
folio: root.folio
width: folio.HomeScreenState.pageCellWidth
height: folio.HomeScreenState.pageCellHeight
}
}
Component {