Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search bar added to Navbar instead of participants #302

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

ODAVING
Copy link
Contributor

@ODAVING ODAVING commented Nov 21, 2019

fixes #242
Added the search button as well as its animation to HTML/CSS. The button will transition between two states, as pictured below
FROM:
issue242_a
TO:
issue242_b

@ODAVING ODAVING added type: enhancement New feature or request area: front-end labels Nov 21, 2019
@ODAVING ODAVING self-assigned this Nov 21, 2019
@ODAVING ODAVING force-pushed the issue242 branch 2 times, most recently from de9df0e to 06185b7 Compare November 21, 2019 04:02
@ODAVING ODAVING changed the title Fixes issue #242 Search bar added to Navbar instead of participants Nov 21, 2019
dbeigi
dbeigi previously approved these changes Nov 21, 2019
Copy link
Contributor

@dbeigi dbeigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTML and CSS looks good to me. Good job @ODAVING

Copy link
Contributor

@lucacataldo lucacataldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look really good, well done @ODAVING! Small nit-picky thing just before we merge. If you think the Inconsolata font is absolutely necessary, let me know and we can still merge. I just want to make sure we need it before we commit forever lol. Other than that, looks good to me.

@@ -1,3 +1,6 @@
/* Font Used for Search Icon */
@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe keep font dependencies to a minimum? Not only for a more consistent design but also to avoid loading a bunch (although this one is only ~60KB, but it adds up).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed it to the main font we use in HTML.

eslint fix changes

removed ids for another iteration

removed font for consistency
Copy link
Contributor

@lucacataldo lucacataldo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good!

@lucacataldo lucacataldo merged commit 8cb6fab into Seneca-CDOT:master Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add search bar for the mock-ups
3 participants