mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
scale
This commit is contained in:
parent
21beee2fe1
commit
a08ffc3513
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
let currentMode = 'view'; // 'view', 'select', 'detail'
|
let currentMode = 'view'; // 'view', 'select', 'detail'
|
||||||
let selectedRows = new Set(); // Store indices of selected rows
|
let selectedRows = new Set(); // Store indices of selected rows
|
||||||
const MAX_DISPLAY_COST_CAP = 50; // Define the constant here
|
const MAX_DISPLAY_COST_CAP = 75; // Define the constant here
|
||||||
|
|
||||||
const allMainRows = document.querySelectorAll('tr[id^="main-row-"]');
|
const allMainRows = document.querySelectorAll('tr[id^="main-row-"]');
|
||||||
const allDetailsRows = document.querySelectorAll('tr[id^="details-"]');
|
const allDetailsRows = document.querySelectorAll('tr[id^="details-"]');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue