Skip to content

Commit

Permalink
Merge pull request #7 from NCSU-Libraries/fast_thumbnails
Browse files Browse the repository at this point in the history
Fast thumbnails
  • Loading branch information
trevorthornton authored Feb 20, 2025
2 parents b9943b1 + fe5e71c commit b5ab82f
Show file tree
Hide file tree
Showing 24 changed files with 1,105 additions and 431 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"outline.collapseItems": "alwaysExpand"
}
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
Expand Down Expand Up @@ -399,6 +401,7 @@ GEM
zeitwerk (2.6.18)

PLATFORMS
aarch64-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux
Expand Down
4 changes: 2 additions & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
//= require stickable
//= require tabs
//= require modal
//= require thumbnail_viewer
//= require thumbnail_viewer_new
//= require contents_list
//= require contents_list_thumbnails
//= require thumbnail_gallery
//= require contents_list_filesystem_browse
//= require custom
//= require ncsul_web
Expand Down
Loading

0 comments on commit b5ab82f

Please sign in to comment.