move quick filter into quick view on mobile to save space

This commit is contained in:
Henry Jameson 2025-01-19 17:22:42 +02:00
commit 4f108057a2
8 changed files with 63 additions and 11 deletions

View file

@ -350,6 +350,7 @@ const conversation = {
},
...mapGetters(['mergedConfig']),
...mapState({
mobileLayout: state => state.interface.layoutType === 'mobile',
mastoUserSocketStatus: state => state.api.mastoUserSocketStatus
})
},