mirror of
https://github.com/hoornet/vega.git
synced 2026-05-10 22:29:11 -07:00
Fix test bugs: mute filtering, notification toggles, external links, emoji picker
- Fix mute button having no effect in Media Feed (missing filter) - Fix notification toggle switches overlapping labels (sizing + shrink-0) - Fix external links not opening in system browser (use Tauri opener plugin) - Fix trending refresh showing no visual feedback (clear list on force refresh) - Fix emoji reactions inaccessible behind WebKitGTK context menu (visible + button) - Add emoji picker to compose box, inline reply, and thread reply - New shared EmojiPicker component with categorized emoji groups
This commit is contained in:
@@ -133,7 +133,7 @@ export const useFeedStore = create<FeedState>((set, get) => ({
|
||||
} catch { /* ignore cache errors */ }
|
||||
}
|
||||
|
||||
set({ trendingLoading: true });
|
||||
set({ trendingLoading: true, ...(force ? { trendingNotes: [] } : {}) });
|
||||
try {
|
||||
const notes = await fetchTrendingCandidates(200, 24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user