resofire/mobile-search

Move mobile search to homepage

Maintainers

Package info

github.com/ResofireV2/mobile-search

Language:TypeScript

Type:flarum-extension

pkg:composer/resofire/mobile-search

Statistics

Installs: 378

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.9 2026-04-04 04:52 UTC

This package is auto-updated.

Last update: 2026-05-04 05:01:25 UTC


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