-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UI]fix search bar sizing on Quest page (#1200)
* [Fix] Updated SearchBar styling and placeholder by resizing containers on QuestPage * [Fix] Adjust layout widths and add search bar styling for better responsiveness * [Fix] Update translation function for localization to strings * [Fix] Add 'search' translation to localization strings
- Loading branch information
1 parent
00ed10c
commit 009d09e
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -829,6 +829,7 @@ | |
} | ||
}, | ||
"quests": "Quests", | ||
"search": "Search", | ||
"viewAllQuests": { | ||
"title": "View All Quests" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters