1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Removed the use of datatables and added pagination and search on all_matches.

This commit is contained in:
2026-02-19 17:53:40 -05:00
parent 8670ce38c3
commit dc50efe8fc
8 changed files with 190 additions and 189 deletions

View File

@@ -5,7 +5,6 @@ import "@hotwired/turbo-rails";
import { createConsumer } from "@rails/actioncable"; // Import createConsumer directly
import "jquery";
import "bootstrap";
import "datatables.net";
// Stimulus setup
import { Application } from "@hotwired/stimulus";
@@ -39,9 +38,9 @@ application.register("match-spectate", MatchSpectateController);
}
}).call(this);
console.log("Propshaft/Importmap application.js initialized with jQuery, Bootstrap, Stimulus, and DataTables.");
console.log("Propshaft/Importmap application.js initialized with jQuery, Bootstrap, and Stimulus.");
// If you have custom JavaScript files in app/javascript/ that were previously
// handled by Sprockets `require_tree`, you'll need to import them here explicitly.
// For example:
// import "./my_custom_logic";
// import "./my_custom_logic";