tweak ordering of explore components (#8432)

* tweak ordering of explore components

* use better feed suggestions, metrics

* tweak default limit

* tweak

* remove unnecessary if
This commit is contained in:
hailey
2025-05-30 15:29:00 -07:00
committed by GitHub
parent ce7b9dc430
commit 45a3e6c0d5
4 changed files with 188 additions and 96 deletions
+2 -2
View File
@@ -21,8 +21,7 @@ import {
import {useSession} from '#/state/session'
import * as Toast from '#/view/com/util/Toast'
import {UserAvatar} from '#/view/com/util/UserAvatar'
import {useTheme} from '#/alf'
import {atoms as a} from '#/alf'
import {atoms as a, useTheme} from '#/alf'
import {
Button,
ButtonIcon,
@@ -40,6 +39,7 @@ import {Trash_Stroke2_Corner0_Rounded as TrashIcon} from './icons/Trash'
type Props = {
view: AppBskyFeedDefs.GeneratorView
onPress?: () => void
}
export function Default(props: Props) {