You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inserted Search Tip Modal Into the Project Page Below the Filter Dropdown (#7985)
* Search Tips Link Implementation
* Added Search-Tips functionality into the _search-bar.scss file
* Removed a deleted file from the main _scss file.
* Changed the modal container to appear above the search bar when modal is click and activated
* Modal is now visible without the search-bar overlapping it
* Fixed error in _sass/elements/_search-bar.scss
* Corrected the typo Seach to Search on the top of the Modal
* In the current-project.html file I change the overlay classname to search-tip-overlay
* Added the modal overlay and its box property style into the projects-page.scss file.
* Restore the search-bar.scss back into its original setting. Now the file only contain to search-bar functionalities.
* Added an include page for the current-projects file that consists of the project modal
* Modal is now using a table structure
* Added new style for the modal card and table formating
* added remaining content for the modal table
* Change the function name openSearchTipModal to attachEventListenerOpenModal and closeSearchTipModal to attachEventListernerCloseModal
---------
Co-authored-by: Donovan Vernon <d.vernon5@gmail.com>
document.getElementById('table-meaning-3').innerHTML="Exclude a term from the search";
888
+
document.getElementById('table-example-3').innerHTML="<em>React -Django (Limits project card results to only those with React and not the term Django.)</em>";
0 commit comments