plan/react-rewrite #1
Reference in New Issue
Block a user
Delete Branch "plan/react-rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PopularRequestsPanel renders up to 4 popular request items in a grid. MF expose upgraded from stub to real component. Route page at /{lang}/popular provides standalone access.Persists search history to localStorage via @/shared/storage with language-scoped keys (afl_history_{lang}). Supports dedup by URL, max 10 items, and clear functionality.