|
|
29d9629a5d
|
✨ Update README to reflect migration to React + Vite and highlight new features and production-ready status
|
2026-01-28 23:00:52 +00:00 |
|
|
|
fad07f5d90
|
✨ Update progress documentation with latest project milestones
|
2026-01-28 23:00:37 +00:00 |
|
|
|
90159b2055
|
🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags
|
2026-01-28 23:00:20 +00:00 |
|
|
|
ecf7e1f316
|
✅ Add unit tests for feature flag composable
|
2026-01-28 23:00:15 +00:00 |
|
|
|
d77706be9f
|
🧹 Remove unit tests for useFeatureFlags composable
|
2026-01-28 23:00:05 +00:00 |
|
|
|
622cec5e2d
|
🧹 Remove unnecessary whitespace in unit tests for useFeatureFlags
|
2026-01-28 22:59:39 +00:00 |
|
|
|
6ec72ff36f
|
✅ Add unit tests for feature flag composable
|
2026-01-28 22:59:34 +00:00 |
|
|
|
d9d0de243d
|
🧹 Remove unnecessary whitespace in unit tests for DeveloperTools component
|
2026-01-28 22:59:24 +00:00 |
|
|
|
d94ad418c8
|
🧪 Simplify DeveloperTools tests by removing complex DOM interactions and redundant test cases, while adding mocks and focusing on core functionality
|
2026-01-28 22:59:19 +00:00 |
|
|
|
bb344d4096
|
🔧 Refactor environment mocking and component stubs in DeveloperTools unit tests
|
2026-01-28 22:58:05 +00:00 |
|
|
|
77da2ef580
|
🔧 Refactor test setup to use vi.spyOn for mocking useAuth module instead of direct mock replacement
|
2026-01-28 22:57:55 +00:00 |
|
|
|
50664739fe
|
🔧 Update import paths in DeveloperTools unit test for correct module resolution
|
2026-01-28 22:55:32 +00:00 |
|
|
|
2063c65efd
|
🔧 Fix import paths in useFeatureFlags unit test file
|
2026-01-28 22:55:22 +00:00 |
|
|
|
d3ac20f9fa
|
🧪 Add unit tests for DeveloperTools component
|
2026-01-28 22:54:40 +00:00 |
|
|
|
cf106cd5f3
|
✨ Refactor unit tests for useFeatureFlags to improve readability, consistency, and formatting
|
2026-01-28 22:54:28 +00:00 |
|
|
|
338ee1f750
|
✅ Add unit tests for feature flag composable
|
2026-01-28 22:54:23 +00:00 |
|
|
|
59823392e1
|
🛠️ Add Developer Tools component for development mode with improved formatting and functionality adjustments
|
2026-01-28 22:54:07 +00:00 |
|
|
|
740005e4b8
|
✨ Add Developer Tools component for enhanced debugging features
|
2026-01-28 22:54:02 +00:00 |
|
|
|
a736519d76
|
🎨 Refactor code style for consistency and readability in feature flag composable
|
2026-01-28 22:53:48 +00:00 |
|
|
|
5151846a88
|
✨ Add composable for managing feature flags
|
2026-01-28 22:53:43 +00:00 |
|
|
|
bc48762925
|
✨ Add feature flags configuration for Pokedex Online
|
2026-01-28 22:53:33 +00:00 |
|
|
|
9c1d836e4f
|
🔒 Add documentation for authentication architecture in Pokedex.Online
|
2026-01-28 22:51:34 +00:00 |
|
|
|
4bbcdbb96e
|
🔒 Add JWT authentication system with backend, frontend, API client, route guards, and unit tests for secure user management and token-based access control
|
2026-01-28 22:51:15 +00:00 |
|
|
|
8f74fef02a
|
✅ Add JWT authentication system with backend utilities, middleware, routes, frontend state management, router guards, and authentication tests
|
2026-01-28 22:50:15 +00:00 |
|
|
|
88f426127e
|
✅ Update progress documentation with completed steps count
|
2026-01-28 22:50:01 +00:00 |
|
|
|
42f9acc4fa
|
🧹 Remove unnecessary whitespace in useAuth composable unit tests
|
2026-01-28 22:48:55 +00:00 |
|
|
|
8f06e50820
|
✅ Add unit tests for authentication composable
|
2026-01-28 22:48:50 +00:00 |
|
|
|
d3c6f45757
|
✅ Add unit tests for AdminLogin view to improve test coverage
|
2026-01-28 22:48:45 +00:00 |
|
|
|
0c0cc33e1e
|
🗑️ Remove unit tests for JWT utility functions
|
2026-01-28 22:48:35 +00:00 |
|
|
|
74f0e1e252
|
🛠️ Simplify code formatting and improve consistency in API client and JWT utilities tests
|
2026-01-28 22:48:11 +00:00 |
|
|
|
e51d484083
|
🛠️ Add default header management methods to API client
|
2026-01-28 22:48:06 +00:00 |
|
|
|
56578917e8
|
✏️ Adjust line breaks in admin login descriptions for improved readability
|
2026-01-28 22:46:49 +00:00 |
|
|
|
07a6f902d9
|
🔒 Add admin login view for authentication
|
2026-01-28 22:46:44 +00:00 |
|
|
|
af34c7c719
|
✨ Improve code formatting and update API request payload structure in authentication composable
|
2026-01-28 22:46:37 +00:00 |
|
|
|
1e97e190c5
|
🔒 Add authentication composable for managing auth state, token handling, and user info
|
2026-01-28 22:46:32 +00:00 |
|
|
|
f132339abf
|
🎨 Reformat import statement for improved readability
|
2026-01-28 22:46:27 +00:00 |
|
|
|
6d44590dff
|
🔒 Add authentication route logic for user login and registration
|
2026-01-28 22:46:22 +00:00 |
|
|
|
5d0c428dcd
|
✨ Improve readability by reformatting conditional expressions and code structure in authentication middleware
|
2026-01-28 22:46:17 +00:00 |
|
|
|
0044f1e965
|
🔒 Add authentication middleware for secure access
|
2026-01-28 22:46:10 +00:00 |
|
|
|
ac0a31c071
|
✨ Refactor JWT utility functions for improved readability and consistency
|
2026-01-28 22:46:07 +00:00 |
|
|
|
3434a361d9
|
🔒 Update JWT utility functions for improved token handling
|
2026-01-28 22:46:02 +00:00 |
|
|
|
b6cbc12c5f
|
🎨 Refactor components to use shared utilities, simplify state management, and improve modal implementation
|
2026-01-28 22:45:08 +00:00 |
|
|
|
7048ee7a77
|
✅ Update components to use shared utilities, BaseModal, and api-client while verifying build passes
|
2026-01-28 22:44:58 +00:00 |
|
|
|
bb558be6f8
|
✅ Update progress documentation to reflect one additional completed step
|
2026-01-28 22:44:53 +00:00 |
|
|
|
3ae5a93e57
|
🗑️ Remove integration tests for ApiKeyManager and GamemasterManager components
|
2026-01-28 22:44:40 +00:00 |
|
|
|
177ae5c60d
|
🎨 Reformat test code for improved readability and consistency
|
2026-01-28 22:42:22 +00:00 |
|
|
|
d782eba3b4
|
🔑 Add integration tests for API key management
|
2026-01-28 22:42:16 +00:00 |
|
|
|
c87d494eee
|
📝 Simplify modal text formatting and button layout in API key manager
|
2026-01-28 22:42:11 +00:00 |
|
|
|
b07f1fd61a
|
🎨 Refactor delete confirmation modal to use BaseModal component for improved consistency and reusability
|
2026-01-28 22:42:06 +00:00 |
|
|
|
ae8832daff
|
✨ Add BaseModal import and simplify useAsyncState calls in ApiKeyManager and GamemasterManager views
|
2026-01-28 22:42:01 +00:00 |
|