Commit Graph
451 Commits
Author SHA1 Message Date
fragginwagon e51d484083 🛠️ Add default header management methods to API client 2026-01-28 22:48:06 +00:00
fragginwagon 56578917e8 ✏️ Adjust line breaks in admin login descriptions for improved readability 2026-01-28 22:46:49 +00:00
fragginwagon 07a6f902d9 🔒 Add admin login view for authentication 2026-01-28 22:46:44 +00:00
fragginwagon af34c7c719 Improve code formatting and update API request payload structure in authentication composable 2026-01-28 22:46:37 +00:00
fragginwagon 1e97e190c5 🔒 Add authentication composable for managing auth state, token handling, and user info 2026-01-28 22:46:32 +00:00
fragginwagon f132339abf 🎨 Reformat import statement for improved readability 2026-01-28 22:46:27 +00:00
fragginwagon 6d44590dff 🔒 Add authentication route logic for user login and registration 2026-01-28 22:46:22 +00:00
fragginwagon 5d0c428dcd Improve readability by reformatting conditional expressions and code structure in authentication middleware 2026-01-28 22:46:17 +00:00
fragginwagon 0044f1e965 🔒 Add authentication middleware for secure access 2026-01-28 22:46:10 +00:00
fragginwagon ac0a31c071 Refactor JWT utility functions for improved readability and consistency 2026-01-28 22:46:07 +00:00
fragginwagon 3434a361d9 🔒 Update JWT utility functions for improved token handling 2026-01-28 22:46:02 +00:00
fragginwagon b6cbc12c5f 🎨 Refactor components to use shared utilities, simplify state management, and improve modal implementation 2026-01-28 22:45:08 +00:00
fragginwagon 7048ee7a77 Update components to use shared utilities, BaseModal, and api-client while verifying build passes 2026-01-28 22:44:58 +00:00
fragginwagon bb558be6f8 Update progress documentation to reflect one additional completed step 2026-01-28 22:44:53 +00:00
fragginwagon 3ae5a93e57 🗑️ Remove integration tests for ApiKeyManager and GamemasterManager components 2026-01-28 22:44:40 +00:00
fragginwagon 177ae5c60d 🎨 Reformat test code for improved readability and consistency 2026-01-28 22:42:22 +00:00
fragginwagon d782eba3b4 🔑 Add integration tests for API key management 2026-01-28 22:42:16 +00:00
fragginwagon c87d494eee 📝 Simplify modal text formatting and button layout in API key manager 2026-01-28 22:42:11 +00:00
fragginwagon b07f1fd61a 🎨 Refactor delete confirmation modal to use BaseModal component for improved consistency and reusability 2026-01-28 22:42:06 +00:00
fragginwagon ae8832daff Add BaseModal import and simplify useAsyncState calls in ApiKeyManager and GamemasterManager views 2026-01-28 22:42:01 +00:00
fragginwagon 0515fb7958 🚀 Refactor GamemasterManager to use reusable async state management for loading, saving, and error handling 2026-01-28 22:41:56 +00:00
fragginwagon d5ba1d5ab1 📝 Update progress documentation with new test coverage details and adjust coverage target 2026-01-28 22:26:33 +00:00
fragginwagon 9dafca49b0 Update test coverage details to reflect increased passing tests count 2026-01-28 22:26:23 +00:00
fragginwagon 67829cd09b Mark BaseButton and BaseModal components as complete with tests passing 2026-01-28 22:26:18 +00:00
fragginwagon c7b78e32c7 Update progress documentation with completed steps count 2026-01-28 22:26:08 +00:00
fragginwagon 35e9a97708 🧹 Remove unnecessary whitespace in BaseModal unit tests 2026-01-28 22:25:42 +00:00
fragginwagon fa8286fa54 🧪 Improve BaseModal test to handle timing-dependent overflow checks and verify cleanup 2026-01-28 22:25:37 +00:00
fragginwagon 5eb704af2d 🧪 Improve BaseModal unit test to handle timing-dependent overflow behavior 2026-01-28 22:25:31 +00:00
fragginwagon bf38a226fc 🧪 Add missing nextTick call in BaseModal unit test to ensure proper DOM updates 2026-01-28 22:25:15 +00:00
fragginwagon 61fe7c6594 🧪 Add additional nextTick calls in BaseModal unit tests to ensure proper DOM updates 2026-01-28 22:25:10 +00:00
fragginwagon 155a3d3985 🧪 Update BaseModal test to verify element existence instead of active focus due to JSDOM limitations 2026-01-28 22:25:00 +00:00
fragginwagon 5453f80317 🧪 Improve test readability by reformatting code for better clarity and consistency in BaseModal unit tests 2026-01-28 22:24:43 +00:00
fragginwagon 6d3d81c3c0 Add unit tests for BaseModal component 2026-01-28 22:24:39 +00:00
fragginwagon 4cb66eafbd 🎨 Refactor code style for consistency and readability in BaseModal component 2026-01-28 22:24:11 +00:00
fragginwagon 94b1828c88 Add BaseModal component for shared modal functionality 2026-01-28 22:24:06 +00:00
fragginwagon 247d4330b2 Add support for slot detection in BaseButton component 2026-01-28 22:23:29 +00:00
fragginwagon 2d89f09b92 Add slot support to BaseButton component 2026-01-28 22:23:14 +00:00
fragginwagon e061278123 🧹 Remove unnecessary whitespace in BaseButton component unit tests 2026-01-28 22:22:50 +00:00
fragginwagon be3fd84901 Add unit tests for BaseButton component 2026-01-28 22:22:45 +00:00
fragginwagon b06382c0bb 🎨 Improve code readability and consistency in BaseButton component by reformatting and simplifying syntax 2026-01-28 22:22:35 +00:00
fragginwagon 9467d4d81d Update progress documentation and mark Step 3 as completed in project tracker 2026-01-28 22:22:30 +00:00
fragginwagon 77a5d09db1 🛠️ Add new dependencies and configure workspace for server module integration 2026-01-28 22:21:28 +00:00
fragginwagon 1279cfaa4e 🛠️ Add workspace configuration and update scripts for server management 2026-01-28 22:19:13 +00:00
fragginwagon 6b2e5795bc Add new dependencies for server functionality 2026-01-28 22:19:03 +00:00
fragginwagon cd85a0f0a4 📝 Update progress documentation for Pokedex.Online project 2026-01-28 22:17:59 +00:00
fragginwagon a8b5ee6e3c 🧪 Improve test formatting and fix spacing issues in api-client unit tests 2026-01-28 22:17:22 +00:00
fragginwagon 2a8cfd4011 Add unit tests for API client utility functions 2026-01-28 22:17:17 +00:00
fragginwagon 4c950b5686 Improve code readability and formatting in API client utility 2026-01-28 22:16:56 +00:00
fragginwagon d5ec0cd9db Add utility functions for API client integration 2026-01-28 22:16:51 +00:00
fragginwagon 6dfe06a412 Simplify arrow function syntax in unit test 2026-01-28 22:16:38 +00:00