resofire / mobile-search
Move mobile search to homepage
Package info
github.com/ResofireV2/mobile-search
Language:TypeScript
Type:flarum-extension
pkg:composer/resofire/mobile-search
v0.1.9
2026-04-04 04:52 UTC
Requires
- php: ^8.3
- flarum/core: ^2.0.0
README
A Flarum extension that moves the search bar into the index page toolbar on mobile, giving it more room and keeping the header uncluttered.
Behavior
- Phone: The header search is hidden on the index page. A full-width search bar is injected directly into the discussion list toolbar.
- Tablet and above: The injected toolbar search is hidden; the header search works as normal.
Requirements
- Flarum 2.0+
- PHP 8.3+
Installation
composer require resofire/mobile-search
Updating
composer update resofire/mobile-search php flarum migrate php flarum cache:clear