-
-
Notifications
You must be signed in to change notification settings - Fork 859
Inserted Search Tip Modal Into the Project Page Below the Filter Dropdown #7985
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a781ec5
Search Tips Link Implementation
dfa0c30
Added Search-Tips functionality into the _search-bar.scss file
809f64c
Removed a deleted file from the main _scss file.
20a4a01
Changed the modal container to appear above the search bar when modal…
a69a7f2
Modal is now visible without the search-bar overlapping it
0d7410f
Fixed error in _sass/elements/_search-bar.scss
753c4c0
Corrected the typo Seach to Search on the top of the Modal
79fa9e7
In the current-project.html file I change the overlay classname to se…
60ea969
Added the modal overlay and its box property style into the projects-…
670e4d8
Restore the search-bar.scss back into its original setting. Now the f…
3d5c2d3
Added an include page for the current-projects file that consists of …
be567d7
Modal is now using a table structure
d77a19c
Added new style for the modal card and table formating
c08ae0e
added remaining content for the modal table
1fb5e2e
Change the function name openSearchTipModal to attachEventListenerOpe…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| <!-- Modal Structure --> | ||
|
daras-cu marked this conversation as resolved.
|
||
| <div class="search-tip-overlay" id="search-tip-modal"> | ||
| <div class="search-tip-modal-container"> | ||
| <div class="top-buffer"></div> | ||
| <div class="search-tip-modal-card"> | ||
| <img class="overlay-close-icon" src="/assets/images/wins-page/x.svg" alt="Close"> | ||
| <div class="search-tip-card center-screen"> | ||
| <div class="search-tip-card-top"> | ||
| <div class="search-card-title project-card-inner"> | ||
| <span id="overlay-name" class="search-tip-card-name">Blank</span> | ||
|
daras-cu marked this conversation as resolved.
|
||
| </div> | ||
| </div> | ||
| <div class="search-tip-card-bottom"> | ||
| <div class="project-inner overlay-card-text"> | ||
| <table id="search-tip-table" class="search-tip-table"> | ||
| <thead> | ||
| <tr> | ||
| <th>Boolean Operators</th> | ||
| <th>Meaning</th> | ||
| <th>Example</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <td id="table-operator-1">Blank</td> | ||
| <td id="table-meaning-1">Blank</td> | ||
| <td id="table-example-1">Blank</td> | ||
| </tr> | ||
| <tr> | ||
| <td id="table-operator-2">Blank</td> | ||
| <td id="table-meaning-2">Blank</td> | ||
| <td id="table-example-2">Blank</td> | ||
| </tr> | ||
| <tr> | ||
| <td id="table-operator-3">Blank</td> | ||
| <td id="table-meaning-3">Blank</td> | ||
| <td id="table-example-3">Blank</td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="bottom-buffer"></div> | ||
| </div> | ||
| </div> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
daras-cu marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.