Commit Graph

486 Commits

Author SHA1 Message Date
e4f99e82f4 🎨 Improve code formatting for better readability in tournament status components 2026-01-29 05:32:59 +00:00
38603a46d8 🎨 Update TournamentGrid component styling and layout 2026-01-29 05:32:54 +00:00
66eae1ddcd Refactor tests to use radio button index for API version selection validation 2026-01-29 05:13:18 +00:00
5a56aa4cbc Add unit tests for Challonge API version selector component 2026-01-29 05:13:08 +00:00
8d9b5125cc 🎨 Improve code formatting and consistency in ApiVersionSelector component 2026-01-29 05:12:58 +00:00
ec1e1f794b Add API version selector component for Challonge integration 2026-01-29 05:12:53 +00:00
efc97eea31 🎯 Refactor test file for improved readability and consistency in formatting and mock function definitions 2026-01-29 05:12:20 +00:00
7b04d39768 Add unit tests for Challonge composable functions 2026-01-29 05:12:15 +00:00
7f06b56fde 📝 Update comments and formatting in useChallongeTests composable 2026-01-29 05:12:00 +00:00
df888ddfd7 🧪 Add unit tests for Challonge-related functionality 2026-01-29 05:11:56 +00:00
0b465d82c1 Update tests to check for defined properties instead of specific values 2026-01-29 05:10:41 +00:00
716f20039f 🎯 Simplify test code formatting and improve readability in useChallongeClient unit tests 2026-01-29 05:10:36 +00:00
cb75fa34a0 Add unit tests for Challonge client composable 2026-01-29 05:10:30 +00:00
243e4c2eda 🧹 Remove unit tests for useChallongeClient composable 2026-01-29 05:10:20 +00:00
2723b96c0b 🎨 Reformat import statements and destructuring for improved readability 2026-01-29 05:09:43 +00:00
0148d0a1f1 🧪 Add unit tests for useChallongeClient composable and refactor code formatting for readability 2026-01-29 05:09:38 +00:00
568224f2d9 Add composable for interacting with Challonge API 2026-01-29 05:09:33 +00:00
cb23c5e923 Update progress notes to reflect completion of Phase 5 and increased test coverage 2026-01-29 05:08:05 +00:00
eaf43a54c8 Update progress to mark Phase 5 as complete and outline tasks for Phase 6 2026-01-29 05:08:00 +00:00
c077989f51 Update test coverage details with new passing tests and files 2026-01-29 05:07:50 +00:00
ba0c84fa77 Refactor GamemasterExplorer component with new composables, extracted components, comprehensive tests, and significant line count reduction 2026-01-29 05:07:40 +00:00
ea98011fbc Update progress for GamemasterExplorer refactoring to reflect completion and detailed results 2026-01-29 05:07:35 +00:00
c292ca72d4 Update progress tracker with latest phase, step, and test suite completion stats 2026-01-29 05:07:25 +00:00
e87f8e6dd4 Extend mocked useJsonFilter composable with additional methods and properties in unit tests 2026-01-29 05:06:09 +00:00
3ef1cd8300 🧪 Add mock implementation for search history in GamemasterExplorer tests 2026-01-29 05:05:53 +00:00
e55740782e 🎨 Simplify import formatting and improve code readability in unit tests for GamemasterExplorer component 2026-01-29 05:05:47 +00:00
dbf60a4860 🔧 Add async handling to test cases in GamemasterExplorer unit tests 2026-01-29 05:05:42 +00:00
6f6ddb3660 ️ Add async handling to loading state test in GamemasterExplorer component 2026-01-29 05:05:32 +00:00
bea0f15566 🔍 Add unit tests for GamemasterExplorer view 2026-01-29 05:05:22 +00:00
5feab84540 🛠️ Update FileSelector test to reflect that loadStatus is handled by the parent component 2026-01-29 05:03:11 +00:00
ff7f19a790 🔧 Update mock implementation of useFeatureFlags to use a value function for getFlags 2026-01-29 05:02:26 +00:00
ef1a2d2210 🐛 Fix incorrect function call for retrieving flags 2026-01-29 05:02:11 +00:00
48e785770e 🔧 Fix computed property to correctly reference getFlags value 2026-01-29 04:59:52 +00:00
45a9eb5099 🎨 Adjust styling by adding a warning banner class definition 2026-01-29 04:58:27 +00:00
d75c52c93e 🎨 Enhance dark mode and syntax highlighting styles for JSON viewer 2026-01-29 04:57:59 +00:00
d755e77c44 🎨 Ensure transparent backgrounds for all syntax highlighting elements in both light and dark modes 2026-01-29 04:56:48 +00:00
4952bc7649 🎨 Enhance syntax highlighting styles with !important for consistent appearance 2026-01-29 04:54:35 +00:00
7a1fb11dfb 🎨 Improve light and dark mode styles for content viewer with enhanced contrast and color adjustments 2026-01-29 04:51:46 +00:00
0639d577a1 🛠️ Remove redundant loadStatus call in FileSelector component 2026-01-29 04:50:14 +00:00
aa8a3e2aab ️ Make loadStatus asynchronous in onMounted lifecycle method 2026-01-29 04:50:04 +00:00
81310abbce 🔧 Simplify API endpoint paths by removing redundant '/api' prefix in GamemasterManager.vue 2026-01-29 04:45:34 +00:00
13e6ce7467 🔧 Simplify API proxy rewrite rule in Vite configuration 2026-01-29 04:42:32 +00:00
0cc01aa476 📝 Format error messages for Challonge OAuth configuration consistently 2026-01-29 04:35:19 +00:00
8650920c7c 🔒 Add validation for Challonge OAuth configuration in token and refresh endpoints 2026-01-29 04:35:14 +00:00
4769193ae4 ⚠️ Update OAuth proxy to warn instead of exit when Challonge credentials are missing 2026-01-29 04:35:03 +00:00
fc2a528d89 Refactor server save logic to include status reload and improve error handling 2026-01-29 04:32:22 +00:00
bb05c7e3e1 Fix syntax issue in asynchronous function definition for Gamemaster processing 2026-01-29 04:30:18 +00:00
87a7f28cf8 🔄 Refactor async state management to simplify and streamline API calls in GamemasterManager component 2026-01-29 04:30:07 +00:00
cb81e29c31 🎨 Reformat computed properties and conditional assignments for improved readability 2026-01-29 04:27:56 +00:00
835168179e Enhance reactivity and null safety in file state management with computed properties and conditional checks 2026-01-29 04:27:51 +00:00