| AddToTabGroupBottomSheet.kt |
Prompt for the user to choose whether to add to a new or an existing tab group.
@param tabsTrayStore [TabsTrayStore] used to listen for changes to
[TabsTrayState].
|
9834 |
- |
| EditTabGroupBottomSheet.kt |
Prompt to edit a tab group.
@param tabsTrayStore [TabsTrayStore] used to listen for changes to
[TabsTrayState].
|
9973 |
- |
| ExpandedTabGroup.kt |
Renders an expanded view of a user's tab group.
@param group: [TabsTrayItem.TabGroup] item rendered by the card
@param focusedTabId: String id of the tab in focus. This id may correspond to a tab
that is not inside the group.
|
10148 |
- |
| storage |
|
|
- |
| TabGroupCard.kt |
A Tab Group presented as a clickable item in a grid.
@param group: The data of the [TabsTrayItem.TabGroup].
@param selectionState: The tab selection state.
@param clickHandler: Handler for all click-handling inputs (long click, click, etc)
@param modifier: The Modifier
@param thumbnailSizePx: The size of each thumbnail in px.
|
20135 |
- |
| TabGroupRow.kt |
A Tab Group presented as a clickable item in a row or list.
@param tabGroup The tab group to display.
@param onClick The action to be performed when the tab group item is clicked.
@param modifier The Modifier
|
5329 |
- |