1
0

fix inconsistent following feed filters on mobile

This commit is contained in:
Hazelnoot
2024-10-26 12:24:21 -04:00
parent 1520bc1715
commit 64e4cf8277
4 changed files with 141 additions and 128 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import darkTheme from '@@/themes/d-ice.json5';
import { miLocalStorage } from './local-storage.js';
import { searchEngineMap } from './scripts/search-engine-map.js';
import type { SoundType } from '@/scripts/sound.js';
import type { FollowingFeedTab } from '@/pages/following-feed.vue';
import type { FollowingFeedTab } from '@/scripts/following-feed-utils.js';
import { Storage } from '@/pizzax.js';
interface PostFormAction {