Name Description Size
DefaultTopSitesStorage.kt Default implementation of [TopSitesStorage]. @param pinnedSitesStorage An instance of [PinnedSiteStorage], used for storing pinned sites. @param coroutineContext The [CoroutineContext] to be used for background operations. Defaults to [Dispatchers.IO]. 2377
DefaultTopSitesView.kt The default implementation of [TopSitesView] for displaying the top site UI. @param store [AppStore] instance for dispatching the top sites changes. 804
RenameTopSiteDialog.kt Display a dialog for renaming a top site. @param currentName The current name of the top site. @param onConfirm Callback invoked when the user confirms the rename operation. The new name is passed as an argument. @param onDismiss Callback invoked when the dialog is dismissed, either by pressing the cancel button or by tapping outside the dialog. 2043
TopSites.kt A list of top sites. @param topSites List of [TopSite] to display. @param onTopSiteClicked Invoked when the user clicked the top site @param onRemoveTopSiteClicked Invoked when the user clicked 'Remove' item from drop down menu @param onRenameTopSiteClicked Invoked when the user clicked 'Rename' item from drop down menu 6253
TopSitesOverlay.kt Composable function that displays the top sites list. @param modifier Modifier to be applied to the layout. 5050