Closed lpraz closed 1 year ago
Nitpicking: I don't really see the point is changing to a button glyph unless you can make the search glyph inside of the search box itself, if you know what I mean..
Like a "linked" search bar and button?
As in, remove the button entirely and have a search box that's entirely blank, except for a (probably clickable) "search" glyph inside it?
@NattyNarwhal If I understand correctly, this 'linked' search bar can be done using a Bootstrap input group. See https://github.com/nitinseshadri/adventure/tree/master for how I did it. Screenshot coming soon.
Resolves issue #20 by changing the "Search" text on the button for the search field in the header to the
search
glyph provided by Google's Material Icons. This, of course, shouldn't be merged right away if another set of glyphs, such as Font Awesome, should be used instead. Let me know if that is the case, and I will make the appropriate modifications.