WinWorldPC / adventure

WinWorld's open library management system
GNU Affero General Public License v3.0
238 stars 33 forks source link

Changed "Search" text in search button to a search icon glyph #30

Closed lpraz closed 1 year ago

lpraz commented 7 years ago

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.

NattyNarwhal commented 7 years 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..

ghost commented 7 years ago

Like a "linked" search bar and button?

lpraz commented 7 years ago

As in, remove the button entirely and have a search box that's entirely blank, except for a (probably clickable) "search" glyph inside it?

ghost commented 6 years ago

@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.