uchicago-cs / chigame

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Style All Search Bars #354

Closed Benjoman12 closed 9 months ago

Benjoman12 commented 9 months ago

Django-Machina's default search bar styling is much nicer then the search bar styling that currently exists in the project. This issue aims to look into if it's practical to apply the Django-Machina styling search bar styling to all search bars.

Benjoman12 commented 9 months ago

After looking at how Django-Machina does its styling and looking into where that styling is coming from it is clear that it should be straight forward to implement that styling for the search bar in base.html.

Benjoman12 commented 9 months ago

The Django Machina styling was implemented into the search bar in base.html and a corresponding pull request was submitted.

Benjoman12 commented 9 months ago

Closed after successfully merging and closing PR https://github.com/uchicago-cs/chigame/pull/368. Thanks to @joshuamonroe for reviewing the PR.

majorsylvie commented 9 months ago

Issue Score: Excellent