This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Component: VHeaderMobile #1876
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
Milestone
Description
The new mobile search header is a composite component. In resting state, it shows the Openverse logo link, the search term, and the
VContentSettingsButton
. When the search input is activated, it shows a back button in the start (left) of the input, and a cross button for clearing the search term.When the search input is activated, the Recent search terms modal should be opened.
The PR for this issue does not have to implement the Recent searches modal and the Content settings modal
API
Slots
State
The functionality for handling the search submission and search text updates should be extracted to a separate composable, and should be shared with the
VHeaderDesktop
(TODO: create the issue for the composable)Code samples
Dependencies
References
Implementation
The text was updated successfully, but these errors were encountered: