Skip to content

Commit e0c604b

Browse files
Todd GauglerTodd Gaugler
authored andcommitted
...
1 parent 1254566 commit e0c604b

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

ff-rankings-app/src/components/FileUpload.jsx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ const FileUpload = ({ onFileUpload, isDragOver, setIsDragOver, themeStyles }) =>
1818
const formats = ['ppr', 'standard', 'half-ppr', 'superflex', 'dynasty'];
1919
const common = [
2020
'FantasyPros 2025.csv',
21-
'sample_rankings.csv',
22-
'draft_rankings.csv',
23-
'player_rankings.csv',
24-
'rankings.csv',
25-
'players.csv',
26-
'draft_board.csv',
27-
'cheatsheet.csv',
28-
'draft.csv',
29-
'fantasy.csv'
3021
];
3122

3223
const generated = [];
@@ -47,20 +38,6 @@ const FileUpload = ({ onFileUpload, isDragOver, setIsDragOver, themeStyles }) =>
4738
// Add variations with spaces (like your file)
4839
const spaceVariations = [
4940
'FantasyPros 2025 PPR.csv',
50-
'FantasyPros 2024 PPR.csv',
51-
'FantasyPros 2025 Standard.csv',
52-
'FantasyPros 2024 Standard.csv',
53-
'ESPN 2025 PPR.csv',
54-
'ESPN 2024 PPR.csv',
55-
'Yahoo 2025 PPR.csv',
56-
'Yahoo 2024 PPR.csv',
57-
'Draft Rankings 2025.csv',
58-
'Draft Rankings 2024.csv',
59-
'Player Rankings.csv',
60-
'Fantasy Rankings.csv',
61-
'Draft Board.csv',
62-
'Cheat Sheet.csv',
63-
'My Rankings.csv'
6441
];
6542

6643
return [...common, ...generated, ...spaceVariations];

ff-rankings-app/src/components/UnifiedControlPanel.jsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ const UnifiedControlPanel = ({
4545
// Common CSV filenames to check for
4646
const commonCSVNames = [
4747
'FantasyPros 2025 PPR.csv',
48-
'fantasypros_2024.csv',
49-
'fantasypros_2025.csv',
50-
'espn_2024.csv',
51-
'espn_2025.csv',
52-
'yahoo_2024.csv',
53-
'yahoo_2025.csv',
54-
'sleeper_2024.csv',
55-
'sleeper_2025.csv',
56-
'sample_rankings.csv',
57-
'draft_rankings.csv',
58-
'player_rankings.csv',
59-
'rankings.csv',
60-
'players.csv'
6148
];
6249

6350
// Generate friendly names from filenames

0 commit comments

Comments
 (0)