mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
feat: Remove cost exceeded marker from leaderboard table
This commit is contained in:
parent
7d0a9c7233
commit
1622531d85
2 changed files with 1 additions and 16 deletions
|
@ -231,10 +231,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
darkSection.style.zIndex = '1';
|
||||
bar.parentNode.appendChild(darkSection);
|
||||
|
||||
// Add a marker at the end of the bar
|
||||
const marker = document.createElement('div');
|
||||
marker.className = 'cost-exceeded-marker';
|
||||
bar.parentNode.appendChild(marker);
|
||||
// No marker at the end of the bar
|
||||
}
|
||||
} else {
|
||||
// Set width to 0 if cost is 0 or negative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue