|
|
2d89f09b92
|
✨ Add slot support to BaseButton component
|
2026-01-28 22:23:14 +00:00 |
|
|
|
e061278123
|
🧹 Remove unnecessary whitespace in BaseButton component unit tests
|
2026-01-28 22:22:50 +00:00 |
|
|
|
be3fd84901
|
✅ Add unit tests for BaseButton component
|
2026-01-28 22:22:45 +00:00 |
|
|
|
b06382c0bb
|
🎨 Improve code readability and consistency in BaseButton component by reformatting and simplifying syntax
|
2026-01-28 22:22:35 +00:00 |
|
|
|
9467d4d81d
|
✅ Update progress documentation and mark Step 3 as completed in project tracker
|
2026-01-28 22:22:30 +00:00 |
|
|
|
77a5d09db1
|
🛠️ Add new dependencies and configure workspace for server module integration
|
2026-01-28 22:21:28 +00:00 |
|
|
|
1279cfaa4e
|
🛠️ Add workspace configuration and update scripts for server management
|
2026-01-28 22:19:13 +00:00 |
|
|
|
6b2e5795bc
|
✨ Add new dependencies for server functionality
|
2026-01-28 22:19:03 +00:00 |
|
|
|
a8b5ee6e3c
|
🧪 Improve test formatting and fix spacing issues in api-client unit tests
|
2026-01-28 22:17:22 +00:00 |
|
|
|
2a8cfd4011
|
✅ Add unit tests for API client utility functions
|
2026-01-28 22:17:17 +00:00 |
|
|
|
4c950b5686
|
✨ Improve code readability and formatting in API client utility
|
2026-01-28 22:16:56 +00:00 |
|
|
|
d5ec0cd9db
|
✨ Add utility functions for API client integration
|
2026-01-28 22:16:51 +00:00 |
|
|
|
6dfe06a412
|
✨ Simplify arrow function syntax in unit test
|
2026-01-28 22:16:38 +00:00 |
|
|
|
26ff87450e
|
🛠️ Update useAsyncState test to handle operation cancellation with abort signal
|
2026-01-28 22:16:33 +00:00 |
|
|
|
c91843d828
|
🧪 Refactor unit tests for useAsyncState to improve readability and formatting
|
2026-01-28 22:15:39 +00:00 |
|
|
|
84ea99c219
|
✅ Add unit tests for useAsyncState composable
|
2026-01-28 22:15:34 +00:00 |
|
|
|
5fcd3fc768
|
🎨 Improve code formatting and readability in useAsyncState composable
|
2026-01-28 22:14:59 +00:00 |
|
|
|
d7207e5014
|
✨ Add composable for managing asynchronous state
|
2026-01-28 22:14:54 +00:00 |
|
|
|
9e8c1f12aa
|
🧪 Add testing scripts using Vitest to package.json
|
2026-01-28 22:14:40 +00:00 |
|
|
|
0e0b23a3a1
|
🛠️ Configure testing setup and update Vitest configuration
|
2026-01-28 22:14:25 +00:00 |
|
|
|
fcdab93e55
|
🧪 Add testing dependencies including Vitest, JSDOM, and Vue Test Utils
|
2026-01-28 22:10:20 +00:00 |
|
|
|
cc71cf1a91
|
📚 Reorganize documentation structure and update README with new links and details
|
2026-01-28 22:08:56 +00:00 |
|
|
|
507d9d600f
|
🗑️ Remove outdated documentation files and consolidate content into a single README for improved organization and maintainability
|
2026-01-28 22:08:37 +00:00 |
|
|
|
649c7733c3
|
⚡ Improve performance monitoring by replacing console.time with performance.now for more precise timing
|
2026-01-28 21:20:33 +00:00 |
|
|
|
94a4d01966
|
🔑 Add API key status check for badge display
|
2026-01-28 21:20:11 +00:00 |
|
|
|
6bf6bb3a1c
|
🎨 Improve code formatting and readability in scroll position calculation logic
|
2026-01-28 21:18:02 +00:00 |
|
|
|
1a398b2528
|
🎯 Improve virtual scroller to center items during scroll for better visibility
|
2026-01-28 21:17:57 +00:00 |
|
|
|
32698e5261
|
✨ Enhance scrolling logic with virtual scroller API support for large files and improve fallback behavior
|
2026-01-28 21:16:02 +00:00 |
|
|
|
a8b92e1d3b
|
✨ Add ref attribute to virtual scroller for enhanced component referencing
|
2026-01-28 21:15:46 +00:00 |
|
|
|
c6cc4a290e
|
✨ Add ref for virtual scroller in GamemasterExplorer component
|
2026-01-28 21:15:36 +00:00 |
|
|
|
3dc5565df5
|
🎨 Simplify scroll position calculation formatting in GamemasterExplorer component
|
2026-01-28 21:14:16 +00:00 |
|
|
|
9507c7b304
|
🎯 Improve scroll-to-result logic for centering elements within containers
|
2026-01-28 21:14:11 +00:00 |
|
|
|
5584dd8502
|
✨ Improve readability of scroll position calculation logic in GamemasterExplorer component
|
2026-01-28 21:13:26 +00:00 |
|
|
|
d70c8e23f4
|
🖱️ Refine scrolling behavior to center elements within their container instead of the whole page
|
2026-01-28 21:12:34 +00:00 |
|
|
|
b91e1da47b
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 21:11:20 +00:00 |
|
|
|
8b6ba2787e
|
🔧 Fix Web Worker compatibility by converting reactive array to plain array before posting
|
2026-01-28 21:11:15 +00:00 |
|
|
|
89a90e2adf
|
🛠️ Improve error handling for search worker initialization
|
2026-01-28 21:08:20 +00:00 |
|
|
|
fad082195b
|
🔧 Refactor search worker initialization to use a promise for improved error handling and retry capability
|
2026-01-28 21:08:10 +00:00 |
|
|
|
a2ec573d39
|
🛠️ Improve error handling and logging for search worker initialization
|
2026-01-28 21:07:53 +00:00 |
|
|
|
b6707d75de
|
🔧 Update search worker initialization to use Vite's ?worker syntax for proper bundling and improve error handling
|
2026-01-28 21:07:48 +00:00 |
|
|
|
d91765941a
|
🎨 Improve console log formatting for better readability in search worker
|
2026-01-28 21:07:34 +00:00 |
|
|
|
ddf2289ea6
|
🛠️ Add detailed logging and error handling to search worker
|
2026-01-28 21:07:29 +00:00 |
|
|
|
109a3f1995
|
🔧 Improve search worker initialization and logging for better error handling and debugging
|
2026-01-28 21:07:19 +00:00 |
|
|
|
74893f7f74
|
🔧 Improve logging and error handling for search worker operations
|
2026-01-28 21:07:14 +00:00 |
|
|
|
ba798ff999
|
🔧 Enhance search worker initialization with error handling and logging
|
2026-01-28 21:07:09 +00:00 |
|
|
|
c3d758fda6
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 20:51:15 +00:00 |
|
|
|
b8a4539fe3
|
✨ Highlight search result matches in display lines
|
2026-01-28 20:51:10 +00:00 |
|
|
|
8fc32c517e
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 20:36:01 +00:00 |
|
|
|
f758069c82
|
🔍 Offload search functionality to a web worker for improved UI responsiveness and performance
|
2026-01-28 20:35:56 +00:00 |
|
|
|
d30612a883
|
🎨 Simplify arrow function syntax in handleSearchWorkerMessage definition
|
2026-01-28 20:35:45 +00:00 |
|