-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add toggle button for file types on the sidebar (#739)
* Index the version field * Fetched version number and display in schema tags * show more toggle * to do comment * added test for the file type sidebar * edited comment * rubocop corrections * eslint correction * Adjusted the fixtures to have more than 10 file types Co-authored-by: Claudia Lee <claudiawulee@users.noreply.github.com> * Updated test for 10 file types --------- Co-authored-by: Hector Correa <hector_correa@princeton.edu> Co-authored-by: Claudia Lee <claudiawulee@users.noreply.github.com>
- Loading branch information
1 parent
af0edb1
commit 3c2fb08
Showing
4 changed files
with
76 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,7 @@ | |
} | ||
} | ||
} | ||
|
||
#document-file-type-list-extra { | ||
margin-top: -25px; | ||
} |
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
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