49ce60ce80
🎨 Update button styles with new background and hover colors
2026-01-28 19:54:26 +00:00
e2259e79f0
🎨 Improve readability by reformatting the property filter dropdown code
2026-01-28 19:54:17 +00:00
66470d127c
🎨 Improve UI accessibility and code consistency by adding label for attribute, updating button styles, and refining DOM manipulation
2026-01-28 19:54:12 +00:00
12eeb7d9f4
🎨 Add secondary button styling with hover effect
2026-01-28 19:53:10 +00:00
d0f23b8088
🔍 Add JSON viewer exploration link to Gamemaster Manager interface
2026-01-28 19:52:58 +00:00
b9babf9693
🔍 Add Gamemaster Explorer tool link to the home view
2026-01-28 19:52:47 +00:00
0060db14a4
🎨 Improve code readability and maintainability by reformatting and restructuring HTML, CSS, and JavaScript files
2026-01-28 19:52:32 +00:00
59f0b26e63
✨ Add GamemasterExplorer view to enhance functionality
2026-01-28 19:52:15 +00:00
71d328acdf
🗑️ Remove download section from GamemasterManager view
2026-01-28 19:12:24 +00:00
1028cca194
🎨 Adjust layout and styling of file list and file details for improved responsiveness and readability
2026-01-28 19:11:41 +00:00
4445514a57
🎨 Rearrange file info and download button layout in GamemasterManager view
2026-01-28 19:11:10 +00:00
14496ada29
🎨 Improve file info layout and button styling in GamemasterManager view
2026-01-28 19:10:30 +00:00
ac76ef108b
📥 Add functionality to download individual and multiple files from the server
2026-01-28 19:10:07 +00:00
a169b1e698
📥 Add download buttons for individual files and a "Download All from Server" option
2026-01-28 19:10:00 +00:00
0a7b920bb5
✨ Add function to categorize gamemaster data into Pokémon, forms, and moves
2026-01-28 19:07:35 +00:00
5db2f0840b
✨ Fix HTML and formatting issues in GamemasterManager view
2026-01-28 19:02:28 +00:00
9a2faef3bf
🎨 Add and style new components for status cards, file lists, and code blocks in GamemasterManager view
2026-01-28 18:59:23 +00:00
6f5284ec10
📚 Add API usage documentation to GamemasterManager view
2026-01-28 18:59:20 +00:00
aae38d0353
✨ Add server status loading and saving functionality with improved error handling and UI updates
2026-01-28 18:59:10 +00:00
e4ca6b392b
💾 Add server save functionality and display server storage status in Gamemaster Manager view
2026-01-28 18:59:05 +00:00
f0e8164645
🎨 Adjust grid layout to use fixed two-column structure for wider screens
2026-01-28 18:56:22 +00:00
cc78b80747
🔄 Rearrange API Key Configuration section within the controls grid layout
2026-01-28 18:52:08 +00:00
679da54c77
🎨 Remove unnecessary whitespace in CSS styling
2026-01-28 18:50:36 +00:00
f616cbc0b2
🎨 Adjust responsive grid layout for control groups and collapsible groups
2026-01-28 18:50:21 +00:00
1ad59722b9
✨ Add collapsible group component with styles and animations
2026-01-28 18:48:18 +00:00
22117fa23d
✨ Improve collapsible group headers for better readability and formatting consistency
2026-01-28 18:48:04 +00:00
0de8c0ee71
✨ Add collapsible sections for API key, OAuth, and client credentials configurations
2026-01-28 18:47:59 +00:00
a921b09ba6
🎨 Improve API key configuration layout and remove redundant section
2026-01-28 18:46:54 +00:00
33272b67a8
🔑 Add API key configuration section with management link and note
2026-01-28 18:46:42 +00:00
4ae4d50ff2
✨ Clean up unnecessary whitespace in ChallongeTest.vue
2026-01-28 18:41:09 +00:00
68777f3596
🔄 Refine authentication logic to prioritize tokens based on scope and improve debug configuration usage
2026-01-28 18:41:04 +00:00
f25bbb3b2d
⚠️ Improve readability of warning messages and hints for client credentials and scope usage
2026-01-28 18:40:53 +00:00
593a707438
⚠️ Clarify client credentials scope requirements and add warning for USER scope usage
2026-01-28 18:40:48 +00:00
816eb7cb67
🎨 Fix inconsistent indentation in tournament authentication type logic
2026-01-28 18:40:37 +00:00
3894a2415c
🔧 Update tournament listing logic with additional scope types and refined authentication handling
2026-01-28 18:40:32 +00:00
b70c8efc22
🧹 Remove unnecessary whitespace in ChallongeTest.vue
2026-01-28 18:39:38 +00:00
6dbeff1c4a
🔧 Enable debug mode and adjust responsive styles for better mobile layout
2026-01-28 18:39:33 +00:00
0f206a0158
🔧 Update client authentication logic and adjust grid layout for responsiveness
2026-01-28 18:38:58 +00:00
b7a6a139b0
🎨 Reformat router-link element for improved readability
2026-01-28 18:32:49 +00:00
1ddc7761f5
🔑 Add support for client credentials authentication in API v2.1 with priority over OAuth and API key
2026-01-28 18:32:43 +00:00
149c3370a2
✏️ Improve code readability by reformatting and rewrapping text and attributes for better alignment and consistency
2026-01-28 18:32:05 +00:00
8f7f9915e1
🔒 Add client credentials management functionality
2026-01-28 18:31:58 +00:00
e55537ff8b
🎮 Add support for selecting tournament scope in Challonge API integration
2026-01-28 18:29:26 +00:00
a24f766e37
🎨 Improve code readability by reformatting and updating function definitions and comments
2026-01-28 18:18:55 +00:00
1944b43af8
feat: implement multi-state tournament querying for Challonge API v2.1
...
- Add tournament-query.js utility with queryAllTournaments() and helper functions
* Makes 3 parallel API calls (pending, in_progress, ended states)
* Uses Promise.all() to wait for all requests
* Deduplicates results by tournament ID using Map
* Replaces invalid state: 'all' parameter (API doesn't support 'all' value)
- Implement 5 convenience functions:
* queryAllTournaments() - Query all states with custom options
* queryUserTournaments() - Query user's tournaments (shorthand)
* queryCommunityTournaments() - Query community tournaments
* queryActiveTournaments() - Query pending + in_progress only
* queryCompletedTournaments() - Query ended tournaments only
* queryTournamentsByStates() - Query custom state combinations
- Update ChallongeTest.vue to use queryAllTournaments()
* Replace invalid state: 'all' with proper multi-state query
* Now correctly fetches tournaments from all states
* Update console logging to show all 3 states being queried
- Add comprehensive TOURNAMENT_QUERY_GUIDE.md documentation
* Explains the problem and solution
* API reference for all functions
* Implementation details and performance notes
* Testing instructions
* Future enhancement ideas
2026-01-28 18:10:29 +00:00