-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* it works only one annoyiung thing, you have to click hrefs twice in the dropdown to go to link * Fixed double clicking + menu pop up + import issue Dont have to double click a tags to go to link but focusing/unfocusing completely changed how menu appears and dissapears had to include entire library in searchbar component to avoid using import statement * Edited CBTF workflow, Page titles, Search feature Edited CBTF workflow to stash before pulling new changes before committing, otherwise it cant upload. Before it was not stashing and telling me it wasnt happy Made it so the title updates to whatever course page you are on, i.e. "Solids Reference", "Dynamics Reference", etc. Edited search feature to make it non-case sensitive in both ways: - can query in uppercase/lowercase - results return regardless of upper/lowercase * made searchbar bigger on mobile, trying to make a dismiss btn * Changes to displayed snippets * clear menu on mobile
- Loading branch information
Showing
2 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -25,9 +25,11 @@ const pagename = cleaned[1] | |
<title>{title}</title> | ||
|
||
<link href="/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
|
||
|
||
<script src="/bootstrap.min.js" is:inline></script> | ||
|
||
|
||
<script id="MathJax-script" src="/mathjax/tex-chtml.js" is:inline></script> | ||
|
||
|